diff options
Diffstat (limited to 'Zend/tests/ns_043.phpt')
-rw-r--r-- | Zend/tests/ns_043.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_043.phpt b/Zend/tests/ns_043.phpt index 63bd05eaaf..bd5ee7440b 100644 --- a/Zend/tests/ns_043.phpt +++ b/Zend/tests/ns_043.phpt @@ -2,7 +2,7 @@ 043: Name conflict and constants (ns name) --FILE-- <?php -namespace test::ns1; +namespace test\ns1; const INI_ALL = 0; |