Home
last modified time | relevance | path

Searched refs:fci_cache (Results 1 – 11 of 11) sorted by relevance

/PHP-7.1/ext/curl/
H A Dphp_curl.h131 zend_fcall_info_cache fci_cache; member
140 zend_fcall_info_cache fci_cache; member
149 zend_fcall_info_cache fci_cache; member
H A Dmulti.c514 zend_fcall_info_init(&t->func_name, 0, &fci, &t->fci_cache, NULL, NULL); in _php_server_push_callback()
525 error = zend_call_function(&fci, &t->fci_cache); in _php_server_push_callback()
577 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.c1492 error = zend_call_function(&fci, &t->fci_cache); in curl_write()
1541 error = zend_call_function(&fci, &t->fci_cache); in curl_fnmatch()
1596 error = zend_call_function(&fci, &t->fci_cache); in curl_progress()
1657 error = zend_call_function(&fci, &t->fci_cache); in curl_read()
1723 error = zend_call_function(&fci, &t->fci_cache); in curl_write_header()
2678 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/Zend/
H A Dzend_closures.c119 zend_fcall_info_cache fci_cache; in ZEND_METHOD() local
139 if (zend_fcall_info_init(zclosure, 0, &fci, &fci_cache, NULL, NULL) != SUCCESS) { in ZEND_METHOD()
146 fci.object = fci_cache.object = newobj; in ZEND_METHOD()
147 fci_cache.initialized = 1; in ZEND_METHOD()
148 fci_cache.called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
150 if (fci_cache.function_handler->common.fn_flags & ZEND_ACC_GENERATOR) { in ZEND_METHOD()
154 fci_cache.function_handler = &closure->func; in ZEND_METHOD()
156 …memcpy(&my_function, fci_cache.function_handler, fci_cache.function_handler->type == ZEND_USER_FUN… in ZEND_METHOD()
159 fci_cache.function_handler = &my_function; in ZEND_METHOD()
168 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(closure_result) != IS_UNDEF) { in ZEND_METHOD()
[all …]
H A Dzend_execute_API.c676 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function() argument
724 if (!fci_cache || !fci_cache->initialized) { in zend_call_function()
728 if (!fci_cache) { in zend_call_function()
729 fci_cache = &fci_cache_local; in zend_call_function()
732 …x(&fci->function_name, fci->object, IS_CALLABLE_CHECK_SILENT, &callable_name, fci_cache, &error)) { in zend_call_function()
764 func = fci_cache->function_handler; in zend_call_function()
766 NULL : fci_cache->object; in zend_call_function()
769 func, fci->param_count, fci_cache->called_scope, fci->object); in zend_call_function()
859 fci_cache->initialized = 0; in zend_call_function()
889 fci_cache->initialized = 0; in zend_call_function()
H A Dzend_API.h540 ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache);
/PHP-7.1/ext/intl/uchar/
H A Duchar.c182 zend_fcall_info_cache fci_cache; member
202 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharType_callback()
214 if (zend_parse_parameters(ZEND_NUM_ARGS(), "f", &context.fci, &context.fci_cache) == FAILURE) { in IC_METHOD()
299 zend_fcall_info_cache fci_cache; member
316 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharNames_callback()
334 …ters(ZEND_NUM_ARGS(), "zzf|l", &zstart, &zlimit, &context.fci, &context.fci_cache, &nameChoice) ==… in IC_METHOD()
/PHP-7.1/ext/standard/
H A Dbasic_functions.c4860 zend_fcall_info_cache fci_cache; local
4863 Z_PARAM_FUNC(fci, fci_cache)
4885 zend_fcall_info_cache fci_cache; local
4888 Z_PARAM_FUNC(fci, fci_cache)
4912 zend_fcall_info_cache fci_cache; local
4927 if (called_scope && fci_cache.calling_scope &&
4928 instanceof_function(called_scope, fci_cache.calling_scope)) {
4929 fci_cache.called_scope = called_scope;
4947 zend_fcall_info_cache fci_cache; local
4958 if (called_scope && fci_cache.calling_scope &&
[all …]
H A Darray.c5204 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
5208 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "af|z", &input, &fci, &fci_cache, &initial) == FAILURE)…
5238 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
5266 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
5269 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "a|fl", &array, &fci, &fci_cache, &use_type) == FAILURE…
5306 if (zend_call_function(&fci, &fci_cache) == SUCCESS) {
5350 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
5355 Z_PARAM_FUNC_EX(fci, fci_cache, 1, 0)
5388 if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
5475 if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
/PHP-7.1/main/
H A DSAPI.h137 zend_fcall_info_cache fci_cache; member
H A DSAPI.c136 SG(fci_cache) = empty_fcall_info_cache; in PHP_FUNCTION()
152 if (zend_fcall_info_init(callback, 0, &fci, &SG(fci_cache), NULL, &callback_error) == SUCCESS) { in sapi_run_header_callback()
155 error = zend_call_function(&fci, &SG(fci_cache)); in sapi_run_header_callback()

Completed in 87 milliseconds