Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1668 …_compile_file(zend_file_handle *file_handle, int type, const char *key, zend_op_array **op_array_p) in opcache_compile_file() argument
1682 *op_array_p = NULL; in opcache_compile_file()
1700 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1718 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1725 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1733 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1757 op_array = *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()

Completed in 23 milliseconds