Home
last modified time | relevance | path

Searched refs:root (Results 126 – 150 of 274) sorted by last modified time

1234567891011

/PHP-7.4/ext/tidy/tests/
H A D028.phpt10 var_dump($x->root()->getParent());
H A D010.phpt2 Accessing root, body, html, and head nodes..
8 var_dump($a->root());
/PHP-7.4/ext/standard/tests/
H A Dskipif_root.inc3 // Skip if being run by root (files are always readable, writeable and executable)
6 die('WARN Unable to create the "root check" file');
14 die('SKIP Cannot be run as root');
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug78438.phpt22 $root = new Node();
24 $nextLevel = [$root];
43 return $root;
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_variation5.phpt12 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
/PHP-7.4/ext/standard/tests/file/
H A Dmkdir-004.phpt7 die("skip for root only");
H A Dmkdir-005.phpt7 die("skip for root only");
H A Dchroot_001.phpt7 die("skip for root only");
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt10 die('SKIP Cannot run test as root.');
/PHP-7.4/ext/spl/tests/
H A Dbug54971.phpt11 <root>
14 </root>
H A DDirectoryIterator_getGroup_basic.phpt6 if (!extension_loaded('posix') || posix_geteuid() == 0) { die('SKIP Cannot run test as root.'); }
H A DDirectoryIterator_getOwner_basic.phpt6 if (!extension_loaded('posix') || posix_geteuid() == 0) die('SKIP Cannot run test as root.');
/PHP-7.4/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt13 die('SKIP Test cannot be run as root.');
H A Dsocket_set_option_bindtodevice.phpt15 die('SKIP SO_BINDTODEVICE requires root permissions.');
H A Dsocket_set_option_error_socket_option.phpt16 die('SKIP Test cannot be run as root.');
/PHP-7.4/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>
H A Dbug36908.phpt27 xmlns:ns3="http://soap.dev/soap/types" id="id0" soapenc:root="0"
34 soapenc:root="0"
H A Dbug37083.phpt18 <multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
19 <multiRef id="id9" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
20 <multiRef id="id7" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
21 <multiRef id="id6" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
22 <multiRef id="id10" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encodin…
23 <multiRef id="id8" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
24 <multiRef id="id4" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
25 <multiRef id="id5" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
26 <multiRef id="id3" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
27 <multiRef id="id2" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
[all …]
/PHP-7.4/ext/simplexml/tests/
H A Dbug26976.phpt8 $root = simplexml_load_string(
10 <root>
15 </root>
18 echo $root->child[0], "\n";
19 echo $root->child[1], "\n";
20 echo $root->child[2], "\n";
21 echo $root->child[3], "\n";
H A Dbug37386.phpt8 $sx1 = new SimpleXMLElement("<root />");
22 <root><node>node1</node><node>node2</node></root>
25 <root><node>New Value</node><node>node2</node></root>
H A Dbug39662.phpt13 $root = simplexml_load_string($xml);
14 $clone = clone $root;
15 var_dump($root);
H A Dbug48601.phpt8 $sxe = simplexml_load_string('<root><node1>1</node1></root>');
10 $nodes = $sxe->xpath("/root/node2/@test");
H A Dbug69169.phpt10 <root a="b">
17 </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…

Completed in 51 milliseconds

1234567891011