Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_closures.c124 zend_fcall_info_cache fci_cache; in ZEND_METHOD() local
144 if (zend_fcall_info_init(zclosure, 0, &fci, &fci_cache, NULL, NULL) != SUCCESS) { in ZEND_METHOD()
151 fci.object = fci_cache.object = newobj; in ZEND_METHOD()
152 fci_cache.initialized = 1; in ZEND_METHOD()
153 fci_cache.called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
155 if (fci_cache.function_handler->common.fn_flags & ZEND_ACC_GENERATOR) { in ZEND_METHOD()
159 fci_cache.function_handler = &closure->func; in ZEND_METHOD()
161 …memcpy(&my_function, fci_cache.function_handler, fci_cache.function_handler->type == ZEND_USER_FUN… in ZEND_METHOD()
164 fci_cache.function_handler = &my_function; in ZEND_METHOD()
173 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(closure_result) != IS_UNDEF) { in ZEND_METHOD()
[all …]
H A Dzend_execute_API.c679 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function() argument
731 if (!fci_cache || !fci_cache->initialized) { in zend_call_function()
735 if (!fci_cache) { in zend_call_function()
736 fci_cache = &fci_cache_local; in zend_call_function()
739 …x(&fci->function_name, fci->object, IS_CALLABLE_CHECK_SILENT, &callable_name, fci_cache, &error)) { in zend_call_function()
771 func = fci_cache->function_handler; in zend_call_function()
773 func, fci->param_count, fci_cache->called_scope, fci_cache->object); in zend_call_function()
774 calling_scope = fci_cache->calling_scope; in zend_call_function()
775 fci->object = fci_cache->object; in zend_call_function()
874 fci_cache->initialized = 0; in zend_call_function()
[all …]
H A Dzend_API.h532 ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache);
/PHP-7.0/ext/curl/
H A Dphp_curl.h125 zend_fcall_info_cache fci_cache; member
134 zend_fcall_info_cache fci_cache; member
143 zend_fcall_info_cache fci_cache; member
H A Dinterface.c1465 error = zend_call_function(&fci, &t->fci_cache); in curl_write()
1516 error = zend_call_function(&fci, &t->fci_cache); in curl_fnmatch()
1573 error = zend_call_function(&fci, &t->fci_cache); in curl_progress()
1636 error = zend_call_function(&fci, &t->fci_cache); in curl_read()
1704 error = zend_call_function(&fci, &t->fci_cache); in curl_write_header()
2654 ch->handlers->write_header->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2785 ch->handlers->progress->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2794 ch->handlers->read->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2811 ch->handlers->write->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2905 ch->handlers->fnmatch->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
/PHP-7.0/ext/intl/uchar/
H A Duchar.c173 zend_fcall_info_cache fci_cache; member
193 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharType_callback()
205 if (zend_parse_parameters(ZEND_NUM_ARGS(), "f", &context.fci, &context.fci_cache) == FAILURE) { in IC_METHOD()
290 zend_fcall_info_cache fci_cache; member
307 if (zend_call_function(&context->fci, &context->fci_cache) == FAILURE) { in enumCharNames_callback()
325 …ters(ZEND_NUM_ARGS(), "zzf|l", &zstart, &zlimit, &context.fci, &context.fci_cache, &nameChoice) ==… in IC_METHOD()
/PHP-7.0/ext/standard/
H A Dbasic_functions.c4777 zend_fcall_info_cache fci_cache; local
4780 Z_PARAM_FUNC(fci, fci_cache)
4799 zend_fcall_info_cache fci_cache; local
4802 Z_PARAM_FUNC(fci, fci_cache)
4823 zend_fcall_info_cache fci_cache; local
4837 if (called_scope && fci_cache.calling_scope &&
4838 instanceof_function(called_scope, fci_cache.calling_scope)) {
4839 fci_cache.called_scope = called_scope;
4854 zend_fcall_info_cache fci_cache; local
4865 if (called_scope && fci_cache.calling_scope &&
[all …]
H A Darray.c5031 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
5035 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "af|z", &input, &fci, &fci_cache, &initial) == FAILURE)…
5065 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
5094 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
5097 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "a|fl", &array, &fci, &fci_cache, &use_type) == FAILURE…
5134 if (zend_call_function(&fci, &fci_cache) == SUCCESS) {
5178 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
5183 Z_PARAM_FUNC_EX(fci, fci_cache, 1, 0)
5216 if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
5303 if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
/PHP-7.0/main/
H A DSAPI.h138 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 226 milliseconds