Home
last modified time | relevance | path

Searched refs:root (Results 76 – 100 of 291) sorted by last modified time

12345678910>>...12

/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation7.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
14 die('skip...cannot be run as root\n');
H A Dreaddir_variation5.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
14 die('skip...cannot be run as root\n');
H A Dscandir_variation5.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
14 die('skip...cannot be run as root\n');
H A Dscandir_variation7.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
14 die('skip...cannot be run as root\n');
/PHP-5.5/ext/standard/tests/file/
H A D006_basic.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt10 die('SKIP Cannot run test as root.');
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c147520 Blob root = {0,0,0}; /* New root page image */
147536 rc = fts3TruncateNode(aRoot, nRoot, &root, zTerm, nTerm, &iBlock);
147574 sqlite3_bind_blob(pChomp, 2, root.a, root.n, SQLITE_STATIC);
147582 sqlite3_free(root.a);
/PHP-5.5/ext/spl/tests/
H A Diterator_006.phpt8 $root = simplexml_load_string(b'<?xml version="1.0"?>
9 <root>
12 </root>
15 foreach (new IteratorIterator($root->child) as $child) {
H A DDirectoryIterator_getGroup_basic.phpt5 if (posix_geteuid() == 0) die('SKIP Cannot run test as root.');
H A DDirectoryIterator_getOwner_basic.phpt5 if (posix_geteuid() == 0) die('SKIP Cannot run test as root.');
/PHP-5.5/ext/sockets/tests/
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.');
H A Dsocket_create_listen-nobind.phpt13 die('SKIP Test cannot be run as root.');
/PHP-5.5/ext/soap/tests/bugs/
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 …]
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-5.5/ext/soap/
H A Dphp_sdl.c325 xmlNodePtr root, definitions, trav; in load_wsdl_ex() local
348 root = wsdl->children; in load_wsdl_ex()
349 definitions = get_node_ex(root, "definitions", WSDL_NAMESPACE); in load_wsdl_ex()
352 xmlNodePtr schema = get_node_ex(root, "schema", XSD_NAMESPACE); in load_wsdl_ex()
H A DTODO11 - root attribute (it is defined by SOAP 1.1, but not SOAP 1.2)
/PHP-5.5/ext/soap/interop/
H A Dconfig.php.dist3 $interopConfig['DSN'] = 'mysql://root@localhost/soapinterop';
/PHP-5.5/ext/simplexml/tests/
H A Dfeature55218.phpt2 Bug #55218 getDocNamespaces from current element and not root
H A Dprofile01.phpt7 $root = simplexml_load_string('<?xml version="1.0"?>
8 <root>
10 </root>
13 echo $root->child;
H A Dprofile02.phpt7 $root = simplexml_load_string('<?xml version="1.0"?>
8 <root>
11 </root>
14 foreach ($root->child as $child) {
H A Dprofile03.phpt7 $root = simplexml_load_string('<?xml version="1.0"?>
8 <root>
10 </root>
13 echo $root->child['attribute'];
H A Dprofile04.phpt7 $root = simplexml_load_string('<?xml version="1.0"?>
8 <root xmlns:reserved="reserved-ns">
10 </root>
13 echo $root->children('reserved-ns')->child;
H A Dprofile09.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
9 <root xmlns:reserved="reserved-ns">
11 </root>
14 echo $root->child;

Completed in 396 milliseconds

12345678910>>...12