diff options
Diffstat (limited to 'Zend/tests/ns_004.phpt')
-rwxr-xr-x | Zend/tests/ns_004.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_004.phpt b/Zend/tests/ns_004.phpt index 2aa4a809d9..792367cdf6 100755 --- a/Zend/tests/ns_004.phpt +++ b/Zend/tests/ns_004.phpt @@ -2,7 +2,7 @@ 004: Name conflict (php name) --FILE-- <?php -namespace test::ns1; +namespace test\ns1; echo get_class(new Exception()),"\n"; --EXPECT-- |