orig_is_file       41 ext/opcache/zend_accelerator_module.c static void (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS) = NULL;
orig_is_file      371 ext/opcache/zend_accelerator_module.c 		orig_is_file(INTERNAL_FUNCTION_PARAM_PASSTHRU);
orig_is_file      409 ext/opcache/zend_accelerator_module.c 			orig_is_file = old_function->internal_function.handler;
orig_is_file      954 ext/phar/func_interceptors.c 	PHAR_G(orig_is_file)(INTERNAL_FUNCTION_PARAM_PASSTHRU);
orig_is_file     1129 ext/phar/func_interceptors.c 	void        (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS);
orig_is_file     1155 ext/phar/func_interceptors.c 	phar_orig_functions.orig_is_file           = PHAR_G(orig_is_file);
orig_is_file     1182 ext/phar/func_interceptors.c 	PHAR_G(orig_is_file)           = phar_orig_functions.orig_is_file;
orig_is_file      162 ext/phar/phar_internal.h 	void        (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS);