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

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

Count Diff
6 (86%)
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 (14%)
004+
005+ <title>The Grapes of Wrath
006+ </title>
007+
008+ <author>John Steinbeck
009+ </author>
010+
011+ </book><book xml:base="compress.zlib://./ext/dom/tests/book.xml">
012+
013+ <title>The Pearl
014+ </title>
015+
016+ <author>John Steinbeck
017+ </author>
018+
019+ </book>
004- <title>The Grapes of Wrath</title>
005- <author>John Steinbeck</author>
006- </book><book xml:base="compress.zlib://%sbook.xml">
007- <title>The Pearl</title>
008- <author>John Steinbeck</author>
009- </book>