--TEST--
065: Multiple names in use statement
--FILE--
<?php
use X\as testX\as test2;

require 
"ns_065.inc";

test\foo();
test2\foo();
--
EXPECT--
X\Y\foo
X
\Z\foo