Home
last modified time | relevance | path

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

/PHP-5.5/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.c1351 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC); in curl_write()
1418 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC); in curl_fnmatch()
1497 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC); in curl_progress()
1572 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC); in curl_read()
1649 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC); in curl_write_header()
2577 ch->handlers->write_header->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2744 ch->handlers->progress->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2754 ch->handlers->read->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2773 ch->handlers->write->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2869 ch->handlers->fnmatch->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
/PHP-5.5/Zend/
H A Dzend_execute_API.c726 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC) /* {{{ */ in zend_call_function()
773 if (!fci_cache || !fci_cache->initialized) { in zend_call_function()
777 if (!fci_cache) { in zend_call_function()
778 fci_cache = &fci_cache_local; in zend_call_function()
781 …_name, fci->object_ptr, IS_CALLABLE_CHECK_SILENT, &callable_name, NULL, fci_cache, &error TSRMLS_C… in zend_call_function()
801 EX(function_state).function = fci_cache->function_handler; in zend_call_function()
802 calling_scope = fci_cache->calling_scope; in zend_call_function()
803 called_scope = fci_cache->called_scope; in zend_call_function()
804 fci->object_ptr = fci_cache->object_ptr; in zend_call_function()
969 fci_cache->initialized = 0; in zend_call_function()
H A Dzend_API.h510 ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC);
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4783 zend_fcall_info_cache fci_cache; local
4791 …if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval…
4807 zend_fcall_info_cache fci_cache; local
4809 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "fa/", &fci, &fci_cache, &params) == FAILURE)…
4913 zend_fcall_info_cache fci_cache; local
4926 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
4927 fci_cache.called_scope = EG(called_scope);
4946 zend_fcall_info_cache fci_cache; local
4948 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "fa/", &fci, &fci_cache, &params) == FAILURE)…
4956 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
[all …]
H A Darray.c4143 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; in PHP_FUNCTION() local
4148 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "af|z", &input, &fci, &fci_cache, &initial) =… in PHP_FUNCTION()
4184 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && retval) { in PHP_FUNCTION()
4212 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; in PHP_FUNCTION() local
4217 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|f", &array, &fci, &fci_cache) == FAILURE) { in PHP_FUNCTION()
4241 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && retval) { in PHP_FUNCTION()
4281 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; in PHP_FUNCTION() local
4285 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f!+", &fci, &fci_cache, &arrays, &n_arrays) … in PHP_FUNCTION()
4371 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) != SUCCESS || !result) { in PHP_FUNCTION()
/PHP-5.5/main/
H A DSAPI.h134 zend_fcall_info_cache fci_cache; member
H A DSAPI.c145 SG(fci_cache) = empty_fcall_info_cache; in PHP_FUNCTION()
164 …if (zend_fcall_info_init(SG(callback_func), 0, &fci, &SG(fci_cache), &callback_name, &callback_err… in sapi_run_header_callback()
167 error = zend_call_function(&fci, &SG(fci_cache) TSRMLS_CC); in sapi_run_header_callback()

Completed in 92 milliseconds