xref: /PHP-8.0/Zend/tests/ns_067.phpt (revision 7aacc705)
1--TEST--
2067: Name ambiguity (import name & internal class name)
3--FILE--
4<?php
5include __DIR__ . '/ns_022.inc';
6include __DIR__ . '/ns_027.inc';
7include __DIR__ . '/ns_067.inc';
8?>
9--EXPECT--
10Foo\Bar\Foo
11