Lines Matching refs:fci_cache
1544 zend_fcall_info_cache fci_cache; local
1547 Z_PARAM_FUNC(fci, fci_cache)
1553 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
1569 zend_fcall_info_cache fci_cache; local
1572 Z_PARAM_FUNC(fci, fci_cache)
1579 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
1593 zend_fcall_info_cache fci_cache; local
1597 Z_PARAM_FUNC(fci, fci_cache)
1609 if (called_scope && fci_cache.calling_scope &&
1610 instanceof_function(called_scope, fci_cache.calling_scope)) {
1611 fci_cache.called_scope = called_scope;
1614 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
1628 zend_fcall_info_cache fci_cache; local
1632 Z_PARAM_FUNC(fci, fci_cache)
1640 if (called_scope && fci_cache.calling_scope &&
1641 instanceof_function(called_scope, fci_cache.calling_scope)) {
1642 fci_cache.called_scope = called_scope;
1645 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
2428 zend_fcall_info_cache fci_cache; local
2431 Z_PARAM_FUNC(fci, fci_cache)