Home
last modified time | relevance | path

Searched refs:firstChild (Results 51 – 57 of 57) sorted by relevance

123

/PHP-8.3/ext/dom/tests/
H A DDOMParentNode_empty_argument.phpt24 $dom->documentElement->firstChild->replaceWith(...$emptyFragment->childNodes);
H A DDOMElement_insertAdjacentText.phpt51 $AText = $empty->firstChild;
H A DDOMNode_contains.phpt51 var_dump($main->contains($main->firstElementChild->firstChild));
H A DDOMNode_isEqualNode.phpt50 $firstChild = $childNodes[0];
52 var_dump($child->isEqualNode($firstChild));
243 $fragment2->firstChild->nextSibling->nextSibling->remove();
H A Dcanonicalization.phpt22 $doc = $dom->documentElement->firstChild;
H A Dbug67440.phpt37 $fragment->removeChild($fragment->firstChild);
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php317 public ?DOMNode $firstChild; variable in DOMNode

Completed in 15 milliseconds

123