Searched refs:empty_fcall_info_cache (Results 1 – 7 of 7) sorted by relevance
591 mh->handlers->server_push->fci_cache = empty_fcall_info_cache; in _php_curl_multi_setopt()
2676 ch->handlers->write_header->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()2807 ch->handlers->progress->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()2816 ch->handlers->read->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()2833 ch->handlers->write->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()2927 ch->handlers->fnmatch->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
1022 BG(user_compare_fci_cache) = empty_fcall_info_cache; \4727 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;5143 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;5920 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;5985 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;6072 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
3767 BG(array_walk_fci_cache) = empty_fcall_info_cache; in PHP_RINIT_FUNCTION()3769 BG(user_compare_fci_cache) = empty_fcall_info_cache; in PHP_RINIT_FUNCTION()
136 SG(fci_cache) = empty_fcall_info_cache; in PHP_FUNCTION()
50 ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { 0, NULL, NULL, NULL, NULL }; variable
497 ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
Completed in 51 milliseconds