Home
last modified time | relevance | path

Searched refs:documentElement (Results 126 – 146 of 146) sorted by relevance

123456

/PHP-8.3/ext/dom/tests/
H A Ddom002.phpt27 $doc = $dom->documentElement;
H A Ddomobject_debug_handler.phpt27 ["documentElement"]=>
H A Dbug47531_a.phpt35 $root = $doc->documentElement;
H A Dbug34276.phpt22 $foo = $dom->documentElement;
H A Ddomxpath.phpt45 $root = $dom->documentElement;
H A Dbug47531_b.phpt35 $root = $doc->documentElement;
H A DDOMNode_removeChild_basic.phpt36 $root = $dom->documentElement;
H A DDOMProcessingInstruction.phpt45 $doc->documentElement->appendChild($doc->adoptNode($pi));
H A DDOMDocument_getElementsByTagName_liveness.phpt9 $root = $doc->documentElement;
H A Ddomchardata.phpt16 $node = $dom->documentElement;
H A DDOMElement_insertAdjacentText.phpt20 $container = $dom->documentElement;
H A DDOMDocument_item_cache_invalidation.phpt39 $root = $doc->documentElement;
H A DDOMNode_cloneNode_basic.phpt36 $root = $dom->documentElement;
H A Dgh12616_3.phpt24 $doc->documentElement->firstElementChild->removeAttributeNS('http://symfony.com/schema/dic/services…
H A Ddomelement.phpt16 $node = $dom->documentElement;
H A Dcanonicalization.phpt22 $doc = $dom->documentElement->firstChild;
H A Ddom001.phpt22 $rootnode = $dom->documentElement;
/PHP-8.3/ext/libxml/tests/
H A Dbug61367-read_2.phpt32 print $doc->documentElement->firstChild->nodeValue;
H A Dbug61367-read.phpt31 print $doc->documentElement->firstChild->nodeValue;
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php689 public ?DOMElement $documentElement; variable in DOMDocument
/PHP-8.3/
H A DNEWS715 . Fixed bug #80927 (Removing documentElement after creating attribute node:

Completed in 31 milliseconds

123456