Home
last modified time | relevance | path

Searched refs:root (Results 51 – 75 of 291) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/dom/tests/
H A DDOMDocument_save_basic.phpt12 $root = $doc->createElement('book');
14 $root = $doc->appendChild($root);
17 $title = $root->appendChild($title);
H A DDOMDocument_saveHTMLFile_error1.phpt13 $root = $doc->createElement('html');
14 $root = $doc->appendChild($root);
16 $head = $root->appendChild($head);
H A DDOMDocument_saveHTML_variant1.phpt10 $root = $doc->createElement('html');
11 $root = $doc->appendChild($root);
13 $head = $root->appendChild($head);
H A Dbug41257.phpt11 $root = $doc->documentElement;
14 $euri = $root->lookupNamespaceURI("ns2")."\n";
19 $epref = $root->lookupPrefix("http://ns2")."\n";
24 $eisdef = $root->isDefaultNamespace("http://ns")."\n";
H A DDOMDocument_saveHTMLFile_invalid_filename.phpt14 $root = $doc->createElement('html');
15 $root = $doc->appendChild($root);
17 $head = $root->appendChild($head);
H A DDOMDocument_saveHTML_basic.phpt13 $root = $doc->createElement('html');
14 $root = $doc->appendChild($root);
16 $head = $root->appendChild($head);
H A DDOMNode_cloneNode_basic.phpt38 $root = $dom->documentElement;
41 $children = $root->childNodes;
46 $noderemoved = $root->removeChild($current);
65 $root->appendChild($cloned_first_course_default);
66 $root->appendChild($cloned_first_course_true);
67 $root->appendChild($cloned_first_course_false);
69 $children = $root->childNodes;
H A Dbug37456.phpt12 $root = $doc->getElementsByTagName('foo')->item(0);
13 $root->setAttribute('bar', '>');
14 $attr = $root->setAttribute('bar', 'newval');
H A Dbug43364.phpt23 <root xmlns:xi="http://www.w3.org/2001/XInclude">
28 <b><xi:include xpointer="xpointer(/root/a)" /></b>
29 <c><xi:include xpointer="xpointer(/root/b)" /></c>
30 </root>
H A DDOMDocument_saveHTMLFile_formatOutput.phpt15 $root = $doc->createElement('html');
16 $root = $doc->appendChild($root);
18 $head = $root->appendChild($head);
H A DDOMDocument_saveHTMLFile_basic.phpt14 $root = $doc->createElement('html');
15 $root = $doc->appendChild($root);
17 $head = $root->appendChild($head);
H A DDOMNode_hasChildNodes_basic.phpt21 $root = $doc->createElement('book');
22 $doc->appendChild($root);
25 $root->appendChild($title);
31 var_dump($root->hasChildNodes());
H A Dbug49463.phpt9 $root = $doc->createElementNS('http://purl.org/rss/1.0/','rdf:RDF');
10 $doc->appendChild($root);
11 $root->setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns","http://purl.org/rss/1.0/" );
H A DDOMComment_construct_basic_001.phpt11 $element = $dom->appendChild(new DOMElement('root'));
19 <root><!--This is the second comment.--></root>
H A Ddom_comment_variation.phpt16 $root = $dom->documentElement;
17 var_dump($root->hasChildNodes());
18 $children = $root->childNodes;
H A Ddom_comment_basic.phpt19 $root = $dom->documentElement;
20 var_dump($root->hasChildNodes());
21 $children = $root->childNodes;
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c198 if(root) { in xml_elem_free_non_recurse()
207 Q_Destroy(&root->children); in xml_elem_free_non_recurse()
208 Q_Destroy(&root->attrs); in xml_elem_free_non_recurse()
209 if(root->name) { in xml_elem_free_non_recurse()
210 free((char *)root->name); in xml_elem_free_non_recurse()
211 root->name = NULL; in xml_elem_free_non_recurse()
214 my_free(root); in xml_elem_free_non_recurse()
237 if(root) { in xml_elem_free()
587 xml_element* root; member
703 mydata.root = xml_elem_new(); in xml_elem_parse_buf()
[all …]
/PHP-5.5/ext/simplexml/tests/
H A Dbug44478.phpt7 $xml_element = new simpleXMLElement('<root></root>');
27 <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>');
10 $nodes = $sxe->xpath("/root/node2/@test");
H A Dbug39662.phpt13 $root = simplexml_load_string($xml);
14 $clone = clone $root;
15 var_dump($root);
/PHP-5.5/ext/intl/tests/
H A Dcollator_create4.phpt23 'root',
61 ULOC_ACTUAL_LOCALE = 'root'
71 Locale: 'root'
72 ULOC_REQUESTED_LOCALE = 'root'
73 ULOC_VALID_LOCALE = 'root'
74 ULOC_ACTUAL_LOCALE = 'root'
H A Dcollator_create2.phpt24 'root',
62 ULOC_ACTUAL_LOCALE = 'root'
75 Locale: 'root'
76 ULOC_REQUESTED_LOCALE = 'root'
77 ULOC_VALID_LOCALE = 'root'
78 ULOC_ACTUAL_LOCALE = 'root'
H A Dcollator_create.phpt23 'root',
74 Locale: 'root'
75 ULOC_REQUESTED_LOCALE = 'root'
76 ULOC_VALID_LOCALE = 'root'
77 ULOC_ACTUAL_LOCALE = 'root'
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug43925.phpt21 , root integer NOT NULL
26 $dbh->query('INSERT INTO nodes (id, root, lft, rgt) VALUES (1, 1, 1, 6);');
27 $dbh->query('INSERT INTO nodes (id, root, lft, rgt) VALUES (2, 1, 2, 3);');
28 $dbh->query('INSERT INTO nodes (id, root, lft, rgt) VALUES (3, 1, 4, 5);');
35 AND (root = :rootId OR root = :left)
/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_basic_001.phpt10 xmlwriter_start_element($xw, 'root');
25 <root prefix:id="elem1" xmlns:prefix="http://www.php.net/uri">
27 </root>

Completed in 27 milliseconds

12345678910>>...12