php-src/Zend/tests/ns_066.phpt

11 lines
182 B
Plaintext
Raw Normal View History

--TEST--
066: Name ambiguity (import name & internal class name)
--FILE--
<?php
include __DIR__ . '/ns_027.inc';
2008-12-04 20:12:30 +00:00
use Foo\Bar\Foo as stdClass;
new stdClass();
--EXPECT--
2008-12-04 20:12:30 +00:00
Foo\Bar\Foo