orig_file_get_contents  225 ext/phar/func_interceptors.c 	PHAR_G(orig_file_get_contents)(INTERNAL_FUNCTION_PARAM_PASSTHRU);
orig_file_get_contents 1131 ext/phar/func_interceptors.c 	void        (*orig_file_get_contents)(INTERNAL_FUNCTION_PARAMETERS);
orig_file_get_contents 1157 ext/phar/func_interceptors.c 	phar_orig_functions.orig_file_get_contents = PHAR_G(orig_file_get_contents);
orig_file_get_contents 1184 ext/phar/func_interceptors.c 	PHAR_G(orig_file_get_contents) = phar_orig_functions.orig_file_get_contents;
orig_file_get_contents  161 ext/phar/phar_internal.h 	void        (*orig_file_get_contents)(INTERNAL_FUNCTION_PARAMETERS);