orig_is_readable   42 ext/opcache/zend_accelerator_module.c static void (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS) = NULL;
orig_is_readable  380 ext/opcache/zend_accelerator_module.c 		orig_is_readable(INTERNAL_FUNCTION_PARAM_PASSTHRU);
orig_is_readable  413 ext/opcache/zend_accelerator_module.c 			orig_is_readable = old_function->internal_function.handler;
orig_is_readable  874 ext/phar/func_interceptors.c PharFileFunction(phar_is_readable, FS_IS_R, orig_is_readable)
orig_is_readable 1144 ext/phar/func_interceptors.c 	void        (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS);
orig_is_readable 1170 ext/phar/func_interceptors.c 	phar_orig_functions.orig_is_readable       = PHAR_G(orig_is_readable);
orig_is_readable 1197 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);