summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_066.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_066.phpt')
-rw-r--r--Zend/tests/ns_066.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/ns_066.phpt b/Zend/tests/ns_066.phpt
index 3a7d9a521f..881589cf2c 100644
--- a/Zend/tests/ns_066.phpt
+++ b/Zend/tests/ns_066.phpt
@@ -3,8 +3,8 @@
--FILE--
<?php
include __DIR__ . '/ns_027.inc';
-use Foo::Bar::Foo as stdClass;
+use Foo\Bar\Foo as stdClass;
new stdClass();
--EXPECT--
-Foo::Bar::Foo
+Foo\Bar\Foo