Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A DZendAccelerator.c1449 …file_handle *file_handle, int type, char *key, unsigned int key_length, zend_op_array **op_array_p) in opcache_compile_file() argument
1468 *op_array_p = NULL; in opcache_compile_file()
1482 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1500 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1507 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1513 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1537 op_array = *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()

Completed in 14 milliseconds