Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/compareDocumentPosition/
H A Delement_order_same_depth.phpt37 var_dump($bar->nextElementSibling->compareDocumentPosition($bar) === DOMNode::DOCUMENT_POSITION_PRE…
38 var_dump($bar->compareDocumentPosition($bar->nextElementSibling) === DOMNode::DOCUMENT_POSITION_FOL…
41 var_dump($foo->previousElementSibling->compareDocumentPosition($bar->nextElementSibling) === DOMNod…
42 var_dump($bar->nextElementSibling->compareDocumentPosition($foo->previousElementSibling) === DOMNod…
H A Dattribute_child_order.phpt25 $outer = $before->nextElementSibling;
27 $bar = $foo->nextElementSibling->firstElementChild->firstElementChild;
H A Dattribute_order_different_element.phpt18 $attrs2 = $dom->documentElement->firstElementChild->nextElementSibling->attributes;
/php-src/ext/dom/tests/
H A Dxpath_context_node.phpt21 foreach ($xpath->query("p", $dom->documentElement->firstElementChild->nextElementSibling) as $p) {
25 var_dump($xpath->evaluate("count(p)", $dom->documentElement->firstElementChild->nextElementSibling)…
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 Dgh15192.phpt39 ["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-src/ext/pdo_sqlite/tests/
H A Dgh14712.phpt12 …ryStringxx")->fetch(PDO::FETCH_LAZY)->documentElement->firstChild->nextElementSibling->textContent…
/php-src/ext/dom/tests/gh11830/
H A Dhierarchy_variation.phpt19 $testElement = $alone->nextElementSibling->firstElementChild;
H A Ddocument_variation.phpt25 $testElement = $doc->documentElement->firstElementChild->nextElementSibling->firstElementChild;
H A Dtype_variation.phpt16 $testElement = $doc->documentElement->firstElementChild->nextElementSibling->firstElementChild;
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_GB18030.phpt10 $dom->documentElement->firstChild->nextElementSibling->textContent = "é";
H A DHTMLDocument_Shift_JIS.phpt10 $dom->documentElement->firstChild->nextElementSibling->textContent .= "é";
H A DHTMLDocument_UTF8_BOM.phpt10 $dom->documentElement->firstChild->nextElementSibling->textContent = "é";
H A DHTMLDocument_Windows1251.phpt10 $dom->documentElement->firstChild->nextElementSibling->textContent .= "é"; // Note: won't show up i…
H A DHTMLDocument_UTF16BE_BOM.phpt10 $dom->documentElement->firstChild->nextElementSibling->textContent = "é";
H A DHTMLDocument_UTF16LE_BOM.phpt10 $dom->documentElement->firstChild->nextElementSibling->textContent = "é";
/php-src/ext/dom/tests/bug79701/
H A Did_property.phpt15 $test2 = $test1->nextElementSibling;
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_ns_imported_06.phpt16 $p = $html->documentElement->firstElementChild->nextElementSibling->firstElementChild;
/php-src/ext/dom/
H A Dphp_dom.stub.php645 public ?DOMElement $nextElementSibling; variable in DOMCharacterData
767 public ?DOMElement $nextElementSibling; variable in DOMElement
1660 public ?Element $nextElementSibling; variable in Dom\\Element
1762 public ?Element $nextElementSibling; variable in Dom\\CharacterData

Completed in 37 milliseconds