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

1.1       misho       1: --TEST--
                      2: 067: Name ambiguity (import name & internal class name)
                      3: --FILE--
                      4: <?php
                      5: include __DIR__ . '/ns_022.inc';
                      6: include __DIR__ . '/ns_027.inc';
                      7: include __DIR__ . '/ns_067.inc';
                      8: --EXPECT--
                      9: Foo\Bar\Foo

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