summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_057.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_057.phpt')
-rwxr-xr-xZend/tests/ns_057.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_057.phpt b/Zend/tests/ns_057.phpt
index 249634335c..cfa02f923f 100755
--- a/Zend/tests/ns_057.phpt
+++ b/Zend/tests/ns_057.phpt
@@ -2,7 +2,7 @@
057: Usage of 'namespace' in compound names (inside namespase)
--FILE--
<?php
-namespace test::ns1;
+namespace Test::ns1;
const C = "const ok\n";