Home
last modified time | relevance | path

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

12

/php-src/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_prepend_hierarchy_test.phpt14 $b_world = $b_hello->nextSibling;
21 $b_world = $b_hello->nextSibling;
28 $b_world = $b_hello->nextSibling;
35 $b_world = $b_hello->nextSibling;
42 $b_world = $b_hello->nextSibling;
69 $b_world = $b_hello->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;
35 $b_world = $b_hello->nextSibling;
62 $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 Dgh16356.phpt71 ["nextSibling"]=>
133 ["nextSibling"]=>
/php-src/ext/dom/tests/modern/spec/
H A Dtext_merging.phpt17 var_dump($element->firstChild->nextSibling->textContent);
18 var_dump($element->firstChild->nextSibling->nextSibling->textContent);
24 var_dump($element->firstChild->nextSibling->textContent);
H A Dclone_text_nodes.phpt24 var_dump($clone->firstChild->nextSibling->textContent);
25 var_dump($clone->firstChild->nextSibling->nextSibling->textContent);
H A DDocument_implementation_createDocumentType.phpt59 ["nextSibling"]=>
110 ["nextSibling"]=>
161 ["nextSibling"]=>
212 ["nextSibling"]=>
H A DElement_insertAdjacentText.phpt22 var_dump($foo->firstChild->nextSibling->textContent);
H A Dbug47530.phpt29 var_dump($element->firstChild->nextSibling->tagName);
30 var_dump($element->firstChild->nextSibling->namespaceURI);
83 …lement->firstChild->appendChild($dom2->importNode($dom->documentElement->firstChild->nextSibling));
91 $b = $a->nextSibling;
H A Dimport_entity_reference.phpt48 ["nextSibling"]=>
/php-src/ext/dom/tests/modern/html/interactions/
H A DgetLineNo_65536.phpt16 var_dump($dom->documentElement->firstChild->nextSibling->firstChild->nextSibling->getLineNo());
/php-src/ext/dom/tests/modern/xml/
H A DDTDNamedNodeMap.phpt62 ["nextSibling"]=>
110 ["nextSibling"]=>
146 ["nextSibling"]=>
174 ["nextSibling"]=>
H A DNode_removeChild_from_comment.phpt10 $child = $comment->nextSibling;
H A DXMLDocument_debug.phpt72 ["nextSibling"]=>
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_LIBXML_HTML_NOIMPLIED_namespace.phpt26 var_dump($dom->documentElement->nextSibling->namespaceURI);
27 var_dump($dom->documentElement->nextSibling->prefix);
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_escape_attribute.phpt9 $p = $dom->documentElement->firstChild->nextSibling->firstChild;
H A DHTMLDocument_serialize_text_01.phpt9 $p = $dom->documentElement->firstChild->nextSibling->firstChild;
/php-src/ext/xsl/tests/
H A Dbug26384.phpt29 print $dom->documentElement->firstChild->nextSibling->nodeName;
/php-src/ext/dom/tests/delayed_freeing/
H A Dtext_node.phpt18 var_dump($text1->nextSibling, $text2->previousSibling);

Completed in 16 milliseconds

12