Searched refs:substitutedNodeValue (Results 1 – 4 of 4) sorted by relevance
2 Element::$substitutedNodeValue10 $dom->documentElement->substitutedNodeValue = "1";11 var_dump($dom->documentElement->substitutedNodeValue);15 $dom->documentElement->substitutedNodeValue = "<>";16 var_dump($dom->documentElement->substitutedNodeValue);20 $dom->documentElement->substitutedNodeValue = "";21 var_dump($dom->documentElement->substitutedNodeValue);
43 ["substitutedNodeValue"]=>
1692 public string $substitutedNodeValue; variable in Dom\\Element
352 . Fixed bug GH-15331 (Element::$substitutedNodeValue test failed). (nielsdos)
Completed in 13 milliseconds