Test: /ext/dom/tests/DOMDocument_standalone_basic.phpt - Version 5.6.0-dev    

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

Count Diff
1 (50%)
001+ Segmentation fault
001- Standalone DOMDocument created
002- Read initial standalone:
003- bool(true)
004- Set standalone to FALSE, reading again:
005- bool(false)
006- Document is no longer standalone
007- string(136) "<?xml version="1.0" encoding="UTF-8" standalone="no"?>
008- <!DOCTYPE s1 PUBLIC "http://www.ibm.com/example.dtd" "example.dtd">
009- <s1>foo</s1>
010- "
011- Done
1 (50%)
001+
001- Standalone DOMDocument created
002- Read initial standalone:
003- bool(true)
004- Set standalone to FALSE, reading again:
005- bool(false)
006- Document is no longer standalone
007- string(136) "<?xml version="1.0" encoding="UTF-8" standalone="no"?>
008- <!DOCTYPE s1 PUBLIC "http://www.ibm.com/example.dtd" "example.dtd">
009- <s1>foo</s1>
010- "
011- Done