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);
122 name (value): p ( t1 X t2 xxx )
128 parent: name (value): p ( t1 X t2 xxx )
133 parent: name (value): p ( t1 X t2 xxx )
143 parent: name (value): p ( t1 X t2 xxx )
148 parent: name (value): p ( t1 X t2 xxx )
152 Append t1 to p:
154 name (value): p (X t2 xxx t1 )
160 parent: name (value): p (X t2 xxx t1 )
170 parent: name (value): p (X t2 xxx t1 )
175 parent: name (value): p (X t2 xxx t1 )
180 parent: name (value): p (X t2 xxx t1 )
251 p:
253 name (value): p (X t2 xxx t1 )
259 parent: name (value): p (X t2 xxx t1 )
269 parent: name (value): p (X t2 xxx t1 )
274 parent: name (value): p (X t2 xxx t1 )
279 parent: name (value): p (X t2 xxx t1 )
310 Appending fragment to p:
312 name (value): p (X t2 xxx t1 t5 frob t6 )
318 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
328 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
333 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
338 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
343 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
348 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
358 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
434 p:
436 name (value): p (X t2 xxx t1 t5 frob t6 )
442 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
452 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
457 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
462 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
467 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
472 parent: name (value): p (X t2 xxx t1 t5 frob t6 )
482 parent: name (value): p (X t2 xxx t1 t5 frob t6 )