Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.h326 zend_op_array *persistent_compile_file(zend_file_handle *file_handle, int type);
H A Dzend_accelerator_module.c954 op_array = persistent_compile_file(&handle, ZEND_INCLUDE);
957 op_array = persistent_compile_file(&handle, ZEND_INCLUDE);
H A DZendAccelerator.c1975 zend_op_array *persistent_compile_file(zend_file_handle *file_handle, int type) in persistent_compile_file() function
3289 zend_compile_file = persistent_compile_file;

Completed in 19 milliseconds