Home
last modified time | relevance | path

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

1...<<11

/PHP-7.4/ext/intl/tests/
H A Dlocale_get_display_name2.phpt33 'root',
168 locale='root'
H A Dlocale_get_display_name3.phpt33 'root',
168 locale='root'
H A Dlocale_get_display_name8.phpt33 'root',
168 locale='root'
H A Dlocale_get_display_name7.phpt34 'root',
169 locale='root'
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c80 zend_ssa_check_scc_var(op_array, ssa, var2, index, dfs, root, stack); \
82 if (ssa->vars[var2].scc < 0 && dfs[root[var]] >= dfs[root[var2]]) { \
83 root[var] = root[var2]; \
172 …nd_op_array *op_array, zend_ssa *ssa, int var, int *index, int *dfs, int *root, zend_worklist_stac… in zend_ssa_check_scc_var() argument
180 root[var] = var; in zend_ssa_check_scc_var()
193 if (root[var] == var) { in zend_ssa_check_scc_var()
212 int index = 0, *dfs, *root; in zend_ssa_find_sccs() local
221 root = do_alloca(sizeof(int) * ssa->vars_count, root_use_heap); in zend_ssa_find_sccs()
227 zend_ssa_check_scc_var(op_array, ssa, j, &index, dfs, root, &stack); in zend_ssa_find_sccs()
241 if (root[j] == j) { in zend_ssa_find_sccs()
[all …]
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in91 ; Note: - It will only work if the FPM master process is launched as root
H A Dwww.conf.in67 ; Note: - It will only work if the FPM master process is launched as root
/PHP-7.4/
H A D.gdbinit647 printf "found root %p\n", $found
655 lookup a refcounted in root
H A Dphp.ini-development563 ; http://php.net/docref-root
744 ; The root of the PHP pages, used only if nonempty.
749 ; http://php.net/doc-root
1903 ; Preloading code as root is not allowed for security reasons. This directive
H A Dphp.ini-production563 ; http://php.net/docref-root
744 ; The root of the PHP pages, used only if nonempty.
749 ; http://php.net/doc-root
1903 ; Preloading code as root is not allowed for security reasons. This directive
H A DUPGRADING714 is executed, if it was to be run as root otherwise (which is not allowed
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)
/PHP-7.4/ext/snmp/
H A Dsnmp.c674 oid root[MAX_NAME_LEN]; in php_snmp_internal() local
691 …memmove((char *)root, (char *)(objid_query->vars[0].name), (objid_query->vars[0].name_length) * si… in php_snmp_internal()
783 …(vars->name_length < rootlen || memcmp(root, vars->name, rootlen * sizeof(oid)))) { /* not part of… in php_snmp_internal()
822 … if (rootlen <= vars->name_length && snmp_oid_compare(root, rootlen, vars->name, rootlen) == 0) { in php_snmp_internal()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c324 xmlNodePtr root, definitions, trav; in load_wsdl_ex() local
347 root = wsdl->children; in load_wsdl_ex()
348 definitions = get_node_ex(root, "definitions", WSDL_NAMESPACE); in load_wsdl_ex()
351 xmlNodePtr schema = get_node_ex(root, "schema", XSD_NAMESPACE); in load_wsdl_ex()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h106 char *root; member
H A Dmysqlnd_wireprotocol.c1293 root_ptr = meta->root = packet->memory_pool->get_chunk(packet->memory_pool, total_len); in php_mysqlnd_rset_field_read()
/PHP-7.4/sapi/phpdbg/
H A Dxml.md222 - symbol ("{main}" is root frame)
/PHP-7.4/ext/tidy/
H A Dtidy.c470 TIDY_METHOD_MAP(root, tidy_get_root, NULL)
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE188 root function must still compute square roots.)
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc819 echo "|-<root directory>\n";
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE191 root function must still compute square roots.)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます103 >>>9 string x \b, root "%s"
2023 >>>8 byte&0x0F 0x00 \b, root type: null
2027 >>8 byte&0xF0 0x20 \b, root type: real
2028 >>8 byte&0xF0 0x30 \b, root type: date
2033 >>8 byte&0xF0 0xa0 \b, root type: array
8343 0 string root\0 ROOT file
11499 # 0 root entries
12310 >32 ulequad >0 \b root at %lld,
17996 >>508 leshort >0 root=0x%X
18300 >16 string x \b, root %s
[all …]
H A Dmagic103 >>>9 string x \b, root "%s"
2023 >>>8 byte&0x0F 0x00 \b, root type: null
2027 >>8 byte&0xF0 0x20 \b, root type: real
2028 >>8 byte&0xF0 0x30 \b, root type: date
2033 >>8 byte&0xF0 0xa0 \b, root type: array
8343 0 string root\0 ROOT file
11499 # 0 root entries
12310 >32 ulequad >0 \b root at %lld,
17996 >>508 leshort >0 root=0x%X
18300 >16 string x \b, root %s
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1305 "user stream", "lockbytes", "property", "root storage" };

Completed in 214 milliseconds

1...<<11