Home
last modified time | relevance | path

Searched refs:substitutedNodeValue (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/dom/tests/modern/extensions/
H A DElement_substitutedNodeValue.phpt2 Element::$substitutedNodeValue
10 $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);
/php-src/ext/dom/tests/
H A Dgh16356.phpt47 ["substitutedNodeValue"]=>
109 ["substitutedNodeValue"]=>
H A Dgh15192.phpt45 ["substitutedNodeValue"]=>
/php-src/ext/dom/
H A Dphp_dom.stub.php1696 public string $substitutedNodeValue; variable in Dom\\Element

Completed in 11 milliseconds