Test: /ext/dom/tests/domobject_debug_handler.phpt - Version 5.5.4    

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

Count Diff
4 (80%)
018+ [documentURI] =>
018- [documentURI] => %s
039+ [baseURI] =>
039- [baseURI] => %s
1 (20%)
001+ Parse error: syntax error, unexpected '}' in %s/domobject_debug_handler.php on line 11
001- DOMDocument Object
002- (
003- [dynamicProperty] => stdClass Object
004- (
005- )
006-
007- [doctype] =>
008- [implementation] => (object value omitted)
009- [documentElement] => (object value omitted)
010- [actualEncoding] =>
011- [encoding] =>
012- [xmlEncoding] =>
013- [standalone] => 1
014- [xmlStandalone] => 1
015- [version] => 1.0
016- [xmlVersion] => 1.0
017- [strictErrorChecking] => 1
018- [documentURI] => %s
019- [config] =>
020- [formatOutput] =>
021- [validateOnParse] =>
022- [resolveExternals] =>
023- [preserveWhiteSpace] => 1
024- [recover] =>
025- [substituteEntities] =>
026- [nodeName] => #document
027- [nodeValue] =>
028- [nodeType] => 9
029- [parentNode] =>
030- [childNodes] => (object value omitted)
031- [firstChild] => (object value omitted)
032- [lastChild] => (object value omitted)
033- [previousSibling] =>
034- [attributes] =>
035- [ownerDocument] =>
036- [namespaceURI] =>
037- [prefix] =>
038- [localName] =>
039- [baseURI] => %s
040- [textContent] =>
041- foobar
042-
043- )