File tree 2 files changed +3
-2
lines changed
ext/dom/tests/modern/extensions 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ PHP NEWS
24
24
(html5_serializer)). (nielsdos)
25
25
. Deprecated DOM_PHP_ERR constant. (nielsdos)
26
26
. Removed DOMImplementation::getFeature(). (nielsdos)
27
+ . Fixed bug GH-15331 (Element::$substitutedNodeValue test failed). (nielsdos)
27
28
28
29
- Hash:
29
30
. 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
23
23
echo $ dom ->saveXML (), "\n" ;
24
24
25
25
?>
26
- --EXPECT --
26
+ --EXPECTF --
27
27
string(1) "1"
28
28
NULL
29
29
<? xml version="1.0 " encoding="UTF -8 "?>
35
35
string(0) ""
36
36
NULL
37
37
<? 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