empty_fcall_info_cache  457 Zend/zend_API.h ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
empty_fcall_info_cache   46 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 2581 ext/curl/interface.c 				ch->handlers->write_header->fci_cache = empty_fcall_info_cache;
empty_fcall_info_cache 2748 ext/curl/interface.c 				ch->handlers->progress->fci_cache = empty_fcall_info_cache;
empty_fcall_info_cache 2758 ext/curl/interface.c 				ch->handlers->read->fci_cache = empty_fcall_info_cache;
empty_fcall_info_cache 2777 ext/curl/interface.c 				ch->handlers->write->fci_cache = empty_fcall_info_cache;
empty_fcall_info_cache 2873 ext/curl/interface.c 				ch->handlers->fnmatch->fci_cache = empty_fcall_info_cache;
empty_fcall_info_cache  627 ext/standard/array.c 	BG(user_compare_fci_cache) = empty_fcall_info_cache; \
empty_fcall_info_cache 2912 ext/standard/array.c 	zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
empty_fcall_info_cache 3330 ext/standard/array.c 	zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
empty_fcall_info_cache 4004 ext/standard/array.c 	zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
empty_fcall_info_cache 4075 ext/standard/array.c 	zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
empty_fcall_info_cache 4175 ext/standard/array.c 	zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
empty_fcall_info_cache 3726 ext/standard/basic_functions.c 	BG(array_walk_fci_cache) = empty_fcall_info_cache;
empty_fcall_info_cache 3728 ext/standard/basic_functions.c 	BG(user_compare_fci_cache) = empty_fcall_info_cache;
empty_fcall_info_cache 2192 ext/sybase_ct/php_sybase_ct.c 	zend_fcall_info_cache cache = empty_fcall_info_cache;
empty_fcall_info_cache  141 main/SAPI.c    		SG(fci_cache) = empty_fcall_info_cache;