php-src/Zend/tests/bug43027.phpt

11 lines
127 B
Plaintext
Raw Normal View History

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