summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_066.phpt
blob: 8ec5c222abf6dff9d61966be725e8b928780919e (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
066: Name ambiguity (import name & internal class name)
--FILE--
<?php
include __DIR__ . '/ns_027.inc';
use Foo\Bar\Foo as stdClass;

new stdClass();
?>
--EXPECT--
Foo\Bar\Foo