summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_023.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_023.phpt')
-rwxr-xr-xZend/tests/ns_023.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/ns_023.phpt b/Zend/tests/ns_023.phpt
index bc1681c122..4be9dc700a 100755
--- a/Zend/tests/ns_023.phpt
+++ b/Zend/tests/ns_023.phpt
@@ -2,10 +2,10 @@
023: __NAMESPACE__ constant
--FILE--
<?php
-namespace test\foo;
+namespace test::foo;
var_dump(__NAMESPACE__);
--EXPECT--
-string(8) "test\foo"
+string(9) "test::foo"
--UEXPECT--
-unicode(8) "test\foo"
+unicode(9) "test::foo"