From fe9860c2b00668b1afd2205b49d9636aba3da21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Thu, 9 Apr 2020 09:46:44 +0200 Subject: Improve the default value format in incompatible signature error messages Closes GH-5361 --- Zend/tests/bug73987_2.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/tests/bug73987_2.phpt') 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 -- cgit v1.2.1