Home
last modified time | relevance | path

Searched refs:root (Results 151 – 175 of 337) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness.phpt8root><e i="1"/><e i="2"/><e i="3"/><e i="4"/><e i="5"/><e i="6"/><e i="7"/><e i="8"/><e i="9"/><e …
9 $root = $doc->documentElement;
42 $root->removeChild($node);
H A DDOMNode_normalize_basic.phpt22 $root = $doc->createElement('book');
23 $doc->appendChild($root);
26 $root->appendChild($title);
29 $root->appendChild($author);
H A DDOMDocument_getElementsByTagName_liveness_simplexml.phpt10 $doc->loadXML( '<root><e i="1"/><e i="2"/><e i="3"/><e i="4"/><e i="5"/><e i="6"/><e i="7"/><e i="8…
H A Dbug54382.phpt8 <root xmlns="http://ns" xmlns:ns2="http://ns2">
10 </root>';
H A Dgh12870.inc7 $d->appendChild($d->createElement('root'));
17 echo "root namespaceURI: ";
H A Dbug79852.phpt9 <root>
13 </root>
H A DDOMProcessingInstruction.phpt44 $doc->appendChild($doc->createElement('root'));
83 <root><?test my data <>?></root>
H A Dnot_serializable.phpt9 $doc->loadXML('<root><node/></root>');
H A Ddom001.phpt21 echo "--------- root\n";
25 echo "--------- children of root\n";
34 // The parent of this last node is the root again
71 echo "--------- Add child to root\n";
102 --------- root
107 --------- children of root
180 --------- Add child to root
/PHP-8.3/ext/libxml/tests/
H A Dbug54138_2.phpt16 <root>
19 </root>
/PHP-8.3/ext/simplexml/tests/
H A Dcurrent_error.phpt10 <root>
12 </root>
H A Dkey_error.phpt10 <root>
12 </root>
H A Dbug72971_2.phpt8 $xml = new SimpleXMLElement('<root xmlns:ns="ns"><foo>bar</foo><ns:foo>ns:bar</ns:foo></root>');
H A D031.phpt8 <root s:att1="b" att1="a"
13 </root>
51 <root xmlns:s="urn::test" xmlns:t="urn::test-t" xmlns:v="urn::test-v" s:att1="b" att1="a" v:att11="…
55 …l</m:test2><test3 xmlns="urn::testnew">myval</test3><test4>myval</test4><test5>myval</test5></root>
H A Dbug69169.phpt8 <root a="b">
15 </root>';
H A D030.phpt8 <root s:att1="b" att1="a"
13 </root>
/PHP-8.3/ext/opcache/tests/
H A Dpreload_user_001.phpt16 if (posix_geteuid() === 0) die('skip Test needs non-root user');
25 %sWarning "opcache.preload_user" is ignored because the current user is not "root"
/PHP-8.3/ext/xml/tests/
H A Dxml_closures_001.phpt36 <root id="elem1">
45 </root>
H A Dxml004.phpt43 <root id="elem1">
52 </root>
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug38536.phpt21 <getClientInfoFromDomainResponse SOAP-ENC:root="1">
27 <xsd:address id="i2" xsi:type="ns1:ClientAddressType" SOAP-ENC:root="0">
31 <address xsi:type="xsd:string" id="i3" SOAP-ENC:root="0">Test</address>
/PHP-8.3/sapi/fpm/tests/
H A Dproc-user-ignored.phpt2 FPM: Process user setting ignored when FPM is not running as root
31 "'user' directive is ignored when FPM is not running as root",
/PHP-8.3/ext/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt11 die('SKIP posix_geteuid() not defined so cannot check if run as root');
14 die('SKIP Cannot run test as root.');
/PHP-8.3/ext/intl/tests/
H A Dmsgfmt_parse.phpt20 'root' => '{0,whatever} would not work!',
29 'root' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree",
105 Locale is: root
H A Dresourcebundle_create.phpt13 $r1 = ut_resourcebundle_create( 'root', BUNDLE );
17 // non-root one
/PHP-8.3/ext/intl/tests/_files/
H A Dres_index.txt4 root {""}

Completed in 58 milliseconds

12345678910>>...14