orig_is_file 45 ext/opcache/zend_accelerator_module.c static void (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS) = NULL; orig_is_file 369 ext/opcache/zend_accelerator_module.c orig_is_file(INTERNAL_FUNCTION_PARAM_PASSTHRU); orig_is_file 403 ext/opcache/zend_accelerator_module.c orig_is_file = old_function->internal_function.handler; orig_is_file 957 ext/phar/func_interceptors.c PHAR_G(orig_is_file)(INTERNAL_FUNCTION_PARAM_PASSTHRU); orig_is_file 1132 ext/phar/func_interceptors.c void (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS); orig_is_file 1158 ext/phar/func_interceptors.c phar_orig_functions.orig_is_file = PHAR_G(orig_is_file); orig_is_file 1185 ext/phar/func_interceptors.c PHAR_G(orig_is_file) = phar_orig_functions.orig_is_file; orig_is_file 162 ext/phar/phar_internal.h void (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS);