diff --git a/ext/libxml/tests/bug61367-read_2.phpt b/ext/libxml/tests/bug61367-read_2.phpt index ed6576aa752..8cc0b50144c 100644 --- a/ext/libxml/tests/bug61367-read_2.phpt +++ b/ext/libxml/tests/bug61367-read_2.phpt @@ -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: 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 diff --git a/ext/libxml/tests/libxml_disable_entity_loader_2.phpt b/ext/libxml/tests/libxml_disable_entity_loader_2.phpt index caa7356ad30..845bd4bbe3c 100644 --- a/ext/libxml/tests/libxml_disable_entity_loader_2.phpt +++ b/ext/libxml/tests/libxml_disable_entity_loader_2.phpt @@ -34,8 +34,6 @@ echo "Done\n"; ?> --EXPECTF-- bool(true) - -Deprecated: Function libxml_disable_entity_loader() is deprecated in %s on line %d bool(false) Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d