Home
last modified time | relevance | path

Searched refs:root (Results 126 – 150 of 337) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/dom/tests/
H A Dbug66783.phpt8 $doc->loadXML('<root></root>');
H A Dbug49490.phpt8 $doc->loadXML('<prefix:root xmlns:prefix="urn:a" />');
13 echo($xp->query('//prefix:root', null, false)->length . "\n");
H A Dbug73907.phpt8 <root>
9 </root>';
H A Ddom_set_attr_node.phpt10 <root a="b" />
20 $root = $dom->documentElement;
21 $attr = $root->getAttributeNode('a');
H A Dbug38850.phpt15 $root = $doc->documentElement;
17 print $root->lookupNamespaceURI(NULL);
H A DDOMNode_removeChild_basic.phpt36 $root = $dom->documentElement;
38 $children = $root->childNodes;
46 $noderemoved = $root->removeChild($current);
49 $children = $root->childNodes;
H A Dbug35342.phpt8 $dom->loadXML("<root><foo>foobar</foo><foo>foobar#2</foo></root>");
H A Dbug67474.phpt10 $doc->loadXML('<root xmlns:x="x"><a/><x:a/></root>');
/PHP-8.3/ext/intl/tests/
H A Dbreakiter_getLocale_basic.phpt18 string(4) "root"
19 string(4) "root"
/PHP-8.3/ext/simplexml/tests/
H A D020.phpt8 $doc = simplexml_load_string('<root><name attr="foo">bar</name></root>');
H A Dbug72957.phpt8 $xml = new SimpleXMLElement('<root><elem>Text</elem></root>');
H A Dbug72971.phpt8 $xml = new SimpleXMLElement('<root xmlns:ns="ns"><foo>bar</foo><ns:foo>ns:bar</ns:foo><ns:foo2>ns:b…
/PHP-8.3/ext/com_dotnet/tests/
H A Dbug77621.phpt10 $root = dirname(array_change_key_case($_SERVER, CASE_UPPER)['COMSPEC']);
11 com_load_typelib("$root\activeds.tlb");
/PHP-8.3/ext/xmlwriter/tests/
H A D007.phpt12 xmlwriter_start_element($xw, 'root');
30 <root>
34 </root>
H A DOO_009.phpt14 $xw->startElement('root');
36 <root id="elem1">
42 </root>
H A D009.phpt13 xmlwriter_start_element($xw, 'root');
35 <root id="elem1">
41 </root>
H A DOO_007.phpt13 $xw->startElement('root');
31 <root>
35 </root>
/PHP-8.3/ext/xmlreader/tests/
H A Dbug64230.phpt20 $x->xml("<root att/>");
29 $x->xml("<root att/>");
45 Warning: XMLReader::read(): <root att/> in %s on line %d
/PHP-8.3/tests/lang/
H A Dbug7515.phpt10 $o->root = new obj();
17 $o->root->method();
/PHP-8.3/sapi/fpm/tests/
H A Dskipif.inc6 // Running as root is not allowed without TEST_FPM_RUN_AS_ROOT env
8 die('skip Refusing to run as root');
/PHP-8.3/ext/phar/tests/tar/
H A Dlinks4.phpt2 Phar: tar with link to root directory file from root directory file
/PHP-8.3/Zend/tests/
H A Dbug34199.phpt7 $xml = "<root></root>";
/PHP-8.3/.github/actions/test-linux/
H A Daction.yml18 export MYSQL_TEST_USER=root
19 export MYSQL_TEST_PASSWD=root
23 export PDO_MYSQL_TEST_USER=root
24 export PDO_MYSQL_TEST_PASS=root
/PHP-8.3/ext/libxml/tests/
H A Dbug54138.phpt14 <root>
17 </root>
/PHP-8.3/ext/spl/tests/
H A Dbug54971.phpt9 <root>
12 </root>

Completed in 38 milliseconds

12345678910>>...14