Lines Matching refs:p

55 $p = $xml->createElement("p");
57 $p->appendChild($t1 = $xml->createTextNode(" t1 "));
58 $p->appendChild($b = $xml->createElement("b"));
60 $p->appendChild($t2 = $xml->createTextNode(" t2 "));
61 $p->appendChild($xml->createTextNode(" xxx "));
63 print_node_r($p);
65 echo "\nAppend t1 to p:\n";
66 $ret = $p->appendChild($t1);
68 print_node_r($p);
100 print_node_r($p);
104 echo "\nAppending fragment to p:\n";
105 $p->appendChild($frag);
107 print_node_r($p);
118 print_node_r($p);
123 name (value): p ( t1 X t2 xxx )
129 parent: name (value): p ( t1 X t2 xxx )
134 parent: name (value): p ( t1 X t2 xxx )
144 parent: name (value): p ( t1 X t2 xxx )
149 parent: name (value): p ( t1 X t2 xxx )
153 Append t1 to p:
155 name (value): p (X t2 xxx t1 )
161 parent: name (value): p (X t2 xxx t1 )
171 parent: name (value): p (X t2 xxx t1 )
176 parent: name (value): p (X t2 xxx t1 )
181 parent: name (value): p (X t2 xxx t1 )
252 p:
254 name (value): p (X t2 xxx t1 )
260 parent: name (value): p (X t2 xxx t1 )
270 parent: name (value): p (X t2 xxx t1 )
275 parent: name (value): p (X t2 xxx t1 )
280 parent: name (value): p (X t2 xxx t1 )
311 Appending fragment to p:
313 name (value): p (X t2 xxx t1 t5 frob t6 )
319 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
329 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
334 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
339 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
344 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
349 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
359 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
435 p:
437 name (value): p (X t2 xxx t1 t5 frob t6 )
443 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
453 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
458 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
463 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
468 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
473 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
483 parent: name (value): p (X t2 xxx t1 t5 frob t6 )