Lines Matching refs:ce_org
3685 zend_class_entry *ce_org = fcc->calling_scope; in zend_is_callable_check_func() local
3699 if (!ce_org) { in zend_is_callable_check_func()
3745 if (ce_org) { in zend_is_callable_check_func()
3746 scope = ce_org; in zend_is_callable_check_func()
3769 …ck_class(cname, scope, frame, fcc, &strict_class, error, suppress_deprecation || ce_org != NULL)) { in zend_is_callable_check_func()
3776 if (ce_org && !instanceof_function(ce_org, fcc->calling_scope)) { in zend_is_callable_check_func()
3777 …if (error) zend_spprintf(error, 0, "class %s is not a subclass of %s", ZSTR_VAL(ce_org->name), ZST… in zend_is_callable_check_func()
3780 if (ce_org && !suppress_deprecation) { in zend_is_callable_check_func()
3783 ZSTR_VAL(ce_org->name), Z_STRVAL_P(callable)); in zend_is_callable_check_func()
3786 } else if (ce_org) { in zend_is_callable_check_func()
3790 ftable = &ce_org->function_table; in zend_is_callable_check_func()
3791 fcc->calling_scope = ce_org; in zend_is_callable_check_func()
3844 if (fcc->object && fcc->calling_scope == ce_org) { in zend_is_callable_check_func()
3845 if (strict_class && ce_org->__call) { in zend_is_callable_check_func()
3846 fcc->function_handler = zend_get_call_trampoline_func(ce_org, mname, 0); in zend_is_callable_check_func()
3854 !instanceof_function(ce_org, fcc->function_handler->common.scope))) { in zend_is_callable_check_func()