diff options
Diffstat (limited to 'Zend/tests/ns_014.phpt')
-rwxr-xr-x | Zend/tests/ns_014.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_014.phpt b/Zend/tests/ns_014.phpt index 9614b481a4..6bcab51c83 100755 --- a/Zend/tests/ns_014.phpt +++ b/Zend/tests/ns_014.phpt @@ -2,7 +2,7 @@ 014: Name conflict and functions (php name) --FILE-- <?php -namespace test::ns1; +namespace test\ns1; echo strlen("Hello"),"\n"; --EXPECT-- |