empty_fcall_info_cache 475 Zend/zend_API.h ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache; empty_fcall_info_cache 47 Zend/zend_execute_API.c ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { 0, NULL, NULL, NULL, NULL }; empty_fcall_info_cache 2513 ext/curl/interface.c ch->handlers->write_header->fci_cache = empty_fcall_info_cache; empty_fcall_info_cache 2644 ext/curl/interface.c ch->handlers->progress->fci_cache = empty_fcall_info_cache; empty_fcall_info_cache 2653 ext/curl/interface.c ch->handlers->read->fci_cache = empty_fcall_info_cache; empty_fcall_info_cache 2671 ext/curl/interface.c ch->handlers->write->fci_cache = empty_fcall_info_cache; empty_fcall_info_cache 2766 ext/curl/interface.c ch->handlers->fnmatch->fci_cache = empty_fcall_info_cache; empty_fcall_info_cache 1029 ext/standard/array.c BG(user_compare_fci_cache) = empty_fcall_info_cache; \ empty_fcall_info_cache 3955 ext/standard/array.c zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; empty_fcall_info_cache 4378 ext/standard/array.c zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; empty_fcall_info_cache 5110 ext/standard/array.c zend_fcall_info_cache fci_cache = empty_fcall_info_cache; empty_fcall_info_cache 5173 ext/standard/array.c zend_fcall_info_cache fci_cache = empty_fcall_info_cache; empty_fcall_info_cache 5257 ext/standard/array.c zend_fcall_info_cache fci_cache = empty_fcall_info_cache; empty_fcall_info_cache 3741 ext/standard/basic_functions.c BG(array_walk_fci_cache) = empty_fcall_info_cache; empty_fcall_info_cache 3743 ext/standard/basic_functions.c BG(user_compare_fci_cache) = empty_fcall_info_cache; empty_fcall_info_cache 136 main/SAPI.c SG(fci_cache) = empty_fcall_info_cache;