Home
last modified time | relevance | path

Searched refs:root (Results 201 – 225 of 291) sorted by path

12345678910>>...12

/PHP-5.5/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-5.5/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-5.5/ext/spl/tests/
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.');
H A Dbug54971.phpt11 <root>
14 </root>
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) {
/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/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt10 die('SKIP Cannot run test as root.');
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation3.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 Ddir_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 Dopendir_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 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');
H A D006_error.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
H A D006_variation1.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
H A D006_variation2.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
H A Dchroot_001.phpt7 die("skip for root only");
H A Dcopy_variation15.phpt7 // Skip if being run by root (files are always readable, writeable and executable)
13 die('skip cannot be run as root');
H A Dcopy_variation9.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
14 die('skip cannot be run as root');
H A Dfilegroup_error.phpt20 var_dump( filegroup("/no/such/file", "root") ); // args > expected

Completed in 1062 milliseconds

12345678910>>...12