Home
last modified time | relevance | path

Searched refs:severity (Results 1 – 23 of 23) sorted by relevance

/PHP-7.4/ext/soap/
H A Dphp_soap.h201 #define soap_error0(severity, format) \ argument
202 php_error(severity, "SOAP-ERROR: " format)
204 #define soap_error1(severity, format, param1) \ argument
205 php_error(severity, "SOAP-ERROR: " format, param1)
207 #define soap_error2(severity, format, param1, param2) \ argument
208 php_error(severity, "SOAP-ERROR: " format, param1, param2)
210 #define soap_error3(severity, format, param1, param2, param3) \ argument
211 php_error(severity, "SOAP-ERROR: " format, param1, param2, param3)
/PHP-7.4/Zend/tests/
H A DErrorException_getSeverity.phpt866 This exception severity is: 1bool(true)
872 This exception severity is: 1bool(true)
878 This exception severity is: 1bool(true)
884 This exception severity is: 1bool(true)
890 This exception severity is: 2bool(true)
896 This exception severity is: 4bool(true)
902 This exception severity is: 8bool(true)
980 This exception severity is: 1bool(true)
986 This exception severity is: 2bool(true)
992 This exception severity is: 4bool(true)
[all …]
H A Dbug80781.phpt6 function handle(int $severity, string $message, string $file, int $line): bool {
7 if((error_reporting() & $severity) !== 0) {
8 throw new \ErrorException($message, 0, $severity, $file, $line);
H A Dbug80972.phpt6 function exceptions_error_handler($severity, $message, $filename, $lineno) {
7 if (error_reporting() & $severity) {
8 throw new ErrorException($message, 0, $severity, $filename, $lineno);
H A Dbug76534.phpt5 set_error_handler(function ($severity, $message, $file, $line) {
H A Dexception_020.phpt11 …parameters for MyErrorException([string $message [, long $code, [ long $severity, [ string $filena…
/PHP-7.4/ext/pdo_dblib/
H A Dpdo_dblib.c84 int pdo_dblib_error_handler(DBPROCESS *dbproc, int severity, int dberr, in ZEND_GET_MODULE()
97 einfo->severity = severity; in ZEND_GET_MODULE()
130 int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line) in pdo_dblib_msg_handler() argument
134 if (severity) { in pdo_dblib_msg_handler()
H A Dphp_pdo_dblib_int.h99 int pdo_dblib_error_handler(DBPROCESS *dbproc, int severity, int dberr,
103 int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line);
109 int severity; member
H A Ddblib_driver.c59 if (msg == NULL && einfo->dberr == 0 && einfo->oserr == 0 && einfo->severity == 0) { in dblib_fetch_error()
64 msg, einfo->dberr, einfo->severity, stmt ? stmt->active_query_string : ""); in dblib_fetch_error()
70 add_next_index_long(info, einfo->severity); in dblib_fetch_error()
605 DBLIB_G(err).severity); in pdo_dblib_handle_factory()
/PHP-7.4/Zend/
H A Dzend_exceptions.h63 …error_exception(zend_class_entry *exception_ce, const char *message, zend_long code, int severity);
68 ZEND_API ZEND_COLD void zend_exception_error(zend_object *exception, int severity);
H A Dzend_exceptions.c348 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local
352 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc, "|SllSlO!", &message, &code, &severity in ZEND_METHOD()
383 ZVAL_LONG(&tmp, severity); in ZEND_METHOD()
814 ZEND_ARG_INFO(0, severity)
952 …eption(zend_class_entry *exception_ce, const char *message, zend_long code, int severity) /* {{{ */ in zend_throw_error_exception() argument
957 ZVAL_LONG(&tmp, severity); in zend_throw_error_exception()
984 ZEND_API ZEND_COLD void zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error() argument
1040 zend_error_va(severity, (file && ZSTR_LEN(file) > 0) ? ZSTR_VAL(file) : NULL, line, in zend_exception_error()
1046 zend_error(severity, "Uncaught exception '%s'", ZSTR_VAL(ce_exception->name)); in zend_exception_error()
H A Dzend_API.c598 …impl(int arg_num, zval *arg, va_list *va, const char **spec, char **error, int *severity) /* {{{ */ in zend_parse_arg_impl() argument
814 *severity = E_DEPRECATED; in zend_parse_arg_impl()
823 *severity = E_ERROR; in zend_parse_arg_impl()
858 int severity = 0; in zend_parse_arg() local
860 expected_type = zend_parse_arg_impl(arg_num, arg, va, spec, &error, &severity); in zend_parse_arg()
882 if (severity != E_DEPRECATED) { in zend_parse_arg()
3198 int severity; in zend_is_callable_check_func() local
3201 severity = E_DEPRECATED; in zend_is_callable_check_func()
3205 severity = E_ERROR; in zend_is_callable_check_func()
3213 if (severity != E_DEPRECATED) { in zend_is_callable_check_func()
[all …]
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c188 int severity = ZLOG_NOTICE; in fpm_children_bury() local
205 severity = ZLOG_WARNING; in fpm_children_bury()
230 severity = ZLOG_WARNING; in fpm_children_bury()
257 severity = ZLOG_DEBUG; in fpm_children_bury()
259 …zlog(severity, "[pool %s] child %d exited %s after %ld.%06d seconds from start", wp->config->name,… in fpm_children_bury()
/PHP-7.4/tests/output/
H A Dbug70970.phpt5 function exception_error_handler($severity, $message, $file, $line)
/PHP-7.4/pear/
H A Dfetch.php9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte… argument
/PHP-7.4/main/streams/
H A Dphp_stream_context.h23 int notifycode, int severity,
86 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity,
H A Dstreams.c2243 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity, argument
2247 context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr);
/PHP-7.4/ext/standard/tests/http/
H A Dbug69337.phpt11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
H A Dbug47021.phpt11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c934 const char *severity; in phpdbg_process_print() local
943 severity = "error"; in phpdbg_process_print()
960 severity = "notice"; in phpdbg_process_print()
977 severity = "normal"; in phpdbg_process_print()
988 severity = "normal"; in phpdbg_process_print()
1027 severity = "log"; in phpdbg_process_print()
1050 …g_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"%.*s\" />", tag, severity, xmllen, xml, buf… in phpdbg_process_print()
1054 …xmloutlen = phpdbg_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"\" />", tag, severity, xml… in phpdbg_process_print()
H A Dphpdbg_out.h44 PHPDBG_API int phpdbg_print(int severity, int fd, const char *tag, const char *xmlfmt, const char *…
H A Dxml.md7 severity section
19 - text message output related to the xml data (e.g. &lt;intro severity="normal" help="help" msgout=…
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c850 static void user_space_stream_notifier(php_stream_context *context, int notifycode, int severity, in user_space_stream_notifier() argument
859 ZVAL_LONG(&zvs[1], severity); in user_space_stream_notifier()

Completed in 74 milliseconds