Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.0/ext/standard/tests/file/
H A Dis_readable_variation1.phpt6 // Skip if being run by root (files are always readable, writeable and executable)
12 die('skip cannot be run as root');
H A Dunlink_variation1.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
14 die('skip cannot be run as root');
H A Dis_executable_variation2.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
H A Dis_readable_variation2.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
H A Dbug72035.phpt2 Bug #72035 php-cgi.exe fails to run scripts relative to drive 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 D006_error.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
H A Dis_writable_variation2.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
/PHP-7.0/ext/standard/tests/dir/
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');
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c460 xml_element* root = xml_elem_parse_buf(xml, 0, 0, err ? &err->xml_elem_error : NULL); in XMLRPC_IntrospectionCreateDescription() local
462 if(root) { in XMLRPC_IntrospectionCreateDescription()
463 xReturn = xml_element_to_method_description(root, err); in XMLRPC_IntrospectionCreateDescription()
465 xml_elem_free(root); in XMLRPC_IntrospectionCreateDescription()
/PHP-7.0/ext/intl/tests/
H A Dcollator_get_locale2.phpt47 Locale of type 0 is 'root'
H A Dlocale_get_script.phpt18 'root',
87 root: script=''
/PHP-7.0/ext/sockets/tests/
H A Dsocket_set_option_bindtodevice.phpt15 die('SKIP SO_BINDTODEVICE requires root permissions.');
/PHP-7.0/ext/standard/tests/general_functions/
H A Dproc_nice_variation5.phpt12 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
/PHP-7.0/ext/posix/tests/
H A Dposix_setgid_variation4.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_access_error_modes.phpt14 die('SKIP Cannot run test as root.');
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_seteuid_variation4.phpt7 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_setuid_variation4.phpt7 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-7.0/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…

Completed in 64 milliseconds

12345678910>>...13