Test: /ext/dom/tests/dom_xinclude.phpt - Version 5.3.28    

There are 2 different diffs reported by users for this test.

Count Diff
11 (92%)
001+ Warning: DOMDocument::xinclude(): trying to build relative URI from compress.zlib://./ext/dom/tests/book.xml in %s/dom_xinclude.php on line 13
003- <book xml:base="compress.zlib://%sbook.xml">
004+ <book>
006- </book><book xml:base="compress.zlib://%sbook.xml">
007+ </book><book>
1 (8%)
001+ Warning: DOMDocument::xinclude(): file:///etc/xml/catalog:10: parser error : XML declaration allowed only at the start of the document in %s/dom_xinclude.php on line 13
002+
003+ Warning: DOMDocument::xinclude(): <?xml version="1.0"?><catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog in %s/dom_xinclude.php on line 13
004+
005+ Warning: DOMDocument::xinclude(): ^ in %s/dom_xinclude.php on line 13
006+
007+ Warning: DOMDocument::xinclude(): file:///etc/xml/catalog:10: parser error : Extra content at the end of the document in %s/dom_xinclude.php on line 13
008+
009+ Warning: DOMDocument::xinclude(): <?xml version="1.0"?><catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog in %s/dom_xinclude.php on line 13
010+
011+ Warning: DOMDocument::xinclude(): ^ in %s/dom_xinclude.php on line 13
012+ <?xml version="1.0"?>
013+ <foo xmlns:xi="http://www.w3.org/2001/XInclude">
014+ <book xml:base="compress.zlib://./ext/dom/tests/book.xml">
015+ <title>The Grapes of Wrath</title>
016+ <author>John Steinbeck</author>
017+ </book><book xml:base="compress.zlib://./ext/dom/tests/book.xml">
001- <?xml version="1.0"?>
002- <foo xmlns:xi="http://www.w3.org/2001/XInclude">
003- <book xml:base="compress.zlib://%sbook.xml">
004- <title>The Grapes of Wrath</title>
005- <author>John Steinbeck</author>
006- </book><book xml:base="compress.zlib://%sbook.xml">