/PHP-7.0/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.0/ext/pdo_dblib/ |
H A D | pdo_dblib.c | 89 int pdo_dblib_error_handler(DBPROCESS *dbproc, int severity, int dberr, in ZEND_GET_MODULE() 102 einfo->severity = severity; in ZEND_GET_MODULE() 135 int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line) in pdo_dblib_msg_handler() argument 139 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.0/Zend/ |
H A D | zend_exceptions.h | 63 …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 D | zend_exceptions.c | 325 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local 330 …D_PARSE_PARAMS_QUIET, argc, "|sllslO!", &message, &message_len, &code, &severity, &filename, &file… in ZEND_METHOD() 356 …_update_property_long(zend_ce_error_exception, object, "severity", sizeof("severity")-1, severity); in ZEND_METHOD() 856 ZEND_ARG_INFO(0, severity) 983 …eption(zend_class_entry *exception_ce, const char *message, zend_long code, int severity) /* {{{ */ in zend_throw_error_exception() argument 988 …zend_update_property_long(zend_ce_error_exception, &ex, "severity", sizeof("severity")-1, severity… in zend_throw_error_exception() 1013 ZEND_API ZEND_COLD void zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error() argument 1068 zend_error_va(severity, (file && ZSTR_LEN(file) > 0) ? ZSTR_VAL(file) : NULL, line, in zend_exception_error() 1074 zend_error(severity, "Uncaught exception '%s'", ZSTR_VAL(ce_exception->name)); in zend_exception_error()
|
H A D | zend_API.c | 245 if (severity == E_WARNING) { in zend_wrong_callback_error() 248 } else if (severity == E_ERROR) { in zend_wrong_callback_error() 707 *severity = E_DEPRECATED; in zend_parse_arg_impl() 716 *severity = E_ERROR; in zend_parse_arg_impl() 751 int severity = 0; in zend_parse_arg() local 772 if (severity != E_DEPRECATED) { in zend_parse_arg() 3113 int severity; in zend_is_callable_check_func() local 3116 severity = E_DEPRECATED; in zend_is_callable_check_func() 3120 severity = E_ERROR; in zend_is_callable_check_func() 3128 if (severity != E_DEPRECATED) { in zend_is_callable_check_func() [all …]
|
H A D | zend_API.h | 696 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(int severity, int num, char *error);
|
/PHP-7.0/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.0/tests/output/ |
H A D | bug70970.phpt | 5 function exception_error_handler($severity, $message, $file, $line)
|
/PHP-7.0/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.0/pear/ |
H A D | fetch.php | 9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte… argument
|
/PHP-7.0/Zend/tests/ |
H A D | exception_020.phpt | 11 …parameters for MyErrorException([string $message [, long $code, [ long $severity, [ string $filena…
|
/PHP-7.0/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.0/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.0/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()
|