Home
last modified time | relevance | path

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

/PHP-5.3/ext/curl/
H A Dphp_curl.h84 zend_fcall_info_cache fci_cache; member
94 zend_fcall_info_cache fci_cache; member
103 zend_fcall_info_cache fci_cache; member
H A Dinterface.c1036 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC); in curl_write()
1111 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC); in curl_progress()
1185 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC); in curl_read()
1261 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC); in curl_write_header()
1996 ch->handlers->write->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2005 ch->handlers->read->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2016 ch->handlers->progress->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
2025 ch->handlers->write_header->fci_cache = empty_fcall_info_cache; in _php_curl_setopt()
/PHP-5.3/Zend/
H A Dzend_execute_API.c760 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC) /* {{{ */ in zend_call_function()
806 if (!fci_cache || !fci_cache->initialized) { in zend_call_function()
811 if (!fci_cache) { in zend_call_function()
812 fci_cache = &fci_cache_local; in zend_call_function()
815 …_name, fci->object_ptr, IS_CALLABLE_CHECK_SILENT, &callable_name, NULL, fci_cache, &error TSRMLS_C… in zend_call_function()
835 EX(function_state).function = fci_cache->function_handler; in zend_call_function()
836 calling_scope = fci_cache->calling_scope; in zend_call_function()
837 called_scope = fci_cache->called_scope; in zend_call_function()
838 fci->object_ptr = fci_cache->object_ptr; in zend_call_function()
1003 fci_cache->initialized = 0; in zend_call_function()
H A Dzend_API.h494 ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC);
/PHP-5.3/ext/standard/
H A Dbasic_functions.c4780 zend_fcall_info_cache fci_cache; local
4788 …if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval…
4804 zend_fcall_info_cache fci_cache; local
4806 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "fa/", &fci, &fci_cache, &params) == FAILURE)…
4910 zend_fcall_info_cache fci_cache; local
4923 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
4924 fci_cache.called_scope = EG(called_scope);
4943 zend_fcall_info_cache fci_cache; local
4945 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "fa/", &fci, &fci_cache, &params) == FAILURE)…
4953 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
[all …]
H A Darray.c4098 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; in PHP_FUNCTION() local
4103 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "af|z", &input, &fci, &fci_cache, &initial) =… in PHP_FUNCTION()
4139 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && retval) { in PHP_FUNCTION()
4167 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; in PHP_FUNCTION() local
4172 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|f", &array, &fci, &fci_cache) == FAILURE) { in PHP_FUNCTION()
4196 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && retval) { in PHP_FUNCTION()
4236 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; in PHP_FUNCTION() local
4240 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f!+", &fci, &fci_cache, &arrays, &n_arrays) … in PHP_FUNCTION()
4326 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) != SUCCESS || !result) { in PHP_FUNCTION()

Completed in 49 milliseconds