php-src/Zend/tests/bug43027.phpt
2008-07-17 19:29:34 +00:00

12 lines
206 B
PHP
Executable File

--TEST--
Bug #43027 (Declare cause fatal error)
--FILE--
<?php
declare(ticks=1);
namespace test;
echo "ok\n";
?>
--EXPECTF--
Deprecated: Ticks is deprecated and will be removed in PHP 6 in %s on line %d
ok