/php-src/ext/dom/tests/compareDocumentPosition/ |
H A D | element_order_same_depth.phpt | 37 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 D | attribute_child_order.phpt | 25 $outer = $before->nextElementSibling; 27 $bar = $foo->nextElementSibling->firstElementChild->firstElementChild;
|
H A D | attribute_order_different_element.phpt | 18 $attrs2 = $dom->documentElement->firstElementChild->nextElementSibling->attributes;
|
/php-src/ext/dom/tests/ |
H A D | xpath_context_node.phpt | 21 foreach ($xpath->query("p", $dom->documentElement->firstElementChild->nextElementSibling) as $p) { 25 var_dump($xpath->evaluate("count(p)", $dom->documentElement->firstElementChild->nextElementSibling)…
|
H A D | bug69846.phpt | 44 ["nextElementSibling"]=> 102 ["nextElementSibling"]=> 160 ["nextElementSibling"]=>
|
H A D | DOM4_DOMNode_ElementSiblings.phpt | 13 print_node($element->firstElementChild->nextElementSibling);
|
H A D | bug80602_3.phpt | 43 ["nextElementSibling"]=> 100 ["nextElementSibling"]=>
|
H A D | gh16356.phpt | 41 ["nextElementSibling"]=> 103 ["nextElementSibling"]=>
|
H A D | gh15192.phpt | 39 ["nextElementSibling"]=>
|
H A D | bug47531_b.phpt | 36 $elem = $root->firstElementChild->nextElementSibling;
|
H A D | DOMNode_contains.phpt | 63 var_dump($div->contains($main->firstElementChild->nextElementSibling));
|
H A D | DOMNode_isEqualNode.phpt | 267 $firstPara = $dom->documentElement->firstElementChild->nextElementSibling; 268 $secondPara = $dom->documentElement->firstElementChild->nextElementSibling->nextElementSibling;
|
/php-src/ext/pdo_sqlite/tests/ |
H A D | gh14712.phpt | 12 …ryStringxx")->fetch(PDO::FETCH_LAZY)->documentElement->firstChild->nextElementSibling->textContent…
|
/php-src/ext/dom/tests/gh11830/ |
H A D | hierarchy_variation.phpt | 19 $testElement = $alone->nextElementSibling->firstElementChild;
|
H A D | document_variation.phpt | 25 $testElement = $doc->documentElement->firstElementChild->nextElementSibling->firstElementChild;
|
H A D | type_variation.phpt | 16 $testElement = $doc->documentElement->firstElementChild->nextElementSibling->firstElementChild;
|
/php-src/ext/dom/tests/modern/html/encoding/ |
H A D | HTMLDocument_GB18030.phpt | 10 $dom->documentElement->firstChild->nextElementSibling->textContent = "é";
|
H A D | HTMLDocument_Shift_JIS.phpt | 10 $dom->documentElement->firstChild->nextElementSibling->textContent .= "é";
|
H A D | HTMLDocument_UTF8_BOM.phpt | 10 $dom->documentElement->firstChild->nextElementSibling->textContent = "é";
|
H A D | HTMLDocument_Windows1251.phpt | 10 $dom->documentElement->firstChild->nextElementSibling->textContent .= "é"; // Note: won't show up i…
|
H A D | HTMLDocument_UTF16BE_BOM.phpt | 10 $dom->documentElement->firstChild->nextElementSibling->textContent = "é";
|
H A D | HTMLDocument_UTF16LE_BOM.phpt | 10 $dom->documentElement->firstChild->nextElementSibling->textContent = "é";
|
/php-src/ext/dom/tests/bug79701/ |
H A D | id_property.phpt | 15 $test2 = $test1->nextElementSibling;
|
/php-src/ext/dom/tests/modern/html/serializer/ |
H A D | HTMLDocument_serialize_ns_imported_06.phpt | 16 $p = $html->documentElement->firstElementChild->nextElementSibling->firstElementChild;
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 645 public ?DOMElement $nextElementSibling; variable in DOMCharacterData 767 public ?DOMElement $nextElementSibling; variable in DOMElement 1661 public ?Element $nextElementSibling; variable in Dom\\Element 1766 public ?Element $nextElementSibling; variable in Dom\\CharacterData
|