summaryrefslogtreecommitdiff
path: root/Zend/tests/bug60099.phpt
blob: 8cca3440fb1baa0b86d4dfeb29591407e206651b (plain)
1
2
3
4
5
6
7
8
9
10
--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