summaryrefslogtreecommitdiff
path: root/Zend/tests/argument_restriction_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/argument_restriction_001.phpt')
-rw-r--r--Zend/tests/argument_restriction_001.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Zend/tests/argument_restriction_001.phpt b/Zend/tests/argument_restriction_001.phpt
index 2cd527f4fa..c7deb760a0 100644
--- a/Zend/tests/argument_restriction_001.phpt
+++ b/Zend/tests/argument_restriction_001.phpt
@@ -3,13 +3,13 @@ Bug #55719 (Argument restriction should come with a more specific error message)
--FILE--
<?php
Class Base {
- public function &test($foo, array $bar, $option = NULL, $extra = "lllllllllllllllllllllllllllllllllllllllllllllllllll") {
- }
+ public function &test($foo, array $bar, $option = NULL, $extra = "lllllllllllllllllllllllllllllllllllllllllllllllllll") {
+ }
}
class Sub extends Base {
- public function &test() {
- }
+ public function &test() {
+ }
}
?>
--EXPECTF--