From 9426c6e9679e60665f7ed95bccc1e8bc6ce74b2f Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 19 Oct 2020 15:24:29 +0200 Subject: Don't use global for array_walk_fci There's really no good reason for this to be a global, we can easily pass it down to php_array_walk(). --- ext/standard/basic_functions.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/standard/basic_functions.h') diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index 97faf50fd9..34b2570175 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -66,8 +66,6 @@ typedef struct _php_basic_globals { char *strtok_last; char strtok_table[256]; size_t strtok_len; - zend_fcall_info array_walk_fci; - zend_fcall_info_cache array_walk_fci_cache; zend_fcall_info user_compare_fci; zend_fcall_info_cache user_compare_fci_cache; zend_llist *user_tick_functions; -- cgit v1.2.1