Lines Matching refs:firstChild
13 $b_hello = $dom->firstChild->firstChild;
20 $b_hello = $dom->firstChild->firstChild;
22 $b_hello->append($b_world->firstChild);
27 $b_hello = $dom->firstChild->firstChild;
29 $b_hello->append($b_world->firstChild, "foo");
34 $b_hello = $dom->firstChild->firstChild;
36 $b_world->firstChild->append($b_hello);
41 $b_hello = $dom->firstChild->firstChild;
51 $b_hello = $dom->firstChild->firstChild;
61 $b_hello = $dom->firstChild->firstChild;
64 $b_world->firstChild->append($b_world);
75 $dom->firstChild->firstChild->prepend($dom2->firstChild);