Lines Matching refs:strict_class
3579 …y *scope, zend_execute_data *frame, zend_fcall_info_cache *fcc, bool *strict_class, char **error, … in zend_is_callable_check_class() argument
3590 *strict_class = 0; in zend_is_callable_check_class()
3625 *strict_class = 1; in zend_is_callable_check_class()
3642 *strict_class = 1; in zend_is_callable_check_class()
3662 *strict_class = 1; in zend_is_callable_check_class()
3683 …*callable, zend_execute_data *frame, zend_fcall_info_cache *fcc, bool strict_class, char **error, … in zend_is_callable_check_func() argument
3768 strict_class = 1; in zend_is_callable_check_func()
3769 …} else if (!zend_is_callable_check_class(cname, scope, frame, fcc, &strict_class, error, suppress_… in zend_is_callable_check_func()
3801 if (strict_class && in zend_is_callable_check_func()
3812 !strict_class) { in zend_is_callable_check_func()
3845 if (strict_class && ce_org->__call) { in zend_is_callable_check_func()
3852 if (strict_class && in zend_is_callable_check_func()
3993 bool strict_class = 0; in zend_is_callable_at_frame() local
4022 …ret = zend_is_callable_check_func(callable, frame, fcc, strict_class, error, check_flags & IS_CALL… in zend_is_callable_at_frame()
4059 …if (!zend_is_callable_check_class(Z_STR_P(obj), get_scope(frame), frame, fcc, &strict_class, error… in zend_is_callable_at_frame()