Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A DZendAccelerator.h317 zend_op_array *persistent_compile_file(zend_file_handle *file_handle, int type);
H A Dzend_accelerator_module.c876 op_array = persistent_compile_file(&handle, ZEND_INCLUDE);
879 op_array = persistent_compile_file(&handle, ZEND_INCLUDE);
H A DZendAccelerator.c1917 zend_op_array *persistent_compile_file(zend_file_handle *file_handle, int type) in persistent_compile_file() function
3011 zend_compile_file = persistent_compile_file; in accel_post_startup()

Completed in 19 milliseconds