ce_org           2756 Zend/zend_API.c 	zend_class_entry *ce_org = fcc->calling_scope;
ce_org           2772 Zend/zend_API.c 	if (!ce_org) {
ce_org           2807 Zend/zend_API.c 		if (ce_org) {
ce_org           2808 Zend/zend_API.c 			EG(scope) = ce_org;
ce_org           2818 Zend/zend_API.c 		if (ce_org && !instanceof_function(ce_org, fcc->calling_scope TSRMLS_CC)) {
ce_org           2819 Zend/zend_API.c 			if (error) zend_spprintf(error, 0, "class '%s' is not a subclass of '%s'", ce_org->name, fcc->calling_scope->name);
ce_org           2823 Zend/zend_API.c 	} else if (ce_org) {
ce_org           2827 Zend/zend_API.c 		ftable = &ce_org->function_table;
ce_org           2828 Zend/zend_API.c 		fcc->calling_scope = ce_org;
ce_org           2879 Zend/zend_API.c 		if (fcc->object_ptr && fcc->calling_scope == ce_org) {
ce_org           2880 Zend/zend_API.c 			if (strict_class && ce_org->__call) {
ce_org           2883 Zend/zend_API.c 				fcc->function_handler->internal_function.module = (ce_org->type == ZEND_INTERNAL_CLASS) ? ce_org->info.internal.module : NULL;
ce_org           2887 Zend/zend_API.c 				fcc->function_handler->internal_function.scope = ce_org;
ce_org           2897 Zend/zend_API.c 					     !instanceof_function(ce_org, fcc->function_handler->common.scope TSRMLS_CC))) {