php-src/Zend/tests/bug43027.phpt
2012-10-10 10:27:49 +08:00

11 lines
128 B
PHP

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