Skip to content

Commit

Permalink
Fix error message for newer libxml
Browse files Browse the repository at this point in the history
Normally I would backport 3354cc6, but this doesn't apply cleanly due
to observer changes.
  • Loading branch information
nielsdos committed Oct 12, 2024
1 parent 14c1073 commit 2c40762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/zend_test/tests/observer_error_04.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ echo 'Done.' . PHP_EOL;
</foo:NULL>
<!-- Exception: SoapFault -->
</main:NULL>
SOAP-ERROR: Parsing WSDL: Couldn't load from 'foo' : failed to load external entity "foo"
SOAP-ERROR: Parsing WSDL: %s

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

0 comments on commit 2c40762

Please sign in to comment.