php-src/Zend/tests/bug60099.phpt
2014-07-22 15:50:23 +02:00

11 lines
201 B
PHP

--TEST--
Bug #60099 (__halt_compiler() works in braced namespaces)
--FILE--
<?php
namespace foo {
__halt_compiler();
?>
--EXPECTF--
Parse error: syntax error, unexpected end of file in %s on line %d