Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-8.1/ext/intl/tests/
H A Dmsgfmt_format.phpt20 'root' => '{0,whatever} would not work!',
65 Locale is: root
/PHP-8.1/Zend/tests/closures/
H A Dclosure_from_callable_gc.phpt21 $fn2 = $fn; unset($fn2); // Add to root buffer.
/PHP-8.1/ext/pcre/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
/PHP-8.1/Zend/tests/generators/
H A Dgc_running_generator.phpt15 // Make sure gen is registered as a GC root.
/PHP-8.1/ext/dom/
H A Ddocument.c96 xmlNode *root; in dom_document_document_element_read() local
103 root = xmlDocGetRootElement(docp); in dom_document_document_element_read()
104 if (!root) { in dom_document_document_element_read()
931 xmlNodePtr nodep = NULL, root; in PHP_METHOD() local
947 root = xmlDocGetRootElement(docp); in PHP_METHOD()
948 if (root != NULL) { in PHP_METHOD()
1569 xmlNodePtr root; in PHP_METHOD() local
1594 root = (xmlNodePtr) docp->children; in PHP_METHOD()
1595 while(root && root->type != XML_ELEMENT_NODE && root->type != XML_XINCLUDE_START) { in PHP_METHOD()
1596 root = root->next; in PHP_METHOD()
[all …]
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_schemaValidate_error2.phpt20 …ment 'books': No matching global declaration available for the validation root. in %s.php on line …
H A DDOMDocument_schemaValidateSource_error2.phpt22 …ment 'books': No matching global declaration available for the validation root. in %s.php on line …
H A DDOMDocument_savexml_basic.phpt25 $root = $dom->documentElement;
/PHP-8.1/ext/posix/tests/
H A Dposix_errno_variation1.phpt11 if(posix_getuid()==0) print "skip - Cannot run test as root.";
H A Dposix_seteuid_variation5.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setgid_variation5.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation5.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
/PHP-8.1/Zend/tests/
H A Dbug63055.phpt7 /* the default gc root size is 10,000 */
H A Dbug69989_3.phpt32 // Yield from root
/PHP-8.1/
H A D.editorconfig3 root = true
H A D.cirrus.yml23 # Specify opcache.preload_user as we're running as root.
24 - echo opcache.preload_user=root >> /etc/php.d/opcache.ini
/PHP-8.1/ext/pdo_mysql/tests/
H A Dcommon.phpt23 $config['ENV']['PDOTEST_USER'] = 'root';
/PHP-8.1/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload2.phpt24 // Same as autoload1 test case, but with a different autoloading root
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug36908.phpt25 xmlns:ns3="http://soap.dev/soap/types" id="id0" soapenc:root="0"
32 soapenc:root="0"
/PHP-8.1/ext/imap/tests/setup/
H A Ddovecot.conf41 user = root
/PHP-8.1/.github/actions/install-linux-x32/
H A Daction.yml15 echo opcache.preload_user=root >> /etc/php.d/opcache.ini
/PHP-8.1/ext/phar/tests/
H A D018.phpt2 Phar: opendir test, root directory
/PHP-8.1/ext/ffi/tests/
H A D300.phpt11 if (posix_geteuid() == 0) die('skip Cannot run test as root.');
/PHP-8.1/ext/filter/tests/
H A D041.phpt10 abc=dir; def=true; abc=root; xyz="foo bar";
/PHP-8.1/ext/zend_test/tests/
H A Dobserver_call_user_func_01.phpt2 Observer: call_user_func() from root namespace

Completed in 136 milliseconds

12345678910>>...12