Lines Matching refs:strict_class
3751 …y *scope, zend_execute_data *frame, zend_fcall_info_cache *fcc, bool *strict_class, char **error, … in zend_is_callable_check_class() argument
3762 *strict_class = 0; in zend_is_callable_check_class()
3797 *strict_class = 1; in zend_is_callable_check_class()
3814 *strict_class = 1; in zend_is_callable_check_class()
3834 *strict_class = 1; in zend_is_callable_check_class()
3855 …*callable, zend_execute_data *frame, zend_fcall_info_cache *fcc, bool strict_class, char **error, … in zend_is_callable_check_func() argument
3940 strict_class = 1; in zend_is_callable_check_func()
3941 …} else if (!zend_is_callable_check_class(cname, scope, frame, fcc, &strict_class, error, suppress_… in zend_is_callable_check_func()
3973 if (strict_class && in zend_is_callable_check_func()
3984 !strict_class) { in zend_is_callable_check_func()
4017 if (strict_class && ce_org->__call) { in zend_is_callable_check_func()
4024 if (strict_class && in zend_is_callable_check_func()
4165 bool strict_class = 0; in zend_is_callable_at_frame() local
4194 …ret = zend_is_callable_check_func(callable, frame, fcc, strict_class, error, check_flags & IS_CALL… in zend_is_callable_at_frame()
4231 …if (!zend_is_callable_check_class(Z_STR_P(obj), get_scope(frame), frame, fcc, &strict_class, error… in zend_is_callable_at_frame()