Test: /ext/dom/tests/DOMDocument_load_variation4.phpt - Version 7.0.6RC1    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Notice: DOMDocument::load(): failed to load external entity "books.dtd" in /home/ye/桌面/php-7.0.6RC1/ext/dom/tests/book_with_dtd.xml, line: 2 in %s/DOMDocument_load_variation4.php on line 8
002+
003+ Warning: DOMDocument::load(): Entity 'entitest' not defined in /home/ye/桌面/php-7.0.6RC1/ext/dom/tests/book_with_dtd.xml, line: 13 in %s/DOMDocument_load_variation4.php on line 8
003- <books><book><title default="default title">The Grapes of Wrath</title><author>John Steinbeck</author></book><book><title default="default title">The Pearl</title><author>John Steinbeck</author></book><book><title default="default title">entity is only for test purposes</title><author>data for test</author></book></books>
006+ <books><book><title>The Grapes of Wrath</title><author>John Steinbeck</author></book><book><title>The Pearl</title><author>John Steinbeck</author></book><book><title>&entitest;</title><author>data for test</author></book></books>