orig_file_get_contents  224 ext/phar/func_interceptors.c 	PHAR_G(orig_file_get_contents)(INTERNAL_FUNCTION_PARAM_PASSTHRU);
orig_file_get_contents 1128 ext/phar/func_interceptors.c 	void        (*orig_file_get_contents)(INTERNAL_FUNCTION_PARAMETERS);
orig_file_get_contents 1154 ext/phar/func_interceptors.c 	phar_orig_functions.orig_file_get_contents = PHAR_G(orig_file_get_contents);
orig_file_get_contents 1181 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);