Home
last modified time | relevance | path

Searched refs:node2 (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/simplexml/tests/
H A Dbug44478.phpt12 $xml_element->addChild('node2','a & b');
13 print $xml_element->node2."\n";
14 $xml_element->node2 = 'a & b';
15 print $xml_element->node2."\n";
26 <root><node1>a &amp;#38; b</node1><node2>a &amp; b</node2></root>
H A Dbug37386.phpt11 $sx1->node[1] = 'node2';
22 <root><node>node1</node><node>node2</node></root>
25 <root><node>New Value</node><node>node2</node></root>
H A Dbug41861.phpt11 <ns2:node2 xmlns:ns2="#ns2" />
39 children(#ns2): 'node2' -- namespaces: #ns2
H A Dbug48601.phpt10 $nodes = $sxe->xpath("/root/node2/@test");
/php-src/Zend/tests/
H A Dbug69534.phpt12 $node2 = new Node;
13 $node1->prop = $node2;
14 $node2->prop = $node1;
16 unset($node2);
/php-src/ext/dom/tests/
H A DtoString_exceptions.phpt31 $node2 = $root->childNodes[1];
32 try { $node2->nodeValue = $badStr; } catch (Exception $e) { echo "Exception\n"; }
33 try { $node2->textContent = $badStr; } catch (Exception $e) { echo "Exception\n"; }
34 $data = $node2->childNodes[0];
/php-src/ext/xmlreader/tests/
H A Dnext_basic.phpt9 <node2><sub /></node2><node3><sub /></node3><node4><sub /></node4></nodes>';
/php-src/ext/dom/
H A Dnode.c2435 xmlNodePtr node2 = this; in dom_node_compare_document_position() local
2450 attr2 = node2; in dom_node_compare_document_position()
2451 node2 = attr2->parent; in dom_node_compare_document_position()
2476 if (node1_root == node2) { in dom_node_compare_document_position()
2483 xmlNodePtr node2_root = node2; in dom_node_compare_document_position()
2534 node2 = node2->parent; in dom_node_compare_document_position()
2541 node2 = node2->parent; in dom_node_compare_document_position()
2544 ZEND_ASSERT(node1 != node2); in dom_node_compare_document_position()
2546 ZEND_ASSERT(node2 != NULL); in dom_node_compare_document_position()
2549 if (node1 == node2) { in dom_node_compare_document_position()
[all …]
/php-src/ext/spl/tests/
H A Dbug65328.phpt268 $node2 = new Node('value2', 2);
269 $node1->addChild($node2);

Completed in 32 milliseconds