Searched refs:empty_fcall_info_cache (Results 1 – 8 of 8) sorted by relevance
466 mh->handlers->server_push->fci_cache = empty_fcall_info_cache; in _php_curl_multi_setopt()
2720 ch->handlers->write_header->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()2753 ch->handlers->progress->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()2762 ch->handlers->read->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()2779 ch->handlers->write->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()2862 ch->handlers->fnmatch->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
961 BG(user_compare_fci_cache) = empty_fcall_info_cache; \4673 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;5047 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;5847 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;5910 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;5993 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
467 BG(array_walk_fci_cache) = empty_fcall_info_cache; in PHP_RINIT_FUNCTION()469 BG(user_compare_fci_cache) = empty_fcall_info_cache; in PHP_RINIT_FUNCTION()
124 SG(fci_cache) = empty_fcall_info_cache; in PHP_FUNCTION()
52 ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { NULL, NULL, NULL, NULL }; variable
520 ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
160 db_obj->authorizer_fcc = empty_fcall_info_cache; in PHP_METHOD()
Completed in 91 milliseconds