Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.c1729 …t_script *opcache_compile_file(zend_file_handle *file_handle, int type, zend_op_array **op_array_p) in opcache_compile_file() argument
1743 *op_array_p = NULL; in opcache_compile_file()
1760 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1778 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1785 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1793 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1828 op_array = *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()

Completed in 21 milliseconds