orig_file_exists   40 ext/opcache/zend_accelerator_module.c static void (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS) = NULL;
orig_file_exists  362 ext/opcache/zend_accelerator_module.c 		orig_file_exists(INTERNAL_FUNCTION_PARAM_PASSTHRU);
orig_file_exists  405 ext/opcache/zend_accelerator_module.c 			orig_file_exists = old_function->internal_function.handler;
orig_file_exists  884 ext/phar/func_interceptors.c PharFileFunction(phar_file_exists, FS_EXISTS, orig_file_exists)
orig_file_exists 1133 ext/phar/func_interceptors.c 	void        (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS);
orig_file_exists 1159 ext/phar/func_interceptors.c 	phar_orig_functions.orig_file_exists       = PHAR_G(orig_file_exists);
orig_file_exists 1186 ext/phar/func_interceptors.c 	PHAR_G(orig_file_exists)       = phar_orig_functions.orig_file_exists;
orig_file_exists  166 ext/phar/phar_internal.h 	void        (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS);