diff options
Diffstat (limited to 'Zend/tests/ns_017.phpt')
-rwxr-xr-x | Zend/tests/ns_017.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_017.phpt b/Zend/tests/ns_017.phpt index 15ff1efee8..888d8e5ef4 100755 --- a/Zend/tests/ns_017.phpt +++ b/Zend/tests/ns_017.phpt @@ -2,7 +2,7 @@ 017: Run-time name conflict and functions (php name) --FILE-- <?php -namespace test::ns1; +namespace test\ns1; function strlen($x) { return __FUNCTION__; |