Lines Matching refs:firstChild
13 $b_hello = $dom->firstChild->firstChild;
20 $b_hello = $dom->firstChild->firstChild;
22 $b_hello->prepend($b_world->firstChild);
27 $b_hello = $dom->firstChild->firstChild;
29 $b_hello->prepend($b_world->firstChild, "foo");
34 $b_hello = $dom->firstChild->firstChild;
36 $b_world->firstChild->prepend($b_hello);
41 $b_hello = $dom->firstChild->firstChild;
43 $b_world->firstChild->prepend($b_hello, "foo");
48 $b_hello = $dom->firstChild->firstChild;
58 $b_hello = $dom->firstChild->firstChild;
68 $b_hello = $dom->firstChild->firstChild;
71 $b_world->firstChild->prepend($b_world);
82 $dom->firstChild->firstChild->prepend($dom2->firstChild);