mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Update test for changed error message format in libxml 2.13
This commit is contained in:
commit
6f975a271f
1 changed files with 2 additions and 2 deletions
|
@ -47,9 +47,9 @@ echo 'Done.' . PHP_EOL;
|
||||||
</main:NULL>
|
</main:NULL>
|
||||||
<!-- init Exception::getMessage() -->
|
<!-- init Exception::getMessage() -->
|
||||||
<Exception::getMessage>
|
<Exception::getMessage>
|
||||||
</Exception::getMessage:'SOAP-ERROR: Parsing WSDL: Couldn\'t load from \'foo\' : failed to load external entity "foo"
|
</Exception::getMessage:'SOAP-ERROR: Parsing WSDL: %s
|
||||||
'>
|
'>
|
||||||
SOAP-ERROR: Parsing WSDL: Couldn't load from 'foo' : failed to load external entity "foo"
|
SOAP-ERROR: Parsing WSDL: %s
|
||||||
|
|
||||||
Done.
|
Done.
|
||||||
</file '%s%eobserver_error_%d.php'>
|
</file '%s%eobserver_error_%d.php'>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue