Skip to content

Commit 6f975a2

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Update test for changed error message format in libxml 2.13
2 parents 79427ae + 3354cc6 commit 6f975a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/zend_test/tests/observer_error_04.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ echo 'Done.' . PHP_EOL;
4747
</main:NULL>
4848
<!-- init Exception::getMessage() -->
4949
<Exception::getMessage>
50-
</Exception::getMessage:'SOAP-ERROR: Parsing WSDL: Couldn\'t load from \'foo\' : failed to load external entity "foo"
50+
</Exception::getMessage:'SOAP-ERROR: Parsing WSDL: %s
5151
'>
52-
SOAP-ERROR: Parsing WSDL: Couldn't load from 'foo' : failed to load external entity "foo"
52+
SOAP-ERROR: Parsing WSDL: %s
5353

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

0 commit comments

Comments
 (0)