Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/dom/tests/
H A DDOMDocument_savexml_basic.phpt27 $root = $dom->documentElement;
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload2.phpt24 // Same as autoload1 test case, but with a different autoloading root
/PHP-7.4/Zend/tests/
H A Dbug69989_3.phpt32 // Yield from root
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug36908.phpt27 xmlns:ns3="http://soap.dev/soap/types" id="id0" soapenc:root="0"
34 soapenc:root="0"
/PHP-7.4/ext/pdo_mysql/tests/
H A Dcommon.phpt24 $config['ENV']['PDOTEST_USER'] = 'root';
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt10 die('SKIP Cannot run test as root.');
/PHP-7.4/ext/filter/tests/
H A D041.phpt9 abc=dir; def=true; abc=root; xyz="foo bar";
/PHP-7.4/ext/pdo/
H A Dphp_pdo_int.h28 PDO_API zend_class_entry *php_pdo_get_exception_base(int root);
/PHP-7.4/ext/posix/tests/
H A Dposix_seteuid_variation5.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setgid_variation5.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation5.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_seteuid_variation2.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setgid_variation2.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation2.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
/PHP-7.4/ext/phar/tests/
H A D018.phpt2 Phar: opendir test, root directory
/PHP-7.4/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt13 die('SKIP Test cannot be run as root.');
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-7.4/ext/spl/tests/
H A DDirectoryIterator_getGroup_basic.phpt6 if (!extension_loaded('posix') || posix_geteuid() == 0) { die('SKIP Cannot run test as root.'); }
H A DDirectoryIterator_getOwner_basic.phpt6 if (!extension_loaded('posix') || posix_geteuid() == 0) die('SKIP Cannot run test as root.');
/PHP-7.4/ext/pdo/tests/
H A Dbug_36428.phpt21 var_dump($res->fetchAll(PDO::FETCH_CLASS|PDO::FETCH_PROPS_LATE, 'SimpleXMLElement', array('<root/>'…
/PHP-7.4/ext/intl/tests/
H A Dcollator_get_locale2.phpt46 Locale of type 0 is 'root'
H A Dlocale_set_default.phpt19 'root',
99 root: set locale 'root'
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_call_graph.c191 static int zend_is_indirectly_recursive(zend_op_array *root, zend_op_array *op_array, zend_bitset v… in zend_is_indirectly_recursive() argument
197 if (op_array == root) { in zend_is_indirectly_recursive()
208 if (zend_is_indirectly_recursive(root, call_info->caller_op_array, visited)) { in zend_is_indirectly_recursive()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_variation5.phpt12 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";

Completed in 44 milliseconds

1234567891011