mirror of
https://github.com/php/php-src.git
synced 2025-01-23 12:13:37 +08:00
11 lines
127 B
Plaintext
11 lines
127 B
Plaintext
|
--TEST--
|
||
|
Bug #43027 (Declare cause fatal error)
|
||
|
--FILE--
|
||
|
<?php
|
||
|
declare(ticks=1);
|
||
|
namespace test;
|
||
|
echo "ok\n";
|
||
|
?>
|
||
|
--EXPECT--
|
||
|
ok
|