File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
ext/dom/tests/modern/extensions Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ PHP NEWS
2424 (html5_serializer)). (nielsdos)
2525 . Deprecated DOM_PHP_ERR constant. (nielsdos)
2626 . Removed DOMImplementation::getFeature(). (nielsdos)
27+ . Fixed bug GH-15331 (Element::$substitutedNodeValue test failed). (nielsdos)
2728
2829- Hash:
2930 . Deprecated passing incorrect data types for options to ext/hash functions.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ var_dump($dom->documentElement->nodeValue); // Should always be NULL for element
2323echo $ dom ->saveXML (), "\n" ;
2424
2525?>
26- --EXPECT --
26+ --EXPECTF --
2727string(1) "1"
2828NULL
2929<? xml version="1.0 " encoding="UTF -8 "?>
3535string(0) ""
3636NULL
3737<? xml version="1.0 " encoding="UTF -8 "?>
38- <root></root>
38+ %r( <root><\ /root>|<root\/>)%r
You can’t perform that action at this time.
0 commit comments