diff options
Diffstat (limited to 'Zend/tests/dynamic_call_001.phpt')
-rw-r--r-- | Zend/tests/dynamic_call_001.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/dynamic_call_001.phpt b/Zend/tests/dynamic_call_001.phpt index 377ebf222e..7f8a6c0b3d 100644 --- a/Zend/tests/dynamic_call_001.phpt +++ b/Zend/tests/dynamic_call_001.phpt @@ -1,11 +1,11 @@ --TEST-- Testing dynamic call to constructor (old-style) --FILE-- -<?php +<?php -class foo { +class foo { public function foo() { - } + } } $a = 'foo'; |