Annotation of embedaddon/php/Zend/tests/bug60099.phpt, revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>