Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-8.3/ext/intl/tests/
H A Dbreakiter_getLocale_basic2.phpt19 string(4) "root"
H A Dmsgfmt_format.phpt20 'root' => '{0,whatever} would not work!',
65 Locale is: root
/PHP-8.3/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()
899 xmlNodePtr nodep = NULL, root; in PHP_METHOD() local
919 root = xmlDocGetRootElement(docp); in PHP_METHOD()
920 if (root != NULL) { in PHP_METHOD()
1687 xmlNodePtr root; in PHP_METHOD() local
1714 root = (xmlNodePtr) docp->children; in PHP_METHOD()
1715 while(root && root->type != XML_ELEMENT_NODE && root->type != XML_XINCLUDE_START) { in PHP_METHOD()
1716 root = root->next; in PHP_METHOD()
[all …]
/PHP-8.3/ext/xmlreader/tests/
H A Dbug73246.phpt9 $reader->XML('<?xml version="1.0"?><root/>', "UTF\0-8");
/PHP-8.3/ext/dom/tests/
H A Dbug81433.phpt9 $element = $dom->createElement('test', 'root');
H A Dgh13012.phpt9 $dom->loadXML("<root><x a='a' b='b'/><x b='b' a='a'/><x b='b' a='a' c='c'/></root>");
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_schemaValidate_error2.phpt20 …ment 'books': No matching global declaration available for the validation root. in %s.php on line …
H A Dgh13012_ns.phpt9 $dom->loadXML("<root><x/><x xmlns:a=\"urn:a\" xmlns:b=\"urn:b\"/><x xmlns:b=\"urn:b\" xmlns:a=\"urn…
H A DDOMDocument_savexml_basic.phpt25 $root = $dom->documentElement;
/PHP-8.3/Zend/tests/closures/
H A Dclosure_from_callable_gc.phpt21 $fn2 = $fn; unset($fn2); // Add to root buffer.
/PHP-8.3/ext/opcache/tests/
H A Dgh10405.phpt16 if (posix_geteuid() !== 0) die('skip Test needs root user');
H A Dpreload_user_002.phpt16 if (posix_geteuid() !== 0) die('skip Test needs root user');
/PHP-8.3/ext/pcre/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
/PHP-8.3/Zend/tests/generators/
H A Dgc_running_generator.phpt15 // Make sure gen is registered as a GC root.
/PHP-8.3/ext/posix/tests/
H A Dposix_errno_variation1.phpt11 if(posix_getuid()==0) print "skip - Cannot run test as root.";
/PHP-8.3/ext/ffi/tests/
H A D300.phpt10 if (posix_geteuid() == 0) die('skip Cannot run test as root.');
H A Dbug78761.phpt9 if (posix_geteuid() == 0) die('skip Cannot run test as root.');
/PHP-8.3/
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.3/Zend/tests/
H A Dbug63055.phpt7 /* the default gc root size is 10,000 */
H A Dbug69989_3.phpt32 // Yield from root
/PHP-8.3/ext/pdo_mysql/tests/
H A Dcommon.phpt23 $config['ENV']['PDOTEST_USER'] = 'root';
/PHP-8.3/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload2.phpt24 // Same as autoload1 test case, but with a different autoloading root
/PHP-8.3/ext/tidy/tests/
H A Dgh12980.phpt13 var_dump($tidy->root()->child[1]->attribute);

Completed in 27 milliseconds

12345678910>>...14