summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_003.phpt')
-rwxr-xr-xZend/tests/ns_003.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/ns_003.phpt b/Zend/tests/ns_003.phpt
index 4372722c25..26c21a9ff0 100755
--- a/Zend/tests/ns_003.phpt
+++ b/Zend/tests/ns_003.phpt
@@ -2,11 +2,11 @@
003: Name conflict (ns name)
--FILE--
<?php
-namespace test\ns1;
+namespace test::ns1;
class Exception {
}
echo get_class(new Exception()),"\n";
--EXPECT--
-test\ns1\Exception
+test::ns1::Exception