
| Path : /usr/src/php/Zend/tests/ |
| Current File : //usr/src/php/Zend/tests/ns_005.phpt |
--TEST--
005: Name conflict (php name in case if ns name exists)
--FILE--
<?php
namespace test\ns1;
class Exception {
}
echo get_class(new \Exception()),"\n";
--EXPECT--
Exception