Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/standard/tests/file/
H A Dis_writable_variation2.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
H A Dsymlink_link_linkinfo_is_link_variation6.phpt15 // Skip if being run by root (files are always readable, writeable and executable)
21 die('skip cannot be run as root');
H A Dfilegroup_error.phpt20 var_dump( filegroup("/no/such/file", "root") ); // args > expected
H A Dis_writable_variation1.phpt7 // Skip if being run by root (files are always readable, writeable and executable)
13 die('skip cannot be run as root');
H A Dfileowner_error.phpt20 var_dump( fileowner("/no/such/file", "root") ); // args > expected
/PHP-5.5/ext/posix/tests/
H A Dposix_access.phpt14 die('SKIP Cannot run test as root.');
H A Dposix_seteuid_variation3.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setgid_variation3.phpt10 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation3.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_access_error_wrongparams.phpt14 die('SKIP Cannot run test as root.');
/PHP-5.5/ext/phar/tests/
H A D017.phpt33 …r error: no directory in "phar://hio", must have at least phar://hio/ for root directory (always u…
H A D017U.phpt33 …r error: no directory in "phar://hio", must have at least phar://hio/ for root directory (always u…
H A Dopendir.phpt39 …r: phar error: no directory in "phar://", must have at least phar:/// for root directory (always u…
/PHP-5.5/ext/simplexml/tests/
H A Dprofile12.phpt2 SimpleXML [profile]: Accessing namespaced root and non namespaced children
/PHP-5.5/ext/pdo/
H A Dphp_pdo_int.h28 PDO_API zend_class_entry *php_pdo_get_exception_base(int root TSRMLS_DC);
H A Dpdo.c74 PDO_API zend_class_entry *php_pdo_get_exception_base(int root TSRMLS_DC) in php_pdo_get_exception_base()
77 if (!root) { in php_pdo_get_exception_base()
/PHP-5.5/ext/dom/tests/
H A Dbug67081.phpt44 <!ELEMENT root (foo)+>
/PHP-5.5/ext/intl/tests/
H A Dlocale_get_region.phpt19 'root',
89 root: region=''
/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');
/PHP-5.5/ext/tidy/tests/
H A D010.phpt2 Accessing root, body, html, and head nodes..
8 var_dump($a->root());
/PHP-5.5/sapi/nsapi/
H A Dconfig.m410 …AC_MSG_ERROR(Please specify the path to the root of your Netscape/iPlanet/Sun Webserver using --wi…
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c3400 if (IS_NULL(root)) { in expand_case_fold_string()
3408 if (IS_NOT_NULL(root)) { in expand_case_fold_string()
3425 if (IS_NULL(root)) { in expand_case_fold_string()
3434 if (IS_NULL(root)) { in expand_case_fold_string()
3444 root = NCAR(prev_node); in expand_case_fold_string()
3447 if (IS_NOT_NULL(root)) { in expand_case_fold_string()
3469 if (IS_NULL(root)) { in expand_case_fold_string()
3476 if (IS_NULL(root)) { in expand_case_fold_string()
5269 Node* root; in onig_compile() local
5416 onig_node_free(root); in onig_compile()
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dconfig.inc14 $config['ENV']['PDOTEST_USER'] = 'root';
/PHP-5.5/ext/imap/tests/
H A DREADME40 user = root

Completed in 44 milliseconds

12345678910>>...12