Searched refs:root (Results 101 – 125 of 279) sorted by relevance
12345678910>>...12
10 $doc->loadXML('<root></root>');
15 $root = $doc->documentElement;17 print $root->lookupNamespaceURI(NULL);
10 <root a="b" />20 $root = $dom->documentElement;21 $attr = $root->getAttributeNode('a');
8 $dom->loadXML("<root><foo>foobar</foo><foo>foobar#2</foo></root>");
38 $root = $dom->documentElement;40 $children = $root->childNodes;48 $noderemoved = $root->removeChild($current);51 $children = $root->childNodes;
12 $doc->loadXML('<root xmlns:x="x"><a/><x:a/></root>');
24 $root = $doc->createElement('book');25 $doc->appendChild($root);28 $root->appendChild($title);31 $root->appendChild($author);
18 $xw->startElement('root');32 <root>37 </root>
14 xmlwriter_start_element($xw, 'root');32 <root>36 </root>
16 xmlwriter_start_element($xw, 'root');38 <root id="elem1">44 </root>
15 $xw->startElement('root');33 <root>37 </root>
16 $xw->startElement('root');38 <root id="elem1">44 </root>
10 $o->root = new obj();17 $o->root->method();
17 string(4) "root"18 string(4) "root"
6 // Running as root is not allowed without TEST_FPM_RUN_AS_ROOT env8 die('skip Refusing to run as root');
2 Phar: tar with link to root directory file from root directory file
12 $root = dirname(array_change_key_case($_SERVER, CASE_UPPER)['COMSPEC']);13 com_load_typelib("$root\activeds.tlb");
22 $x->xml("<root att/>");31 $x->xml("<root att/>");47 Warning: XMLReader::read(): <root att/> in %s on line %d
25 #MYSQL_TEST_USER: root26 … #PDO_MYSQL_TEST_DSN: "pgsql:host=127.0.0.1 port=5432 dbname=test user=root password=Password12!"27 #PDO_MYSQL_TEST_USER: root
7 $xml = "<root></root>";
13 <root>16 </root>
15 <root>18 </root>
8 $xml = new SimpleXMLElement('<root><elem>Text</elem></root>');
8 $xml = new SimpleXMLElement('<root xmlns:ns="ns"><foo>bar</foo><ns:foo>ns:bar</ns:foo><ns:foo2>ns:b…
11 <root>14 </root>
Completed in 34 milliseconds