diff options
Diffstat (limited to 'Zend/tests/argument_restriction_003.phpt')
-rw-r--r-- | Zend/tests/argument_restriction_003.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Zend/tests/argument_restriction_003.phpt b/Zend/tests/argument_restriction_003.phpt index fb602194bb..7857d377ae 100644 --- a/Zend/tests/argument_restriction_003.phpt +++ b/Zend/tests/argument_restriction_003.phpt @@ -6,13 +6,13 @@ class Foo { } Abstract Class Base { - public function test(Foo $foo, array $bar, $option = NULL, $extra = "lllllllllllllllllllllllllllllllllllllllllllllllllll") { - } + public function test(Foo $foo, array $bar, $option = NULL, $extra = "lllllllllllllllllllllllllllllllllllllllllllllllllll") { + } } class Sub extends Base { - public function test() { - } + public function test() { + } } ?> --EXPECTF-- |