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

/PHP_5_5/main/
H A DSAPI.c144 SG(fci_cache) = empty_fcall_info_cache;
171 error = zend_call_function(&fci, &SG(fci_cache) TSRMLS_CC);
H A DSAPI.h134 zend_fcall_info_cache fci_cache; member in struct:_sapi_globals_struct
/PHP_5_5/Zend/
H A Dzend_API.h510 ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC);
H A Dzend_execute_API.c733 int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC) /* {{{ */
780 if (!fci_cache || !fci_cache->initialized) {
784 if (!fci_cache) {
785 fci_cache = &fci_cache_local;
788 if (!zend_is_callable_ex(fci->function_name, fci->object_ptr, IS_CALLABLE_CHECK_SILENT, &callable_name, NULL, fci_cache, &error TSRMLS_CC)) {
808 EX(function_state).function = fci_cache->function_handler;
809 calling_scope = fci_cache->calling_scope;
810 called_scope = fci_cache->called_scope;
811 fci->object_ptr = fci_cache
[all...]
/PHP_5_5/ext/curl/
H A Dinterface.c1317 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC);
1383 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC);
1461 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC);
1535 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC);
1611 error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC);
2517 ch->handlers->write_header->fci_cache = empty_fcall_info_cache;
2688 ch->handlers->progress->fci_cache = empty_fcall_info_cache;
2698 ch->handlers->read->fci_cache = empty_fcall_info_cache;
2717 ch->handlers->write->fci_cache = empty_fcall_info_cache;
2825 ch->handlers->fnmatch->fci_cache
[all...]
H A Dphp_curl.h122 zend_fcall_info_cache fci_cache; member in struct:__anon1
131 zend_fcall_info_cache fci_cache; member in struct:__anon2
140 zend_fcall_info_cache fci_cache; member in struct:__anon3
/PHP_5_5/ext/standard/
H A Dbasic_functions.c4772 zend_fcall_info_cache fci_cache; local
4774 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) {
4780 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) {
4796 zend_fcall_info_cache fci_cache; local
4798 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "fa/", &fci, &fci_cache, &params) == FAILURE) {
4805 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) {
4902 zend_fcall_info_cache fci_cache; local
4904 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) {
4915 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
4916 fci_cache
4935 zend_fcall_info_cache fci_cache; local
[all...]
H A Darray.c4143 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
4148 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "af|z", &input, &fci, &fci_cache, &initial) == FAILURE) {
4184 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && retval) {
4212 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
4217 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|f", &array, &fci, &fci_cache) == FAILURE) {
4241 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && retval) {
4281 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
4285 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f!+", &fci, &fci_cache, &arrays, &n_arrays) == FAILURE) {
4371 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) != SUCCESS || !result) {

Completed in 27 milliseconds