Home
last modified time | relevance | path

Searched refs:empty_fcall_info_cache (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/ext/curl/
H A Dinterface.c2158 ch->handlers.write_header->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2191 ch->handlers.progress->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2199 ch->handlers.read->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2216 ch->handlers.write->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2230 ch->handlers.xferinfo->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2314 ch->handlers.fnmatch->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
H A Dmulti.c483 mh->handlers.server_push->fci_cache = empty_fcall_info_cache; in _php_curl_multi_setopt()
/PHP-8.2/ext/standard/
H A Darray.c879 BG(user_compare_fci_cache) = empty_fcall_info_cache; \
4775 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
5160 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
6051 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
6114 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
6197 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
H A Dbasic_functions.c420 BG(user_compare_fci_cache) = empty_fcall_info_cache; in PHP_RINIT_FUNCTION()
/PHP-8.2/main/
H A DSAPI.c124 SG(fci_cache) = empty_fcall_info_cache; in PHP_FUNCTION()
/PHP-8.2/Zend/
H A Dzend_execute_API.c56 ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { NULL, NULL, NULL, NULL }; variable
H A Dzend_API.h680 ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
/PHP-8.2/ext/sqlite3/
H A Dsqlite3.c159 db_obj->authorizer_fcc = empty_fcall_info_cache; in PHP_METHOD()

Completed in 199 milliseconds