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

1.1     ! misho       1: --TEST--
        !             2: 004: Using global class name from namespace (unqualified - fail)
        !             3: --FILE--
        !             4: <?php
        !             5: namespace test\ns1;
        !             6: 
        !             7: echo get_class(new Exception()),"\n";
        !             8: --EXPECTF--
        !             9: Fatal error: Class 'test\ns1\Exception' not found in %sns_004.php on line %d

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