Home
last modified time | relevance | path

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

/PHP-7.1/ext/soap/
H A Dphp_soap.h202 #define soap_error0(severity, format) \ argument
203 php_error(severity, "SOAP-ERROR: " format)
205 #define soap_error1(severity, format, param1) \ argument
206 php_error(severity, "SOAP-ERROR: " format, param1)
208 #define soap_error2(severity, format, param1, param2) \ argument
209 php_error(severity, "SOAP-ERROR: " format, param1, param2)
211 #define soap_error3(severity, format, param1, param2, param3) \ argument
212 php_error(severity, "SOAP-ERROR: " format, param1, param2, param3)
/PHP-7.1/ext/pdo_dblib/
H A Dpdo_dblib.c83 int pdo_dblib_error_handler(DBPROCESS *dbproc, int severity, int dberr, in ZEND_GET_MODULE()
96 einfo->severity = severity; in ZEND_GET_MODULE()
129 int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line) in pdo_dblib_msg_handler() argument
133 if (severity) { in pdo_dblib_msg_handler()
H A Dphp_pdo_dblib_int.h92 int pdo_dblib_error_handler(DBPROCESS *dbproc, int severity, int dberr,
96 int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line);
102 int severity; member
H A Ddblib_driver.c61 if (msg == NULL && einfo->dberr == 0 && einfo->oserr == 0 && einfo->severity == 0) { in dblib_fetch_error()
66 msg, einfo->dberr, einfo->severity, stmt ? stmt->active_query_string : ""); in dblib_fetch_error()
72 add_next_index_long(info, einfo->severity); in dblib_fetch_error()
468 DBLIB_G(err).severity); in pdo_dblib_handle_factory()
/PHP-7.1/Zend/
H A Dzend_exceptions.h64 …error_exception(zend_class_entry *exception_ce, const char *message, zend_long code, int severity);
69 ZEND_API ZEND_COLD void zend_exception_error(zend_object *exception, int severity);
H A Dzend_exceptions.c338 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local
343 …D_PARSE_PARAMS_QUIET, argc, "|sllslO!", &message, &message_len, &code, &severity, &filename, &file… in ZEND_METHOD()
374 ZVAL_LONG(&tmp, severity); in ZEND_METHOD()
821 ZEND_ARG_INFO(0, severity)
955 …eption(zend_class_entry *exception_ce, const char *message, zend_long code, int severity) /* {{{ */ in zend_throw_error_exception() argument
960 ZVAL_LONG(&tmp, severity); in zend_throw_error_exception()
987 ZEND_API ZEND_COLD void zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error() argument
1042 zend_error_va(severity, (file && ZSTR_LEN(file) > 0) ? ZSTR_VAL(file) : NULL, line, in zend_exception_error()
1048 zend_error(severity, "Uncaught exception '%s'", ZSTR_VAL(ce_exception->name)); in zend_exception_error()
H A Dzend_API.c252 if (severity == E_WARNING) { in zend_wrong_callback_error()
255 } else if (severity == E_ERROR) { in zend_wrong_callback_error()
708 *severity = E_DEPRECATED; in zend_parse_arg_impl()
717 *severity = E_ERROR; in zend_parse_arg_impl()
752 int severity = 0; in zend_parse_arg() local
773 if (severity != E_DEPRECATED) { in zend_parse_arg()
3115 int severity; in zend_is_callable_check_func() local
3118 severity = E_DEPRECATED; in zend_is_callable_check_func()
3122 severity = E_ERROR; in zend_is_callable_check_func()
3130 if (severity != E_DEPRECATED) { in zend_is_callable_check_func()
[all …]
H A Dzend_API.h707 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(int severity, int num, char *error);
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_children.c185 int severity = ZLOG_NOTICE; in fpm_children_bury() local
202 severity = ZLOG_WARNING; in fpm_children_bury()
223 severity = ZLOG_WARNING; in fpm_children_bury()
250 severity = ZLOG_DEBUG; in fpm_children_bury()
252 …zlog(severity, "[pool %s] child %d exited %s after %ld.%06d seconds from start", child->wp->config… in fpm_children_bury()
/PHP-7.1/tests/output/
H A Dbug70970.phpt5 function exception_error_handler($severity, $message, $file, $line)
/PHP-7.1/Zend/tests/
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.1/main/streams/
H A Dphp_stream_context.h25 int notifycode, int severity,
88 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity,
H A Dstreams.c2172 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity, argument
2176 context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr);
/PHP-7.1/pear/
H A Dfetch.php9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte… argument
/PHP-7.1/ext/standard/tests/http/
H A Dbug69337.phpt12 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.1/sapi/phpdbg/
H A Dphpdbg_out.c955 const char *severity; in phpdbg_process_print() local
964 severity = "error"; in phpdbg_process_print()
981 severity = "notice"; in phpdbg_process_print()
998 severity = "normal"; in phpdbg_process_print()
1009 severity = "normal"; in phpdbg_process_print()
1049 severity = "log"; in phpdbg_process_print()
1071 …g_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"%.*s\" />", tag, severity, xmllen, xml, buf… in phpdbg_process_print()
1075 …xmloutlen = phpdbg_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"\" />", tag, severity, xml… in phpdbg_process_print()
H A Dphpdbg_out.h37 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.1/
H A DUPGRADING.INTERNALS72 The log_message callback in the SAPI struct was extended with the severity
H A DNEWS1515 . Added PHP to SAPI error severity mapping for logs. (Martin Vobruba)
/PHP-7.1/ext/standard/
H A Dstreamsfuncs.c826 static void user_space_stream_notifier(php_stream_context *context, int notifycode, int severity, in user_space_stream_notifier() argument
835 ZVAL_LONG(&zvs[1], severity); in user_space_stream_notifier()

Completed in 67 milliseconds