mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
ded3d984c6
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
11 lines
127 B
PHP
11 lines
127 B
PHP
--TEST--
|
|
Bug #43027 (Declare cause fatal error)
|
|
--FILE--
|
|
<?php
|
|
declare(ticks=1);
|
|
namespace test;
|
|
echo "ok\n";
|
|
?>
|
|
--EXPECT--
|
|
ok
|