Return to ns_066.phpt CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / Zend / tests |
1.1 ! misho 1: --TEST-- ! 2: 066: Name ambiguity (import name & internal class name) ! 3: --FILE-- ! 4: <?php ! 5: include __DIR__ . '/ns_027.inc'; ! 6: use Foo\Bar\Foo as stdClass; ! 7: ! 8: new stdClass(); ! 9: --EXPECT-- ! 10: Foo\Bar\Foo