Searched refs:fci_cache (Results 1 – 11 of 11) sorted by relevance
/PHP-7.4/ext/curl/ |
H A D | php_curl.h | 128 zend_fcall_info_cache fci_cache; member 137 zend_fcall_info_cache fci_cache; member 146 zend_fcall_info_cache fci_cache; member
|
H A D | multi.c | 522 zend_fcall_info_init(&t->func_name, 0, &fci, &t->fci_cache, NULL, NULL); in _php_server_push_callback() 533 error = zend_call_function(&fci, &t->fci_cache); in _php_server_push_callback() 593 mh->handlers->server_push->fci_cache = empty_fcall_info_cache; in _php_curl_multi_setopt()
|
H A D | interface.c | 1512 error = zend_call_function(&fci, &t->fci_cache); in curl_write() 1561 error = zend_call_function(&fci, &t->fci_cache); in curl_fnmatch() 1616 error = zend_call_function(&fci, &t->fci_cache); in curl_progress() 1673 error = zend_call_function(&fci, &t->fci_cache); in curl_read() 1736 error = zend_call_function(&fci, &t->fci_cache); in curl_write_header() 2966 ch->handlers->write_header->fci_cache = empty_fcall_info_cache; in _php_curl_setopt() 3012 ch->handlers->progress->fci_cache = empty_fcall_info_cache; in _php_curl_setopt() 3021 ch->handlers->read->fci_cache = empty_fcall_info_cache; in _php_curl_setopt() 3038 ch->handlers->write->fci_cache = empty_fcall_info_cache; in _php_curl_setopt() 3124 ch->handlers->fnmatch->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
|
/PHP-7.4/Zend/ |
H A D | zend_closures.c | 126 zend_fcall_info_cache fci_cache; in ZEND_METHOD() local 149 fci_cache.function_handler = &closure->func; in ZEND_METHOD() 158 fci_cache.function_handler = &my_function; in ZEND_METHOD() 175 fci_cache.called_scope = newobj->ce; in ZEND_METHOD() 176 fci_cache.object = fci.object = newobj; in ZEND_METHOD() 183 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(closure_result) != IS_UNDEF) { in ZEND_METHOD() 190 if (fci_cache.function_handler->common.fn_flags & ZEND_ACC_GENERATOR) { in ZEND_METHOD() 194 && fci_cache.function_handler->common.fn_flags & ZEND_ACC_HEAP_RT_CACHE) { in ZEND_METHOD()
|
H A D | zend_execute_API.c | 649 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function() argument 693 if (!fci_cache || !fci_cache->function_handler) { in zend_call_function() 696 if (!fci_cache) { in zend_call_function() 697 fci_cache = &fci_cache_local; in zend_call_function() 700 …callable_ex(&fci->function_name, fci->object, IS_CALLABLE_CHECK_SILENT, NULL, fci_cache, &error)) { in zend_call_function() 728 func = fci_cache->function_handler; in zend_call_function() 729 if ((func->common.fn_flags & ZEND_ACC_STATIC) || !fci_cache->object) { in zend_call_function() 731 object_or_called_scope = fci_cache->called_scope; in zend_call_function() 734 fci->object = fci_cache->object; in zend_call_function() 824 fci_cache->function_handler = NULL; in zend_call_function() [all …]
|
H A D | zend_API.h | 527 ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache);
|
/PHP-7.4/ext/intl/uchar/ |
H A D | uchar.c | 183 zend_fcall_info_cache fci_cache; member 203 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharType_callback() 215 if (zend_parse_parameters(ZEND_NUM_ARGS(), "f", &context.fci, &context.fci_cache) == FAILURE) { in IC_METHOD() 300 zend_fcall_info_cache fci_cache; member 317 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharNames_callback() 335 …ters(ZEND_NUM_ARGS(), "zzf|l", &zstart, &zlimit, &context.fci, &context.fci_cache, &nameChoice) ==… in IC_METHOD()
|
/PHP-7.4/ext/standard/ |
H A D | basic_functions.c | 4926 zend_fcall_info_cache fci_cache; local 4929 Z_PARAM_FUNC(fci, fci_cache) 4951 zend_fcall_info_cache fci_cache; local 4954 Z_PARAM_FUNC(fci, fci_cache) 4978 zend_fcall_info_cache fci_cache; local 4982 Z_PARAM_FUNC(fci, fci_cache) 4994 if (called_scope && fci_cache.calling_scope && 4996 fci_cache.called_scope = called_scope; 5014 zend_fcall_info_cache fci_cache; local 5018 Z_PARAM_FUNC(fci, fci_cache) [all …]
|
H A D | array.c | 6030 Z_PARAM_FUNC(fci, fci_cache) 6049 zend_release_fcall_info_cache(&fci_cache); 6073 zend_release_fcall_info_cache(&fci_cache); 6097 Z_PARAM_FUNC(fci, fci_cache) 6103 zend_release_fcall_info_cache(&fci_cache); 6166 zend_release_fcall_info_cache(&fci_cache); 6183 Z_PARAM_FUNC_EX(fci, fci_cache, 1, 0) 6204 zend_release_fcall_info_cache(&fci_cache); 6218 ret = zend_call_function(&fci, &fci_cache); 6231 zend_release_fcall_info_cache(&fci_cache); [all …]
|
/PHP-7.4/main/ |
H A D | SAPI.h | 134 zend_fcall_info_cache fci_cache; member
|
H A D | SAPI.c | 130 SG(fci_cache) = empty_fcall_info_cache; in PHP_FUNCTION() 146 if (zend_fcall_info_init(callback, 0, &fci, &SG(fci_cache), NULL, &callback_error) == SUCCESS) { in sapi_run_header_callback() 149 error = zend_call_function(&fci, &SG(fci_cache)); in sapi_run_header_callback()
|
Completed in 74 milliseconds