summaryrefslogtreecommitdiff
path: root/Zend/tests/argument_restriction_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/argument_restriction_003.phpt')
-rw-r--r--Zend/tests/argument_restriction_003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/argument_restriction_003.phpt b/Zend/tests/argument_restriction_003.phpt
index c24e0ba852..fb602194bb 100644
--- a/Zend/tests/argument_restriction_003.phpt
+++ b/Zend/tests/argument_restriction_003.phpt
@@ -16,4 +16,4 @@ class Sub extends Base {
}
?>
--EXPECTF--
-Warning: Declaration of Sub::test() should be compatible with Base::test(Foo $foo, array $bar, $option = NULL, $extra = 'llllllllll...') in %sargument_restriction_003.php on line %d
+Fatal error: Declaration of Sub::test() must be compatible with Base::test(Foo $foo, array $bar, $option = NULL, $extra = 'llllllllll...') in %sargument_restriction_003.php on line %d