Lines Matching refs:severity
562 …impl(int arg_num, zval *arg, va_list *va, const char **spec, char **error, int *severity) /* {{{ */ in zend_parse_arg_impl() argument
774 *severity = E_DEPRECATED; in zend_parse_arg_impl()
783 *severity = E_ERROR; in zend_parse_arg_impl()
818 int severity = 0; in zend_parse_arg() local
820 expected_type = zend_parse_arg_impl(arg_num, arg, va, spec, &error, &severity); in zend_parse_arg()
839 if (severity != E_DEPRECATED) { in zend_parse_arg()
3195 int severity; in zend_is_callable_check_func() local
3198 severity = E_DEPRECATED; in zend_is_callable_check_func()
3202 severity = E_ERROR; in zend_is_callable_check_func()
3210 if (severity != E_DEPRECATED) { in zend_is_callable_check_func()
3214 if (severity == E_ERROR) { in zend_is_callable_check_func()
3217 …zend_error(severity, "Non-static method %s::%s() %s be called statically", ZSTR_VAL(fcc->calling_s… in zend_is_callable_check_func()