diff options
Diffstat (limited to 'Zend/tests/ns_063.phpt')
-rw-r--r-- | Zend/tests/ns_063.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zend/tests/ns_063.phpt b/Zend/tests/ns_063.phpt index 1be000983..dbe34b428 100644 --- a/Zend/tests/ns_063.phpt +++ b/Zend/tests/ns_063.phpt @@ -1,5 +1,5 @@ --TEST-- -063: Support for old-style constructors in namesapces +063: Old-style constructors in namesapces (not supported!) --FILE-- <?php namespace Foo; @@ -9,5 +9,6 @@ class Bar { } } new Bar(); +echo "ok\n"; --EXPECT-- ok |