Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 274) sorted by path

1234567891011

/PHP-7.4/
H A D.appveyor.yml30 #MYSQL_TEST_USER: root
31 … #PDO_MYSQL_TEST_DSN: "pgsql:host=127.0.0.1 port=5432 dbname=test user=root password=Password12!"
32 #PDO_MYSQL_TEST_USER: root
H A D.editorconfig3 root = true
H A D.gdbinit647 printf "found root %p\n", $found
655 lookup a refcounted in root
H A DNEWS122 . Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege
914 . Fixed bug #79491 (Search for .user.ini extends up to root dir). (cmb)
H A DUPGRADING714 is executed, if it was to be run as root otherwise (which is not allowed
/PHP-7.4/Zend/tests/
H A Dbug34199.phpt7 $xml = "<root></root>";
H A Dbug39297.phpt36 $root = new MyTree();
38 $root[$id] = $child;
40 var_dump(compareByRef($root[$id], $child));
H A Dbug63055.phpt7 /* the default gc root size is 10,000 */
H A Dbug69989_3.phpt32 // Yield from root
H A Dgc_015.phpt2 GC 015: Object as root of cycle
/PHP-7.4/Zend/tests/generators/
H A Dgc_running_generator.phpt15 // Make sure gen is registered as a GC root.
H A Dgc_with_root_parent_mismatch.phpt2 Generator GC when the yield from parent chain does not reach the root
6 function root() {
15 $gen = delegate(delegate(root()));
H A Dgc_with_yield_from.phpt8 function root() {
9 global $gens; // create cyclic reference to root
19 yield from $gens[] = $x ? gen(--$x) : root();
/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/
H A Dzend_gc.c194 gc_link_unused(root)
339 return root; in gc_decompress()
345 root = GC_IDX2PTR(idx); in gc_decompress()
347 return root; in gc_decompress()
355 gc_root_buffer *root; in gc_fetch_unused() local
359 root = GC_IDX2PTR(idx); in gc_fetch_unused()
416 GC_LINK_UNUSED(root); in gc_remove_from_roots()
670 gc_root_buffer *root; in gc_remove_from_buffer() local
687 root = GC_IDX2PTR(idx); in gc_remove_from_buffer()
1336 if (root) { in gc_remove_nested_data_from_buffer()
[all …]
H A Dzend_generators.c181 zend_generator *root = generator->node.ptr.root, *next; in zend_generator_dtor_storage() local
316 zend_generator *root = generator->node.ptr.root; in calc_gc_buffer_size() local
408 zend_generator *root = generator->node.ptr.root; in zend_generator_get_gc() local
558 leaf->node.ptr.root = generator->node.ptr.root; in zend_generator_add_child()
623 zend_generator *old_root, *root = leaf->node.ptr.root; in zend_generator_update_current() local
628 root = zend_generator_get_child(&root->node, leaf); in zend_generator_update_current()
633 while (!root->execute_data && root != generator) { in zend_generator_update_current()
637 root = zend_generator_get_child(&root->node, leaf); in zend_generator_update_current()
664 leaf->node.ptr.root = root; in zend_generator_update_current()
683 root = root->node.parent; in zend_generator_update_current()
[all …]
H A Dzend_generators.h51 zend_generator *root; /* if 0 children */ member
116 zend_generator *root; in zend_generator_get_current() local
124 root = leaf->node.ptr.root; in zend_generator_get_current()
126 if (EXPECTED(root->execute_data && root->node.parent == NULL)) { in zend_generator_get_current()
128 return root; in zend_generator_get_current()
/PHP-7.4/appveyor/
H A Dtest_task.bat23 set MYSQL_TEST_USER=root
/PHP-7.4/azure/i386/
H A Dtest.yml7 export MYSQL_TEST_USER=root
8 export MYSQL_TEST_PASSWD=root
10 export PDO_MYSQL_TEST_USER=root
11 export PDO_MYSQL_TEST_PASS=root
/PHP-7.4/azure/
H A Dtest.yml7 export MYSQL_TEST_USER=root
8 export MYSQL_TEST_PASSWD=root
10 export PDO_MYSQL_TEST_USER=root
11 export PDO_MYSQL_TEST_PASS=root
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE191 root function must still compute square roots.)
/PHP-7.4/ext/bcmath/tests/
H A Dbcsqrt_error1.phpt2 bcsqrt — Get the square root of an arbitrary precision number
13 Warning: bcsqrt(): Square root of negative number in %s.php on line %d
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug39606.phpt12 $root = dirname($arEnv['COMSPEC']);
13 $typelib = $root.'\activeds.tlb';
H A Dbug77621.phpt12 $root = dirname(array_change_key_case($_SERVER, CASE_UPPER)['COMSPEC']);
13 com_load_typelib("$root\activeds.tlb");
/PHP-7.4/ext/dom/
H A Ddocument.c285 xmlNode *root; in dom_document_document_element_read() local
292 root = xmlDocGetRootElement(docp); in dom_document_document_element_read()
293 if (!root) { in dom_document_document_element_read()
1115 xmlNodePtr nodep = NULL, root; in PHP_FUNCTION() local
1131 root = xmlDocGetRootElement(docp); in PHP_FUNCTION()
1132 if (root != NULL) { in PHP_FUNCTION()
1744 xmlNodePtr root; in PHP_FUNCTION() local
1767 root = (xmlNodePtr) docp->children; in PHP_FUNCTION()
1768 while(root && root->type != XML_ELEMENT_NODE && root->type != XML_XINCLUDE_START) { in PHP_FUNCTION()
1769 root = root->next; in PHP_FUNCTION()
[all …]

Completed in 45 milliseconds

1234567891011