diff options
Diffstat (limited to 'Zend/tests/ns_041.phpt')
-rw-r--r-- | Zend/tests/ns_041.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_041.phpt b/Zend/tests/ns_041.phpt index cf5c3929b5..e1f0ba3a97 100644 --- a/Zend/tests/ns_041.phpt +++ b/Zend/tests/ns_041.phpt @@ -5,7 +5,7 @@ namespace test\ns1; const FOO = "ok\n"; - + echo(FOO); echo(\test\ns1\FOO); echo(\test\ns1\FOO); |