summaryrefslogtreecommitdiff
path: root/Zend/tests/bug73987_2.phpt
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-04-09 09:46:44 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-04-10 22:50:33 +0200
commitfe9860c2b00668b1afd2205b49d9636aba3da21b (patch)
tree18a04455e5a4630e8cbe55a72e0e8cf3034e9f0d /Zend/tests/bug73987_2.phpt
parent4aa137c6a624f4f03b04bea60d61872ec490e4f8 (diff)
downloadphp-git-fe9860c2b00668b1afd2205b49d9636aba3da21b.tar.gz
Improve the default value format in incompatible signature error messages
Closes GH-5361
Diffstat (limited to 'Zend/tests/bug73987_2.phpt')
-rw-r--r--Zend/tests/bug73987_2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug73987_2.phpt b/Zend/tests/bug73987_2.phpt
index 976280be19..f6861fa4da 100644
--- a/Zend/tests/bug73987_2.phpt
+++ b/Zend/tests/bug73987_2.phpt
@@ -17,4 +17,4 @@ class C extends B {
?>
--EXPECTF--
-Fatal error: Declaration of C::example($a, $b, $c = NULL) must be compatible with B::example($a, $b = NULL, $c = NULL) in %s on line %d
+Fatal error: Declaration of C::example($a, $b, $c = null) must be compatible with B::example($a, $b = null, $c = null) in %s on line %d