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

1.1     ! misho       1: --TEST--
        !             2: 079: nested namespaces
        !             3: --FILE--
        !             4: <?php
        !             5: namespace foo {
        !             6:     namespace oops {
        !             7:     }
        !             8: }
        !             9: ?>
        !            10: ===DONE===
        !            11: --EXPECTF--
        !            12: Fatal error: Namespace declarations cannot be nested in %s on line %d

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