Searched refs:empty_fcall_info_cache (Results 1 – 11 of 11) sorted by relevance
152 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD()
1290 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD()
498 zend_fcall_info_cache fcc = empty_fcall_info_cache; in pdo_sqlite_create_function_internal()555 zend_fcall_info_cache step_fcc = empty_fcall_info_cache; in pdo_sqlite_create_aggregate_internal()556 zend_fcall_info_cache fini_fcc = empty_fcall_info_cache; in pdo_sqlite_create_aggregate_internal()631 zend_fcall_info_cache fcc = empty_fcall_info_cache; in pdo_sqlite_create_collation_internal()
165 db_obj->authorizer_fcc = empty_fcall_info_cache; in PHP_METHOD()945 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD()990 zend_fcall_info_cache step_fcc = empty_fcall_info_cache; in PHP_METHOD()992 zend_fcall_info_cache fini_fcc = empty_fcall_info_cache; in PHP_METHOD()1043 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD()1310 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD()
874 BG(user_compare_fci_cache) = empty_fcall_info_cache; \5155 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;5551 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;6448 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;6511 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;6667 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;6689 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;6711 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;6731 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;6753 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
414 BG(user_compare_fci_cache) = empty_fcall_info_cache; in PHP_RINIT_FUNCTION()
1128 ch->handlers.progress = empty_fcall_info_cache; in init_curl_handle()1129 ch->handlers.xferinfo = empty_fcall_info_cache; in init_curl_handle()1130 ch->handlers.fnmatch = empty_fcall_info_cache; in init_curl_handle()1131 ch->handlers.debug = empty_fcall_info_cache; in init_curl_handle()1133 ch->handlers.prereq = empty_fcall_info_cache; in init_curl_handle()1136 ch->handlers.sshhostkey = empty_fcall_info_cache; in init_curl_handle()
122 SG(fci_cache) = empty_fcall_info_cache; in PHP_FUNCTION()
398 libxml_globals->entity_loader_callback = empty_fcall_info_cache; in PHP_GINIT_FUNCTION()
58 ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = {0}; variable
694 ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;803 memcpy(fcc, &empty_fcall_info_cache, sizeof(zend_fcall_info_cache)); in zend_fcc_dtor()
Completed in 83 milliseconds