Merge branch 'PHP-8.3'

* PHP-8.3:
  Update error message for libxml 2.13
  Update libxml test for the directory field behaviour change
This commit is contained in:
Niels Dossche 2024-09-12 23:07:22 +02:00
commit d5d06be3e3
No known key found for this signature in database
GPG Key ID: B8A8AD166DF0E2E5
3 changed files with 3 additions and 3 deletions

View File

@ -58,6 +58,6 @@ bool(true)
int(4)
bool(true)
Warning: DOMDocument::loadXML(): %Sfailed to load external entity "file:///%s/test_bug_61367-read/bad" in %s on line %d
%s: DOMDocument::loadXML(): %Sfailed to load %s
Warning: Attempt to read property "nodeValue" on null in %s on line %d

View File

@ -40,6 +40,6 @@ bool(true)
Deprecated: Function libxml_disable_entity_loader() is deprecated since 8.0, as external entity loading is disabled by default in %s on line %d
bool(false)
Warning: DOMDocument::loadXML(): %Sfailed to load external entity "%s" in %s on line %d
%s: DOMDocument::loadXML(): %Sfailed to load %s
bool(true)
Done

View File

@ -61,7 +61,7 @@ string(13) "-//FOO/ENTITY"
string(32) "http://example.com/fooentity.ent"
array(4) {
["directory"]=>
string(%d) "%s"
%r(NULL|string\(%d\) "%s")%r
["intSubName"]=>
string(3) "foo"
["extSubURI"]=>