From 2c40762b4e69a6fb4d3e031326667436495cdce3 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Sat, 12 Oct 2024 10:29:12 +0200 Subject: [PATCH] Fix error message for newer libxml Normally I would backport 3354cc6e, but this doesn't apply cleanly due to observer changes. --- ext/zend_test/tests/observer_error_04.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/zend_test/tests/observer_error_04.phpt b/ext/zend_test/tests/observer_error_04.phpt index da0bc4b6c94..40c18e22dff 100644 --- a/ext/zend_test/tests/observer_error_04.phpt +++ b/ext/zend_test/tests/observer_error_04.phpt @@ -40,7 +40,7 @@ echo 'Done.' . PHP_EOL; -SOAP-ERROR: Parsing WSDL: Couldn't load from 'foo' : failed to load external entity "foo" +SOAP-ERROR: Parsing WSDL: %s Done.