orig_readfile     320 ext/phar/func_interceptors.c 	PHAR_G(orig_readfile)(INTERNAL_FUNCTION_PARAM_PASSTHRU);
orig_readfile    1150 ext/phar/func_interceptors.c 	void        (*orig_readfile)(INTERNAL_FUNCTION_PARAMETERS);
orig_readfile    1176 ext/phar/func_interceptors.c 	phar_orig_functions.orig_readfile          = PHAR_G(orig_readfile);
orig_readfile    1203 ext/phar/func_interceptors.c 	PHAR_G(orig_readfile)          = phar_orig_functions.orig_readfile;
orig_readfile     180 ext/phar/phar_internal.h 	void        (*orig_readfile)(INTERNAL_FUNCTION_PARAMETERS);