php-src/Zend/tests/bug60099.phpt

11 lines
201 B
Plaintext
Raw Normal View History

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