severity 241 Zend/zend_API.c ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(int severity, int num, char *error) /* {{{ */ severity 246 Zend/zend_API.c if (severity == E_WARNING) { severity 249 Zend/zend_API.c } else if (severity == E_ERROR) { severity 253 Zend/zend_API.c zend_error(severity, "%s%s%s() expects parameter %d to be a valid callback, %s", severity 499 Zend/zend_API.c static const char *zend_parse_arg_impl(int arg_num, zval *arg, va_list *va, const char **spec, char **error, int *severity) /* {{{ */ severity 709 Zend/zend_API.c *severity = E_DEPRECATED; severity 718 Zend/zend_API.c *severity = E_ERROR; severity 753 Zend/zend_API.c int severity = 0; severity 755 Zend/zend_API.c expected_type = zend_parse_arg_impl(arg_num, arg, va, spec, &error, &severity); severity 774 Zend/zend_API.c if (severity != E_DEPRECATED) { severity 3112 Zend/zend_API.c int severity; severity 3115 Zend/zend_API.c severity = E_DEPRECATED; severity 3119 Zend/zend_API.c severity = E_ERROR; severity 3127 Zend/zend_API.c if (severity != E_DEPRECATED) { severity 3131 Zend/zend_API.c if (severity == E_ERROR) { severity 3134 Zend/zend_API.c zend_error(severity, "Non-static method %s::%s() %s be called statically", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb); severity 698 Zend/zend_API.h ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(int severity, int num, char *error); severity 322 Zend/zend_exceptions.c zend_long code = 0, severity = E_ERROR, lineno; severity 327 Zend/zend_exceptions.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc, "|sllslO!", &message, &message_len, &code, &severity, &filename, &filename_len, &lineno, &previous, zend_ce_throwable) == FAILURE) { severity 353 Zend/zend_exceptions.c zend_update_property_long(zend_ce_error_exception, object, "severity", sizeof("severity")-1, severity); severity 835 Zend/zend_exceptions.c ZEND_ARG_INFO(0, severity) severity 962 Zend/zend_exceptions.c ZEND_API ZEND_COLD zend_object *zend_throw_error_exception(zend_class_entry *exception_ce, const char *message, zend_long code, int severity) /* {{{ */ severity 967 Zend/zend_exceptions.c zend_update_property_long(zend_ce_error_exception, &ex, "severity", sizeof("severity")-1, severity); severity 992 Zend/zend_exceptions.c ZEND_API ZEND_COLD void zend_exception_error(zend_object *ex, int severity) /* {{{ */ severity 1047 Zend/zend_exceptions.c zend_error_va(severity, (file && ZSTR_LEN(file) > 0) ? ZSTR_VAL(file) : NULL, line, severity 1053 Zend/zend_exceptions.c zend_error(severity, "Uncaught exception '%s'", ZSTR_VAL(ce_exception->name)); severity 63 Zend/zend_exceptions.h ZEND_API zend_object *zend_throw_error_exception(zend_class_entry *exception_ce, const char *message, zend_long code, int severity); severity 68 Zend/zend_exceptions.h ZEND_API ZEND_COLD void zend_exception_error(zend_object *exception, int severity); severity 61 ext/pdo_dblib/dblib_driver.c msg, einfo->dberr, einfo->severity, stmt ? stmt->active_query_string : ""); severity 67 ext/pdo_dblib/dblib_driver.c add_next_index_long(info, einfo->severity); severity 457 ext/pdo_dblib/dblib_driver.c DBLIB_G(err).severity); severity 89 ext/pdo_dblib/pdo_dblib.c int pdo_dblib_error_handler(DBPROCESS *dbproc, int severity, int dberr, severity 102 ext/pdo_dblib/pdo_dblib.c einfo->severity = severity; severity 135 ext/pdo_dblib/pdo_dblib.c int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line) severity 139 ext/pdo_dblib/pdo_dblib.c if (severity) { severity 92 ext/pdo_dblib/php_pdo_dblib_int.h int pdo_dblib_error_handler(DBPROCESS *dbproc, int severity, int dberr, severity 96 ext/pdo_dblib/php_pdo_dblib_int.h int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line); severity 102 ext/pdo_dblib/php_pdo_dblib_int.h int severity; severity 202 ext/soap/php_soap.h #define soap_error0(severity, format) \ severity 203 ext/soap/php_soap.h php_error(severity, "SOAP-ERROR: " format) severity 205 ext/soap/php_soap.h #define soap_error1(severity, format, param1) \ severity 206 ext/soap/php_soap.h php_error(severity, "SOAP-ERROR: " format, param1) severity 208 ext/soap/php_soap.h #define soap_error2(severity, format, param1, param2) \ severity 209 ext/soap/php_soap.h php_error(severity, "SOAP-ERROR: " format, param1, param2) severity 211 ext/soap/php_soap.h #define soap_error3(severity, format, param1, param2, param3) \ severity 212 ext/soap/php_soap.h php_error(severity, "SOAP-ERROR: " format, param1, param2, param3) severity 842 ext/standard/streamsfuncs.c static void user_space_stream_notifier(php_stream_context *context, int notifycode, int severity, severity 851 ext/standard/streamsfuncs.c ZVAL_LONG(&zvs[1], severity); severity 25 main/streams/php_stream_context.h int notifycode, int severity, severity 88 main/streams/php_stream_context.h PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity, severity 2177 main/streams/streams.c PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity, severity 2181 main/streams/streams.c context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr); severity 185 sapi/fpm/fpm/fpm_children.c int severity = ZLOG_NOTICE; severity 202 sapi/fpm/fpm/fpm_children.c severity = ZLOG_WARNING; severity 223 sapi/fpm/fpm/fpm_children.c severity = ZLOG_WARNING; severity 250 sapi/fpm/fpm/fpm_children.c severity = ZLOG_DEBUG; severity 252 sapi/fpm/fpm/fpm_children.c zlog(severity, "[pool %s] child %d exited %s after %ld.%06d seconds from start", child->wp->config->name, (int) pid, buf, tv2.tv_sec, (int) tv2.tv_usec); severity 955 sapi/phpdbg/phpdbg_out.c const char *severity; severity 964 sapi/phpdbg/phpdbg_out.c severity = "error"; severity 981 sapi/phpdbg/phpdbg_out.c severity = "notice"; severity 998 sapi/phpdbg/phpdbg_out.c severity = "normal"; severity 1009 sapi/phpdbg/phpdbg_out.c severity = "normal"; severity 1049 sapi/phpdbg/phpdbg_out.c severity = "log"; severity 1071 sapi/phpdbg/phpdbg_out.c xmloutlen = phpdbg_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"%.*s\" />", tag, severity, xmllen, xml, buflen, buf); severity 1075 sapi/phpdbg/phpdbg_out.c xmloutlen = phpdbg_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"\" />", tag, severity, xmllen, xml); severity 37 sapi/phpdbg/phpdbg_out.h PHPDBG_API int phpdbg_print(int severity, int fd, const char *tag, const char *xmlfmt, const char *strfmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 5, 6);