Return to bug60099.phpt CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / Zend / tests |
1.1 misho 1: --TEST-- 2: Bug #60099 (__halt_compiler() works in braced namespaces) 3: --FILE-- 4: <?php 5: namespace foo { 6: __halt_compiler(); 7: 8: ?> 9: --EXPECTF-- 10: Fatal error: __HALT_COMPILER() can only be used from the outermost scope in %s on line %d