summaryrefslogtreecommitdiff
path: root/Zend/tests/bug69767.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug69767.phpt')
-rw-r--r--Zend/tests/bug69767.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug69767.phpt b/Zend/tests/bug69767.phpt
index cf4d4e7f93..9458546dea 100644
--- a/Zend/tests/bug69767.phpt
+++ b/Zend/tests/bug69767.phpt
@@ -5,4 +5,4 @@ Bug #69767 (Default parameter value with wrong type segfaults)
function foo(String $bar = 0) {}
?>
--EXPECTF--
-Fatal error: Default value for parameters with a string type hint can only be string or NULL in %sbug69767.php on line %d
+Fatal error: Default value for parameters with a string type can only be string or NULL in %sbug69767.php on line %d