Home
last modified time | relevance | path

Searched refs:root (Results 176 – 200 of 291) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/standard/tests/file/
H A Dmkdir_rmdir_variation2.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
14 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_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 Dis_readable_variation2.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');
/PHP-5.5/ext/intl/tests/
H A Dlocale_parse_locale.phpt20 'root',
103 root:
104 language : 'root' ,
H A Dlocale_parse_locale2.phpt20 'root',
104 root:
105 language : 'root' ,
H A Dlocale_set_default.phpt19 'root',
99 root: set locale 'root'
H A Dcollator_get_locale2.phpt46 Locale of type 0 is 'root'
H A Dlocale_get_script.phpt18 'root',
87 root: script=''
/PHP-5.5/ext/posix/tests/
H A Dposix_seteuid_variation4.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation4.phpt6 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.');
/PHP-5.5/ext/phar/tests/
H A D018.phpt2 Phar: opendir test, root directory
/PHP-5.5/ext/standard/tests/general_functions/
H A Dproc_nice_variation5.phpt11 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
/PHP-5.5/ext/pdo/tests/
H A Dbug_36428.phpt21 var_dump($res->fetchAll(PDO::FETCH_CLASS|PDO::FETCH_PROPS_LATE, 'SimpleXMLElement', array('<root/>'…
/PHP-5.5/ext/sockets/tests/
H A Dsocket_set_option_error_socket_option.phpt16 die('SKIP Test cannot be run as root.');
H A Dsocket_set_option_bindtodevice.phpt15 die('SKIP SO_BINDTODEVICE requires root permissions.');
/PHP-5.5/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');
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 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/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-5.5/sapi/aolserver/
H A Dconfig.m418 AC_MSG_ERROR(Please specify the path to the root of AOLserver using --with-aolserver=DIR)

Completed in 47 milliseconds

12345678910>>...12