Test: /ext/dom/tests/dom_xinclude.phpt - Version 5.5.0RC1    

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

Count Diff
1 (50%)
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 (50%)
001+ Warning: DOMDocument::xinclude(): file:///etc/xml/catalog:1: parser error : Document is empty in %s/dom_xinclude.php on line 13
002+
003+ Warning: DOMDocument::xinclude(): 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:1: parser error : Start tag expected, '<' not found in %s/dom_xinclude.php on line 13
008+
009+ Warning: DOMDocument::xinclude(): 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">