orig_readfile     324 ext/phar/func_interceptors.c 	PHAR_G(orig_readfile)(INTERNAL_FUNCTION_PARAM_PASSTHRU);
orig_readfile    1147 ext/phar/func_interceptors.c 	void        (*orig_readfile)(INTERNAL_FUNCTION_PARAMETERS);
orig_readfile    1173 ext/phar/func_interceptors.c 	phar_orig_functions.orig_readfile          = PHAR_G(orig_readfile);
orig_readfile    1200 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);