Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-8.0/ext/dom/tests/
H A DDOMDocument_savexml_basic.phpt27 $root = $dom->documentElement;
/PHP-8.0/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload2.phpt24 // Same as autoload1 test case, but with a different autoloading root
/PHP-8.0/ext/imap/tests/setup/
H A Ddovecot.conf27 user = root
/PHP-8.0/.github/actions/install-linux-x32/
H A Daction.yml15 echo opcache.preload_user=root >> /etc/php.d/opcache.ini
/PHP-8.0/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-8.0/ext/pdo_mysql/tests/
H A Dcommon.phpt24 $config['ENV']['PDOTEST_USER'] = 'root';
/PHP-8.0/ext/ffi/tests/
H A Dbug78761.phpt8 if (posix_geteuid() == 0) die('skip Cannot run test as root.');
H A D300.phpt8 <?php if (posix_geteuid() == 0) die('skip Cannot run test as root.'); ?>
/PHP-8.0/ext/posix/tests/
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_variation5.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.";
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.";
/PHP-8.0/ext/filter/tests/
H A D041.phpt9 abc=dir; def=true; abc=root; xyz="foo bar";
/PHP-8.0/ext/phar/tests/
H A D018.phpt2 Phar: opendir test, root directory
/PHP-8.0/ext/zend_test/tests/
H A Dobserver_call_user_func_01.phpt2 Observer: call_user_func() from root namespace
H A Dobserver_call_user_func_02.phpt2 Observer: call_user_func_array() from root namespace
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_call_graph.c156 static int zend_is_indirectly_recursive(zend_op_array *root, zend_op_array *op_array, zend_bitset v… in zend_is_indirectly_recursive() argument
162 if (op_array == root) { in zend_is_indirectly_recursive()
173 if (zend_is_indirectly_recursive(root, call_info->caller_op_array, visited)) { in zend_is_indirectly_recursive()
/PHP-8.0/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.');
/PHP-8.0/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-8.0/ext/pdo/tests/
H A Dbug_36428.phpt21 var_dump($res->fetchAll(PDO::FETCH_CLASS|PDO::FETCH_PROPS_LATE, 'SimpleXMLElement', array('<root/>'…
/PHP-8.0/ext/intl/tests/
H A Dcollator_get_locale2.phpt46 Locale of type 0 is 'root'

Completed in 22 milliseconds

12345678910>>...12