Home
last modified time | relevance | path

Searched refs:op_array_p (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/ext/opcache/
H A DZendAccelerator.c1702 …_compile_file(zend_file_handle *file_handle, int type, const char *key, zend_op_array **op_array_p) in opcache_compile_file() argument
1716 *op_array_p = NULL; in opcache_compile_file()
1733 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1751 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1758 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1766 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1793 op_array = *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()

Completed in 12 milliseconds