Home
last modified time | relevance | path

Searched refs:nextSibling (Results 1 – 19 of 19) sorted by relevance

/PHP-8.3/ext/dom/tests/
H A Dbug28721.phpt125 nextSibling: NULL
157 nextSibling: NULL
191 nextSibling: NULL
223 nextSibling: NULL
256 nextSibling: NULL
288 nextSibling: NULL
315 nextSibling: NULL
367 nextSibling: NULL
374 nextSibling: NULL
407 nextSibling: NULL
[all …]
H A Dbug41374.phpt20 $bar = $root->insertBefore($doc->createTextNode("bar"), $foo->nextSibling);
24 $baz = $bar->nextSibling->nextSibling;
H A Dbug73907.phpt2 Bug #73907 nextSibling property not included in var_dump of DOMNode
19 ["nextSibling"]=>
H A DDOMElement_append_hierarchy_test.phpt14 $b_world = $b_hello->nextSibling;
21 $b_world = $b_hello->nextSibling;
28 $b_world = $b_hello->nextSibling;
45 $b_world = $b_hello->nextSibling;
H A DDOMElement_prepend_hierarchy_test.phpt14 $b_world = $b_hello->nextSibling;
21 $b_world = $b_hello->nextSibling;
28 $b_world = $b_hello->nextSibling;
45 $b_world = $b_hello->nextSibling;
H A Dbug69846.phpt65 ["nextSibling"]=>
126 ["nextSibling"]=>
181 ["nextSibling"]=>
H A Dbug38949.phpt16 $child = $root->firstChild->nextSibling;
H A DDOMEntityReference_predefined_free.phpt30 ["nextSibling"]=>
H A Dbug80602_3.phpt63 ["nextSibling"]=>
120 ["nextSibling"]=>
H A DDOMNode_DOMNameSpaceNode_isConnected.phpt13 $body = $head->nextSibling;
H A Ddomobject_debug_handler.phpt85 ["nextSibling"]=>
H A Dbug32615.phpt45 $root->replaceChild($frag, $root->firstChild->nextSibling);
H A Dbug47530.phpt88 …lement->firstChild->appendChild($dom2->importNode($dom->documentElement->firstChild->nextSibling));
97 $b = $a->nextSibling;
H A Dgh11500.phpt88 var_dump($dom->documentElement->firstChild->nextSibling->namespaceURI); // a2
89 var_dump($dom->documentElement->firstChild->nextSibling->firstChild->namespaceURI); // b2
H A DDOMNode_isEqualNode.phpt243 $fragment2->firstChild->nextSibling->nextSibling->remove();
H A DDOMDocument_adoptNode.phpt90 $p_tag_element = $doc4->firstChild->nextSibling;
/PHP-8.3/ext/xsl/tests/
H A Dbug26384.phpt29 print $dom->documentElement->firstChild->nextSibling->nodeName;
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dtext_node.phpt18 var_dump($text1->nextSibling, $text2->previousSibling);
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php326 public ?DOMNode $nextSibling; variable in DOMNode

Completed in 23 milliseconds