Skip to content

Commit 2c40762

Browse files
committed
Fix error message for newer libxml
Normally I would backport 3354cc6, but this doesn't apply cleanly due to observer changes.
1 parent 14c1073 commit 2c40762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zend_test/tests/observer_error_04.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ echo 'Done.' . PHP_EOL;
4040
</foo:NULL>
4141
<!-- Exception: SoapFault -->
4242
</main:NULL>
43-
SOAP-ERROR: Parsing WSDL: Couldn't load from 'foo' : failed to load external entity "foo"
43+
SOAP-ERROR: Parsing WSDL: %s
4444

4545
Done.
4646
</file '%s%eobserver_error_%d.php'>

0 commit comments

Comments
 (0)