orig_            1054 ext/phar/func_interceptors.c 	PHAR_G(orig_##func) = NULL; \
orig_            1056 ext/phar/func_interceptors.c 		PHAR_G(orig_##func) = orig->internal_function.handler; \
orig_            1092 ext/phar/func_interceptors.c 	if (PHAR_G(orig_##func) && NULL != (orig = zend_hash_str_find_ptr(CG(function_table), #func, sizeof(#func)-1))) { \
orig_            1093 ext/phar/func_interceptors.c 		orig->internal_function.handler = PHAR_G(orig_##func); \
orig_            1095 ext/phar/func_interceptors.c 	PHAR_G(orig_##func) = NULL;