mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Try to fix libxml 2.9.12 tests
The test expectations here were for PHP 8.0, try to adjust them for PHP 7.4.
This commit is contained in:
parent
d4f493b0b0
commit
d818edeae2
2 changed files with 1 additions and 3 deletions
|
@ -57,4 +57,4 @@ bool(true)
|
||||||
|
|
||||||
Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file:///%s/test_bug_61367-read/bad" in %s on line %d
|
Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file:///%s/test_bug_61367-read/bad" in %s on line %d
|
||||||
|
|
||||||
Warning: Attempt to read property "nodeValue" on null in %s on line %d
|
Notice: Trying to get property 'nodeValue' of non-object in %s on line %d
|
||||||
|
|
|
@ -34,8 +34,6 @@ echo "Done\n";
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
bool(true)
|
bool(true)
|
||||||
|
|
||||||
Deprecated: Function libxml_disable_entity_loader() is deprecated in %s on line %d
|
|
||||||
bool(false)
|
bool(false)
|
||||||
|
|
||||||
Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d
|
Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue