/PHP-7.1/ext/soap/ |
H A D | php_soap.h | 202 #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 D | pdo_dblib.c | 83 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 D | php_pdo_dblib_int.h | 92 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 D | dblib_driver.c | 61 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 D | zend_exceptions.h | 64 …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 D | zend_exceptions.c | 338 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 D | zend_API.c | 252 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 D | zend_API.h | 707 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 D | fpm_children.c | 185 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 D | bug70970.phpt | 5 function exception_error_handler($severity, $message, $file, $line)
|
/PHP-7.1/Zend/tests/ |
H A D | bug76534.phpt | 5 set_error_handler(function ($severity, $message, $file, $line) {
|
H A D | exception_020.phpt | 11 …parameters for MyErrorException([string $message [, long $code, [ long $severity, [ string $filena…
|
/PHP-7.1/main/streams/ |
H A D | php_stream_context.h | 25 int notifycode, int severity, 88 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity,
|
H A D | streams.c | 2172 …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 D | fetch.php | 9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte… argument
|
/PHP-7.1/ext/standard/tests/http/ |
H A D | bug69337.phpt | 12 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
|
H A D | bug47021.phpt | 11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_out.c | 955 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 D | phpdbg_out.h | 37 PHPDBG_API int phpdbg_print(int severity, int fd, const char *tag, const char *xmlfmt, const char *…
|
H A D | xml.md | 7 severity section 19 - text message output related to the xml data (e.g. <intro severity="normal" help="help" msgout=…
|
/PHP-7.1/ |
H A D | UPGRADING.INTERNALS | 72 The log_message callback in the SAPI struct was extended with the severity
|
H A D | NEWS | 1515 . Added PHP to SAPI error severity mapping for logs. (Martin Vobruba)
|
/PHP-7.1/ext/standard/ |
H A D | streamsfuncs.c | 826 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()
|