summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_038.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_038.phpt')
-rwxr-xr-xZend/tests/ns_038.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_038.phpt b/Zend/tests/ns_038.phpt
index 86cdaea30d..f3a8c8cc63 100755
--- a/Zend/tests/ns_038.phpt
+++ b/Zend/tests/ns_038.phpt
@@ -7,7 +7,7 @@ function foo() {
echo "ok\n";
}
\Exception\foo();
-Exception::bar();
+\Exception::bar();
--EXPECTF--
ok