ce_org 2913 Zend/zend_API.c zend_class_entry *ce_org = fcc->calling_scope; ce_org 2931 Zend/zend_API.c if (!ce_org) { ce_org 2983 Zend/zend_API.c if (ce_org) { ce_org 2984 Zend/zend_API.c EG(scope) = ce_org; ce_org 2997 Zend/zend_API.c if (ce_org && !instanceof_function(ce_org, fcc->calling_scope)) { ce_org 2998 Zend/zend_API.c if (error) zend_spprintf(error, 0, "class '%s' is not a subclass of '%s'", ZSTR_VAL(ce_org->name), ZSTR_VAL(fcc->calling_scope->name)); ce_org 3002 Zend/zend_API.c } else if (ce_org) { ce_org 3007 Zend/zend_API.c ftable = &ce_org->function_table; ce_org 3008 Zend/zend_API.c fcc->calling_scope = ce_org; ce_org 3058 Zend/zend_API.c if (fcc->object && fcc->calling_scope == ce_org) { ce_org 3059 Zend/zend_API.c if (strict_class && ce_org->__call) { ce_org 3060 Zend/zend_API.c fcc->function_handler = zend_get_call_trampoline_func(ce_org, mname, 0); ce_org 3068 Zend/zend_API.c !instanceof_function(ce_org, fcc->function_handler->common.scope))) {