Home
last modified time | relevance | path

Searched refs:node1 (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/simplexml/tests/
H A Dbug44478.phpt8 $xml_element->node1 = 'a & b';
9 print $xml_element->node1."\n";
10 $xml_element->node1 = 'a & b';
11 print $xml_element->node1."\n";
26 <root><node1>a &amp;#38; b</node1><node2>a &amp; b</node2></root>
H A Dbug48601.phpt8 $sxe = simplexml_load_string('<root><node1>1</node1></root>');
H A Dbug37386.phpt10 $sx1->node[0] = 'node1';
22 <root><node>node1</node><node>node2</node></root>
H A Dbug41861.phpt10 <ns1:node1 xmlns:ns1="#ns1" />
38 children(#ns1): 'node1' -- namespaces: #ns1
/php-src/Zend/tests/
H A Dbug69534.phpt11 $node1 = new Node;
13 $node1->prop = $node2;
14 $node2->prop = $node1;
15 unset($node1);
/php-src/ext/xmlreader/tests/
H A Dnext_basic.phpt8 $xml = '<?xml version="1.0" encoding="UTF-8"?><nodes><node1><sub /></node1>
45 node1
/php-src/ext/dom/
H A Dnode.c2448 xmlNodePtr node1 = other; in dom_node_compare_document_position() local
2457 attr1 = node1; in dom_node_compare_document_position()
2458 node1 = attr1->parent; in dom_node_compare_document_position()
2468 if (attr1 != NULL && node1 != NULL && node2 == node1) { in dom_node_compare_document_position()
2500 if (node2_root == node1) { in dom_node_compare_document_position()
2543 node1 = node1->parent; in dom_node_compare_document_position()
2554 node1 = node1->parent; in dom_node_compare_document_position()
2562 node1 = node1->next; in dom_node_compare_document_position()
2563 if (node1 == node2) { in dom_node_compare_document_position()
2566 } while (node1 != NULL); in dom_node_compare_document_position()
[all …]
/php-src/ext/spl/tests/
H A Dbug65328.phpt266 $node1 = new Node('value1', 1);
267 $tree->getHead()->addChild($node1);
269 $node1->addChild($node2);

Completed in 24 milliseconds