mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Update error message for libxml 2.13 Update libxml test for the directory field behaviour change
This commit is contained in:
commit
79427ae08e
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"]=>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue