accelerator_orig_zend_stream_open_function 116 ext/opcache/ZendAccelerator.c static int (*accelerator_orig_zend_stream_open_function)(const char *filename, zend_file_handle *handle ); accelerator_orig_zend_stream_open_function 1414 ext/opcache/ZendAccelerator.c if (accelerator_orig_zend_stream_open_function(file_handle->filename, file_handle) == SUCCESS) { accelerator_orig_zend_stream_open_function 1563 ext/opcache/ZendAccelerator.c accelerator_orig_zend_stream_open_function(file_handle->filename, file_handle) == FAILURE) { accelerator_orig_zend_stream_open_function 1679 ext/opcache/ZendAccelerator.c accelerator_orig_zend_stream_open_function(file_handle->filename, file_handle) == FAILURE) { accelerator_orig_zend_stream_open_function 1897 ext/opcache/ZendAccelerator.c return accelerator_orig_zend_stream_open_function(filename, handle); accelerator_orig_zend_stream_open_function 2757 ext/opcache/ZendAccelerator.c accelerator_orig_zend_stream_open_function = zend_stream_open_function;