Annotation of embedaddon/php/Zend/tests/bug43344_2.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Bug #43344.2 (Wrong error message for undefined namespace constant)
                      3: --FILE--
                      4: <?php
                      5: namespace Foo;
                      6: echo Foo::bar."\n";
                      7: ?>
                      8: --EXPECTF--
                      9: Fatal error: Class 'Foo\Foo' not found in %sbug43344_2.php on line %d

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