php-src/Zend/tests/bug43027.phpt
Gabriel Caruso ded3d984c6 Use EXPECT instead of EXPECTF when possible
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
2018-02-20 21:53:48 +01:00

11 lines
127 B
PHP

--TEST--
Bug #43027 (Declare cause fatal error)
--FILE--
<?php
declare(ticks=1);
namespace test;
echo "ok\n";
?>
--EXPECT--
ok