Home
last modified time | relevance | path

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

/PHP-7.1/ext/curl/
H A Dmulti.c577 mh->handlers->server_push->fci_cache = empty_fcall_info_cache; in _php_curl_multi_setopt()
584 mh->handlers->server_push->fci_cache = empty_fcall_info_cache; in _php_curl_multi_setopt()
H A Dinterface.c2678 ch->handlers->write_header->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2809 ch->handlers->progress->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2818 ch->handlers->read->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2835 ch->handlers->write->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2929 ch->handlers->fnmatch->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
/PHP-7.1/ext/standard/
H A Darray.c1007 BG(user_compare_fci_cache) = empty_fcall_info_cache; \
4000 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
4423 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
5204 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
5266 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
5350 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
H A Dbasic_functions.c3773 BG(array_walk_fci_cache) = empty_fcall_info_cache; in PHP_RINIT_FUNCTION()
3775 BG(user_compare_fci_cache) = empty_fcall_info_cache; in PHP_RINIT_FUNCTION()
/PHP-7.1/main/
H A DSAPI.c136 SG(fci_cache) = empty_fcall_info_cache; in PHP_FUNCTION()
/PHP-7.1/Zend/
H A Dzend_execute_API.c50 ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { 0, NULL, NULL, NULL, NULL }; variable
H A Dzend_API.h484 ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;

Completed in 95 milliseconds