fci_cache         513 Zend/zend_API.h ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC);
fci_cache         621 Zend/zend_execute_API.c int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC) /* {{{ */
fci_cache         668 Zend/zend_execute_API.c 	if (!fci_cache || !fci_cache->initialized) {
fci_cache         672 Zend/zend_execute_API.c 		if (!fci_cache) {
fci_cache         673 Zend/zend_execute_API.c 			fci_cache = &fci_cache_local;
fci_cache         676 Zend/zend_execute_API.c 		if (!zend_is_callable_ex(fci->function_name, fci->object_ptr, IS_CALLABLE_CHECK_SILENT, &callable_name, NULL, fci_cache, &error TSRMLS_CC)) {
fci_cache         696 Zend/zend_execute_API.c 	EX(function_state).function = fci_cache->function_handler;
fci_cache         697 Zend/zend_execute_API.c 	calling_scope = fci_cache->calling_scope;
fci_cache         698 Zend/zend_execute_API.c 	called_scope = fci_cache->called_scope;
fci_cache         699 Zend/zend_execute_API.c 	fci->object_ptr = fci_cache->object_ptr;
fci_cache         864 Zend/zend_execute_API.c 			fci_cache->initialized = 0;
fci_cache        1346 ext/curl/interface.c 			error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC);
fci_cache        1413 ext/curl/interface.c 			error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC);
fci_cache        1492 ext/curl/interface.c 			error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC);
fci_cache        1567 ext/curl/interface.c 			error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC);
fci_cache        1644 ext/curl/interface.c 			error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC);
fci_cache        2581 ext/curl/interface.c 				ch->handlers->write_header->fci_cache = empty_fcall_info_cache;
fci_cache        2748 ext/curl/interface.c 				ch->handlers->progress->fci_cache = empty_fcall_info_cache;
fci_cache        2758 ext/curl/interface.c 				ch->handlers->read->fci_cache = empty_fcall_info_cache;
fci_cache        2777 ext/curl/interface.c 				ch->handlers->write->fci_cache = empty_fcall_info_cache;
fci_cache        2873 ext/curl/interface.c 				ch->handlers->fnmatch->fci_cache = empty_fcall_info_cache;
fci_cache         122 ext/curl/php_curl.h 	zend_fcall_info_cache fci_cache;
fci_cache         131 ext/curl/php_curl.h 	zend_fcall_info_cache fci_cache;
fci_cache         140 ext/curl/php_curl.h 	zend_fcall_info_cache fci_cache;
fci_cache        4004 ext/standard/array.c 	zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
fci_cache        4009 ext/standard/array.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "af|z", &input, &fci, &fci_cache, &initial) == FAILURE) {
fci_cache        4045 ext/standard/array.c 			if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && retval) {
fci_cache        4075 ext/standard/array.c 	zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
fci_cache        4080 ext/standard/array.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|fl", &array, &fci, &fci_cache, &use_type) == FAILURE) {
fci_cache        4132 ext/standard/array.c 			if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && retval) {
fci_cache        4175 ext/standard/array.c 	zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
fci_cache        4179 ext/standard/array.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f!+", &fci, &fci_cache, &arrays, &n_arrays) == FAILURE) {
fci_cache        4265 ext/standard/array.c 			if (zend_call_function(&fci, &fci_cache TSRMLS_CC) != SUCCESS || !result) {
fci_cache        4753 ext/standard/basic_functions.c 	zend_fcall_info_cache fci_cache;
fci_cache        4755 ext/standard/basic_functions.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) {
fci_cache        4761 ext/standard/basic_functions.c 	if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) {
fci_cache        4777 ext/standard/basic_functions.c 	zend_fcall_info_cache fci_cache;
fci_cache        4779 ext/standard/basic_functions.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "fa/", &fci, &fci_cache, &params) == FAILURE) {
fci_cache        4786 ext/standard/basic_functions.c 	if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) {
fci_cache        4883 ext/standard/basic_functions.c 	zend_fcall_info_cache fci_cache;
fci_cache        4885 ext/standard/basic_functions.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) {
fci_cache        4896 ext/standard/basic_functions.c 		instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
fci_cache        4897 ext/standard/basic_functions.c 			fci_cache.called_scope = EG(called_scope);
fci_cache        4900 ext/standard/basic_functions.c 	if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) {
fci_cache        4916 ext/standard/basic_functions.c 	zend_fcall_info_cache fci_cache;
fci_cache        4918 ext/standard/basic_functions.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "fa/", &fci, &fci_cache, &params) == FAILURE) {
fci_cache        4926 ext/standard/basic_functions.c 		instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
fci_cache        4927 ext/standard/basic_functions.c 			fci_cache.called_scope = EG(called_scope);
fci_cache        4930 ext/standard/basic_functions.c 	if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) {
fci_cache         141 main/SAPI.c    		SG(fci_cache) = empty_fcall_info_cache;
fci_cache         160 main/SAPI.c    	if (zend_fcall_info_init(SG(callback_func), 0, &fci, &SG(fci_cache), &callback_name, &callback_error TSRMLS_CC) == SUCCESS) {
fci_cache         163 main/SAPI.c    		error = zend_call_function(&fci, &SG(fci_cache) TSRMLS_CC);
fci_cache         137 main/SAPI.h    	zend_fcall_info_cache fci_cache;