Skip to content

Commit d5d06be

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Update error message for libxml 2.13 Update libxml test for the directory field behaviour change
2 parents cc04642 + 79427ae commit d5d06be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ext/libxml/tests/bug61367-read_2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ bool(true)
5858
int(4)
5959
bool(true)
6060

61-
Warning: DOMDocument::loadXML(): %Sfailed to load external entity "file:///%s/test_bug_61367-read/bad" in %s on line %d
61+
%s: DOMDocument::loadXML(): %Sfailed to load %s
6262

6363
Warning: Attempt to read property "nodeValue" on null in %s on line %d

ext/libxml/tests/libxml_disable_entity_loader_2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ bool(true)
4040
Deprecated: Function libxml_disable_entity_loader() is deprecated since 8.0, as external entity loading is disabled by default in %s on line %d
4141
bool(false)
4242

43-
Warning: DOMDocument::loadXML(): %Sfailed to load external entity "%s" in %s on line %d
43+
%s: DOMDocument::loadXML(): %Sfailed to load %s
4444
bool(true)
4545
Done

ext/libxml/tests/libxml_set_external_entity_loader_variation1.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ string(13) "-//FOO/ENTITY"
6161
string(32) "http://example.com/fooentity.ent"
6262
array(4) {
6363
["directory"]=>
64-
string(%d) "%s"
64+
%r(NULL|string\(%d\) "%s")%r
6565
["intSubName"]=>
6666
string(3) "foo"
6767
["extSubURI"]=>

0 commit comments

Comments
 (0)