php-src/Zend/tests/bug60099.phpt

11 lines
190 B
Plaintext
Raw Permalink Normal View History

--TEST--
Bug #60099 (__halt_compiler() works in braced namespaces)
--FILE--
<?php
namespace foo {
2020-02-03 21:52:20 +00:00
__halt_compiler();
?>
--EXPECTF--
Parse error: Unclosed '{' on line 2 in %s on line %d