Lines Matching refs:ce_org
3857 zend_class_entry *ce_org = fcc->calling_scope; in zend_is_callable_check_func() local
3871 if (!ce_org) { in zend_is_callable_check_func()
3917 if (ce_org) { in zend_is_callable_check_func()
3918 scope = ce_org; in zend_is_callable_check_func()
3941 …ck_class(cname, scope, frame, fcc, &strict_class, error, suppress_deprecation || ce_org != NULL)) { in zend_is_callable_check_func()
3948 if (ce_org && !instanceof_function(ce_org, fcc->calling_scope)) { in zend_is_callable_check_func()
3949 …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()
3952 if (ce_org && !suppress_deprecation) { in zend_is_callable_check_func()
3955 ZSTR_VAL(ce_org->name), Z_STRVAL_P(callable)); in zend_is_callable_check_func()
3958 } else if (ce_org) { in zend_is_callable_check_func()
3962 ftable = &ce_org->function_table; in zend_is_callable_check_func()
3963 fcc->calling_scope = ce_org; in zend_is_callable_check_func()
4016 if (fcc->object && fcc->calling_scope == ce_org) { in zend_is_callable_check_func()
4017 if (strict_class && ce_org->__call) { in zend_is_callable_check_func()
4018 fcc->function_handler = zend_get_call_trampoline_func(ce_org, mname, 0); in zend_is_callable_check_func()
4026 !instanceof_function(ce_org, fcc->function_handler->common.scope))) { in zend_is_callable_check_func()