mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
10 lines
202 B
PHP
10 lines
202 B
PHP
--TEST--
|
|
067: Name ambiguity (import name & internal class name)
|
|
--FILE--
|
|
<?php
|
|
include __DIR__ . '/ns_022.inc';
|
|
include __DIR__ . '/ns_027.inc';
|
|
include __DIR__ . '/ns_067.inc';
|
|
--EXPECT--
|
|
Foo\Bar\Foo
|