Home
last modified time | relevance | path

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

/PHP-5.6/ext/curl/
H A Dphp_curl.h122 zend_fcall_info_cache fci_cache; member
131 zend_fcall_info_cache fci_cache; member
140 zend_fcall_info_cache fci_cache; member
H A Dinterface.c1346 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC); in curl_write()
1413 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC); in curl_fnmatch()
1492 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC); in curl_progress()
1567 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC); in curl_read()
1644 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC); in curl_write_header()
2550 ch->handlers->write_header->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2717 ch->handlers->progress->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2727 ch->handlers->read->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2746 ch->handlers->write->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2842 ch->handlers->fnmatch->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
/PHP-5.6/Zend/
H A Dzend_execute_API.c621 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC) /* {{{ */ in zend_call_function()
668 if (!fci_cache || !fci_cache->initialized) { in zend_call_function()
672 if (!fci_cache) { in zend_call_function()
673 fci_cache = &fci_cache_local; in zend_call_function()
676 …_name, fci->object_ptr, IS_CALLABLE_CHECK_SILENT, &callable_name, NULL, fci_cache, &error TSRMLS_C… in zend_call_function()
696 EX(function_state).function = fci_cache->function_handler; in zend_call_function()
697 calling_scope = fci_cache->calling_scope; in zend_call_function()
698 called_scope = fci_cache->called_scope; in zend_call_function()
699 fci->object_ptr = fci_cache->object_ptr; in zend_call_function()
867 fci_cache->initialized = 0; in zend_call_function()
H A Dzend_API.h514 ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC);
/PHP-5.6/ext/standard/
H A Dbasic_functions.c4757 zend_fcall_info_cache fci_cache; local
4765 …if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval…
4781 zend_fcall_info_cache fci_cache; local
4783 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "fa/", &fci, &fci_cache, &params) == FAILURE)…
4887 zend_fcall_info_cache fci_cache; local
4900 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
4901 fci_cache.called_scope = EG(called_scope);
4920 zend_fcall_info_cache fci_cache; local
4922 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "fa/", &fci, &fci_cache, &params) == FAILURE)…
4930 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
[all …]
H A Darray.c4004 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; in PHP_FUNCTION() local
4009 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "af|z", &input, &fci, &fci_cache, &initial) =… in PHP_FUNCTION()
4045 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && retval) { in PHP_FUNCTION()
4075 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; in PHP_FUNCTION() local
4080 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|fl", &array, &fci, &fci_cache, &use_type) … in PHP_FUNCTION()
4132 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && retval) { in PHP_FUNCTION()
4175 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; in PHP_FUNCTION() local
4179 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f!+", &fci, &fci_cache, &arrays, &n_arrays) … in PHP_FUNCTION()
4265 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) != SUCCESS || !result) { in PHP_FUNCTION()
/PHP-5.6/main/
H A DSAPI.h137 zend_fcall_info_cache fci_cache; member
H A DSAPI.c141 SG(fci_cache) = empty_fcall_info_cache; in PHP_FUNCTION()
160 …if (zend_fcall_info_init(SG(callback_func), 0, &fci, &SG(fci_cache), &callback_name, &callback_err… in sapi_run_header_callback()
163 error = zend_call_function(&fci, &SG(fci_cache) TSRMLS_CC); in sapi_run_header_callback()

Completed in 47 milliseconds