orig_file_exists   44 ext/opcache/zend_accelerator_module.c static void (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS) = NULL;
orig_file_exists  360 ext/opcache/zend_accelerator_module.c 		orig_file_exists(INTERNAL_FUNCTION_PARAM_PASSTHRU);
orig_file_exists  399 ext/opcache/zend_accelerator_module.c 			orig_file_exists = old_function->internal_function.handler;
orig_file_exists  887 ext/phar/func_interceptors.c PharFileFunction(phar_file_exists, FS_EXISTS, orig_file_exists)
orig_file_exists 1136 ext/phar/func_interceptors.c 	void        (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS);
orig_file_exists 1162 ext/phar/func_interceptors.c 	phar_orig_functions.orig_file_exists       = PHAR_G(orig_file_exists);
orig_file_exists 1189 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);