Lines Matching refs:b2
17 $b2 = $a2->appendChild($dom->createElementNS('http://example.com', 'b2'));
26 var_dump($b2->namespaceURI);
41 $b2 = $dom->createElementNS('http://example.com', 'b2');
42 $c2 = $b2->appendChild($dom->createElementNS('http://example.com', 'c2'));
43 $a2->appendChild($b2);
45 $b2 = $a2->appendChild($dom->createElementNS('http://example.com', 'b2'));
46 $c2 = $b2->appendChild($dom->createElementNS('http://example.com', 'c2'));
57 var_dump($b2->namespaceURI);
80 …e2.com"><a1 xmlns="http://example.com"><b1/></a1><a2 xmlns="http://example.com"><b2/></a2></root>';
89 var_dump($dom->documentElement->firstChild->nextSibling->firstChild->namespaceURI); // b2
94 …ple2.com"><a1 xmlns="http://example.com"><b1/></a1><a2 xmlns="http://example.com"><b2/></a2></root>
102 <root xmlns="http://example.com"><a1><b1/></a1><a2><b2/></a2></root>
110 …s="http://example.com"><b1><c1/></b1></a1><a2 xmlns="http://example.com"><b2><c2/></b2></a2></root>
120 <root xmlns="http://example.com"><a1><b1><c1/></b1></a1><a2><b2><c2/></b2></a2></root>
130 …s="http://example.com"><b1><c1/></b1></a1><a2 xmlns="http://example.com"><b2><c2/></b2></a2></root>
140 <root xmlns="http://example.com"><a1><b1><c1/></b1></a1><a2><b2><c2/></b2></a2></root>
150 …ple2.com"><a1 xmlns="http://example.com"><b1/></a1><a2 xmlns="http://example.com"><b2/></a2></root>