Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.c1899 return accelerator_orig_compile_file(file_handle, type); in file_cache_compile_file()
2001 return accelerator_orig_compile_file(file_handle, type); in persistent_compile_file()
2012 return accelerator_orig_compile_file(file_handle, type); in persistent_compile_file()
2039 return accelerator_orig_compile_file(file_handle, type); in persistent_compile_file()
2045 return accelerator_orig_compile_file(file_handle, type); in persistent_compile_file()
2102 return accelerator_orig_compile_file(file_handle, type); in persistent_compile_file()
2153 return accelerator_orig_compile_file(file_handle, type); in persistent_compile_file()
3309 accelerator_orig_compile_file = zend_compile_file;
3416 zend_compile_file = accelerator_orig_compile_file;
4363 preload_orig_compile_file = accelerator_orig_compile_file;
[all …]

Completed in 14 milliseconds