Lines Matching refs:a2
16 $a2 = $dom->createElementNS('http://example.com', 'a2');
17 $b2 = $a2->appendChild($dom->createElementNS('http://example.com', 'b2'));
18 $root->appendChild($a2);
25 var_dump($a2->namespaceURI);
39 $a2 = $dom->createElementNS('http://example.com', 'a2');
43 $a2->appendChild($b2);
45 $b2 = $a2->appendChild($dom->createElementNS('http://example.com', 'b2'));
48 $root->appendChild($a2);
56 var_dump($a2->namespaceURI);
80 …/example2.com"><a1 xmlns="http://example.com"><b1/></a1><a2 xmlns="http://example.com"><b2/></a2><…
88 var_dump($dom->documentElement->firstChild->nextSibling->namespaceURI); // a2
94 …/example2.com"><a1 xmlns="http://example.com"><b1/></a1><a2 xmlns="http://example.com"><b2/></a2><…
102 <root xmlns="http://example.com"><a1><b1/></a1><a2><b2/></a2></root>
110 …><a1 xmlns="http://example.com"><b1><c1/></b1></a1><a2 xmlns="http://example.com"><b2><c2/></b2></…
120 <root xmlns="http://example.com"><a1><b1><c1/></b1></a1><a2><b2><c2/></b2></a2></root>
130 …><a1 xmlns="http://example.com"><b1><c1/></b1></a1><a2 xmlns="http://example.com"><b2><c2/></b2></…
140 <root xmlns="http://example.com"><a1><b1><c1/></b1></a1><a2><b2><c2/></b2></a2></root>
150 …/example2.com"><a1 xmlns="http://example.com"><b1/></a1><a2 xmlns="http://example.com"><b2/></a2><…