Home
last modified time | relevance | path

Searched refs:nextElementSibling (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/ext/dom/tests/
H A Dbug69846.phpt44 ["nextElementSibling"]=>
102 ["nextElementSibling"]=>
160 ["nextElementSibling"]=>
H A DDOM4_DOMNode_ElementSiblings.phpt13 print_node($element->firstElementChild->nextElementSibling);
H A Dbug80602_3.phpt43 ["nextElementSibling"]=>
100 ["nextElementSibling"]=>
H A Dbug47531_b.phpt36 $elem = $root->firstElementChild->nextElementSibling;
H A DDOMNode_contains.phpt63 var_dump($div->contains($main->firstElementChild->nextElementSibling));
H A DDOMNode_isEqualNode.phpt267 $firstPara = $dom->documentElement->firstElementChild->nextElementSibling;
268 $secondPara = $dom->documentElement->firstElementChild->nextElementSibling->nextElementSibling;
/PHP-8.3/ext/pdo_sqlite/tests/
H A Dgh14712.phpt12 …ryStringxx")->fetch(PDO::FETCH_LAZY)->documentElement->firstChild->nextElementSibling->textContent…
/PHP-8.3/ext/dom/tests/gh11830/
H A Dhierarchy_variation.phpt18 $testElement = $alone->nextElementSibling->firstElementChild;
H A Ddocument_variation.phpt24 $testElement = $doc->documentElement->firstElementChild->nextElementSibling->firstElementChild;
H A Dtype_variation.phpt16 $testElement = $doc->documentElement->firstElementChild->nextElementSibling->firstElementChild;
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php517 public ?DOMElement $nextElementSibling; variable in DOMCharacterData
593 public ?DOMElement $nextElementSibling; variable in DOMElement

Completed in 20 milliseconds