op_array_p       1401 ext/opcache/ZendAccelerator.c static zend_persistent_script *opcache_compile_file(zend_file_handle *file_handle, int type, char *key, unsigned int key_length, zend_op_array **op_array_p)
op_array_p       1420 ext/opcache/ZendAccelerator.c 			*op_array_p = NULL;
op_array_p       1434 ext/opcache/ZendAccelerator.c 		*op_array_p = accelerator_orig_compile_file(file_handle, type);
op_array_p       1452 ext/opcache/ZendAccelerator.c 			*op_array_p = accelerator_orig_compile_file(file_handle, type);
op_array_p       1459 ext/opcache/ZendAccelerator.c 			*op_array_p = accelerator_orig_compile_file(file_handle, type);
op_array_p       1465 ext/opcache/ZendAccelerator.c 			*op_array_p = accelerator_orig_compile_file(file_handle, type);
op_array_p       1489 ext/opcache/ZendAccelerator.c 		op_array = *op_array_p = accelerator_orig_compile_file(file_handle, type);