summaryrefslogtreecommitdiff
path: root/Zend/tests/argument_restriction_006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/argument_restriction_006.phpt')
-rw-r--r--Zend/tests/argument_restriction_006.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/argument_restriction_006.phpt b/Zend/tests/argument_restriction_006.phpt
index 2df0e1e90d..788670cd51 100644
--- a/Zend/tests/argument_restriction_006.phpt
+++ b/Zend/tests/argument_restriction_006.phpt
@@ -13,4 +13,4 @@ class Sub extends Base {
}
?>
--EXPECTF--
-Warning: Declaration of Sub::test($foo, $extra) should be compatible with Base::test($foo, $extra = Array) in %sargument_restriction_006.php on line %d
+Fatal error: Declaration of Sub::test($foo, $extra) must be compatible with Base::test($foo, $extra = Array) in %sargument_restriction_006.php on line %d