Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A DZendAccelerator.c130 static int (*accelerator_orig_zend_stream_open_function)(const char *filename, zend_file_handle *ha… variable
1681 … if (accelerator_orig_zend_stream_open_function(file_handle->filename, file_handle) != SUCCESS) { in opcache_compile_file()
1832 accelerator_orig_zend_stream_open_function(file_handle->filename, file_handle) == FAILURE) { in file_cache_compile_file()
1988accelerator_orig_zend_stream_open_function(file_handle->filename, file_handle) == FAILURE) { in persistent_compile_file()
2252 return accelerator_orig_zend_stream_open_function(filename, handle); in persistent_stream_open_function()
3015 accelerator_orig_zend_stream_open_function = zend_stream_open_function; in accel_post_startup()

Completed in 14 milliseconds