orig_is_readable   46 ext/opcache/zend_accelerator_module.c static void (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS) = NULL;
orig_is_readable  378 ext/opcache/zend_accelerator_module.c 		orig_is_readable(INTERNAL_FUNCTION_PARAM_PASSTHRU);
orig_is_readable  407 ext/opcache/zend_accelerator_module.c 			orig_is_readable = old_function->internal_function.handler;
orig_is_readable  877 ext/phar/func_interceptors.c PharFileFunction(phar_is_readable, FS_IS_R, orig_is_readable)
orig_is_readable 1147 ext/phar/func_interceptors.c 	void        (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS);
orig_is_readable 1173 ext/phar/func_interceptors.c 	phar_orig_functions.orig_is_readable       = PHAR_G(orig_is_readable);
orig_is_readable 1200 ext/phar/func_interceptors.c 	PHAR_G(orig_is_readable)       = phar_orig_functions.orig_is_readable;
orig_is_readable  177 ext/phar/phar_internal.h 	void        (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS);