Lines Matching refs:fci_cache
4757 zend_fcall_info_cache fci_cache; local
4759 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.par…
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, ¶ms) == FAILURE)…
4790 …if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval…
4887 zend_fcall_info_cache fci_cache; local
4889 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.par…
4900 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
4901 fci_cache.called_scope = EG(called_scope);
4904 …if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval…
4920 zend_fcall_info_cache fci_cache; local
4922 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "fa/", &fci, &fci_cache, ¶ms) == FAILURE)…
4930 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
4931 fci_cache.called_scope = EG(called_scope);
4934 …if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval…