summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_056.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_056.phpt')
-rwxr-xr-xZend/tests/ns_056.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_056.phpt b/Zend/tests/ns_056.phpt
index 0bc4f0087d..2df5d6d6c4 100755
--- a/Zend/tests/ns_056.phpt
+++ b/Zend/tests/ns_056.phpt
@@ -4,7 +4,7 @@
<?php if (!extension_loaded("spl")) die("skip SPL is no available"); ?>
--FILE--
<?php
-namespace test::ns1;
+namespace test\ns1;
class Foo implements SplObserver {
function update(SplSubject $x) {