From d83c65cbf41ff9bc8706146412419bb5515c8703 Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Thu, 30 Jul 2020 16:59:32 +0100 Subject: [PATCH] Exception message change --- .../throw_on_error/promote_warning_in_internal_function.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/tests/throw_on_error/promote_warning_in_internal_function.phpt b/Zend/tests/throw_on_error/promote_warning_in_internal_function.phpt index 81ec9c48502c4..1d40240590373 100644 --- a/Zend/tests/throw_on_error/promote_warning_in_internal_function.phpt +++ b/Zend/tests/throw_on_error/promote_warning_in_internal_function.phpt @@ -13,7 +13,7 @@ try { --EXPECTF-- object(Exception)#1 (7) { ["message":protected]=> - string(82) "file_get_contents(not_found.txt): Failed to open stream: No such file or directory" + string(48) "Failed to open stream: No such file or directory" ["string":"Exception":private]=> string(0) "" ["code":protected]=>