Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/libxml/tests/bug61367-read_2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ext/libxml/tests/libxml_disable_entity_loader_2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ bool(true)
Deprecated: Function libxml_disable_entity_loader() is deprecated 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
Original file line number Diff line number Diff line change
Expand Up @@ -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"]=>
Expand Down
Loading