Home
last modified time | relevance | path

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

1...<<11121314

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_internal.h579 uint32_t root; /* root trace id or self id for root traces */ member
H A Dzend_jit_trace.c23 #define ZEND_JIT_COUNTER_NUM zend_jit_traces[0].root
6970 && zend_jit_traces[parent_trace].root == t->link) { in zend_jit_trace()
7130 if (opline == zend_jit_traces[zend_jit_traces[trace_num].root].opline) { in zend_jit_trace_exit_to_vm()
7171 t->root = ZEND_JIT_TRACE_NUM; in zend_jit_compile_root_trace()
7906 …} else if (zend_jit_traces[zend_jit_traces[parent_num].root].child_count >= JIT_G(max_side_traces)… in zend_jit_compile_side_trace()
7916 t->root = zend_jit_traces[parent_num].root; in zend_jit_compile_side_trace()
7980 zend_jit_traces[zend_jit_traces[parent_num].root].child_count++; in zend_jit_compile_side_trace()
8056 if (zend_jit_traces[zend_jit_traces[parent_num].root].child_count >= JIT_G(max_side_traces)) { in zend_jit_trace_hot_side()
8320 while (t->root != num) { in zend_jit_trace_exit()
8321 num = t->root; in zend_jit_trace_exit()
/PHP-8.3/
H A DUPGRADING657 opcache.preload_user directive to be set anymore when running as root. In
658 other SAPIs, this directive is required when running as root because
H A Dphp.ini-production582 ; https://php.net/docref-root
763 ; The root of the PHP pages, used only if nonempty.
768 ; https://php.net/doc-root
1917 ; Preloading code as root is not allowed for security reasons. This directive
H A Dphp.ini-development580 ; https://php.net/docref-root
761 ; The root of the PHP pages, used only if nonempty.
766 ; https://php.net/doc-root
1915 ; Preloading code as root is not allowed for security reasons. This directive
H A Dconfigure.ac374 PHP_CHECK_FUNC(dlopen, dl, root)
375 PHP_CHECK_FUNC(dlsym, dl, root)
H A DNEWS1058 . Fix GH-9139: Allow FFI in opcache.preload when opcache.preload_user=root.
/PHP-8.3/ext/soap/
H A Dphp_sdl.c325 xmlNodePtr root, definitions, trav; in load_wsdl_ex() local
348 root = wsdl->children; in load_wsdl_ex()
349 definitions = get_node_ex(root, "definitions", WSDL_NAMESPACE); in load_wsdl_ex()
352 xmlNodePtr schema = get_node_ex(root, "schema", XSD_NAMESPACE); in load_wsdl_ex()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_structs.h100 char *root; member
H A Dmysqlnd_wireprotocol.c1256 root_ptr = meta->root = packet->memory_pool->get_chunk(packet->memory_pool, total_len); in php_mysqlnd_rset_field_read()
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic103 >>>9 string x \b, root "%s"
2359 >>>8 byte&0x0F 0x00 \b, root type: null
2363 >>8 byte&0xF0 0x20 \b, root type: real
2364 >>8 byte&0xF0 0x30 \b, root type: date
10408 0 string root\0 ROOT file
13893 # 0 root entries
14705 >32 ulequad >0 \b root at %lld,
14825 >11 uleshort !224 \b, root entries %u
23731 >>508 leshort >0 root=%#X
24015 >16 string x \b, root %s
[all …]
H A Dmagic私はガラスを食べられます103 >>>9 string x \b, root "%s"
2359 >>>8 byte&0x0F 0x00 \b, root type: null
2363 >>8 byte&0xF0 0x20 \b, root type: real
2364 >>8 byte&0xF0 0x30 \b, root type: date
10408 0 string root\0 ROOT file
13893 # 0 root entries
14705 >32 ulequad >0 \b root at %lld,
14825 >11 uleshort !224 \b, root entries %u
23731 >>508 leshort >0 root=%#X
24015 >16 string x \b, root %s
[all …]
/PHP-8.3/ext/mbstring/libmbfl/
H A DLICENSE188 root function must still compute square roots.)
/PHP-8.3/ext/phar/phar/
H A Dpharcommand.inc831 echo "|-<root directory>\n";
/PHP-8.3/ext/bcmath/libbcmath/
H A DLICENSE191 root function must still compute square roots.)
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch1164 "user stream", "lockbytes", "property", "root storage" };

Completed in 231 milliseconds

1...<<11121314