mirror of
https://github.com/php/php-src.git
synced 2024-12-03 23:05:57 +08:00
7aacc705d0
Closes GH-5958
11 lines
205 B
PHP
11 lines
205 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
|