/PHP-8.0/ext/soap/ |
H A D | php_soap.h | 199 #define soap_error0(severity, format) \ argument 200 php_error(severity, "SOAP-ERROR: " format) 202 #define soap_error1(severity, format, param1) \ argument 203 php_error(severity, "SOAP-ERROR: " format, param1) 205 #define soap_error2(severity, format, param1, param2) \ argument 206 php_error(severity, "SOAP-ERROR: " format, param1, param2) 208 #define soap_error3(severity, format, param1, param2, param3) \ argument 209 php_error(severity, "SOAP-ERROR: " format, param1, param2, param3)
|
/PHP-8.0/Zend/tests/ |
H A D | bug80781.phpt | 6 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 D | ErrorException_getSeverity.phpt | 866 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 D | bug80972.phpt | 6 function exceptions_error_handler($severity, $message, $filename, $lineno) { 7 if (error_reporting() & $severity) { 8 throw new ErrorException($message, 0, $severity, $filename, $lineno);
|
H A D | undef_var_in_verify_return.phpt | 6 set_error_handler(function(int $severity, string $message, string $filename, int $lineNumber): void… 7 throw new ErrorException($message, 0, $severity, $filename, $lineNumber);
|
H A D | bug76534.phpt | 5 set_error_handler(function ($severity, $message, $file, $line) {
|
/PHP-8.0/ext/pdo_dblib/ |
H A D | pdo_dblib.c | 78 int pdo_dblib_error_handler(DBPROCESS *dbproc, int severity, int dberr, in ZEND_GET_MODULE() 91 einfo->severity = severity; in ZEND_GET_MODULE() 124 int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line) in pdo_dblib_msg_handler() argument 128 if (severity) { in pdo_dblib_msg_handler()
|
H A D | php_pdo_dblib_int.h | 97 int pdo_dblib_error_handler(DBPROCESS *dbproc, int severity, int dberr, 101 int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line); 107 int severity; member
|
H A D | dblib_driver.c | 57 if (msg == NULL && einfo->dberr == 0 && einfo->oserr == 0 && einfo->severity == 0) { in dblib_fetch_error() 62 msg, einfo->dberr, einfo->severity, stmt ? stmt->active_query_string : ""); in dblib_fetch_error() 68 add_next_index_long(info, einfo->severity); in dblib_fetch_error() 603 DBLIB_G(err).severity); in pdo_dblib_handle_factory()
|
/PHP-8.0/ext/standard/tests/mail/ |
H A D | gh7875.phpt | 15 function exception_error_handler($severity, $message, $file, $line) { 16 if (!(error_reporting() & $severity)) { 19 throw new ErrorException($message, 0, $severity, $file, $line);
|
/PHP-8.0/Zend/ |
H A D | zend_exceptions.h | 65 …rror_exception(zend_class_entry *exception_ce, zend_string *message, zend_long code, int severity); 70 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *exception, int severity);
|
H A D | zend_exceptions.stub.php | 52 …public function __construct(string $message = "", int $code = 0, int $severity = E_ERROR, ?string … argument
|
H A D | zend_exceptions.c | 348 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local 352 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|SllS!l!O!", &message, &code, &severity, &filename, &l… in ZEND_METHOD() 373 ZVAL_LONG(&tmp, severity); in ZEND_METHOD() 899 …ption(zend_class_entry *exception_ce, zend_string *message, zend_long code, int severity) /* {{{ */ in zend_throw_error_exception() argument 903 ZVAL_LONG(&tmp, severity); in zend_throw_error_exception() 922 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error() argument 980 zend_error_va(severity | E_DONT_BAIL, in zend_exception_error() 990 zend_error(severity, "Uncaught exception %s", ZSTR_VAL(ce_exception->name)); in zend_exception_error()
|
H A D | zend_exceptions_arginfo.h | 53 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, severity, IS_LONG, 0, "E_ERROR")
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_children.c | 187 int severity = ZLOG_NOTICE; in fpm_children_bury() local 204 severity = ZLOG_WARNING; in fpm_children_bury() 229 severity = ZLOG_WARNING; in fpm_children_bury() 256 severity = ZLOG_DEBUG; in fpm_children_bury() 258 …zlog(severity, "[pool %s] child %d exited %s after %ld.%06d seconds from start", wp->config->name,… in fpm_children_bury()
|
/PHP-8.0/tests/output/ |
H A D | bug70970.phpt | 5 function exception_error_handler($severity, $message, $file, $line)
|
/PHP-8.0/pear/ |
H A D | fetch.php | 9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte… argument
|
/PHP-8.0/main/streams/ |
H A D | php_stream_context.h | 21 int notifycode, int severity, 84 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity,
|
H A D | streams.c | 2216 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity, argument 2220 context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr);
|
/PHP-8.0/ext/standard/tests/http/ |
H A D | bug69337.phpt | 11 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-8.0/sapi/phpdbg/ |
H A D | phpdbg_out.c | 932 const char *severity; in phpdbg_process_print() local 941 severity = "error"; in phpdbg_process_print() 958 severity = "notice"; in phpdbg_process_print() 975 severity = "normal"; in phpdbg_process_print() 986 severity = "normal"; in phpdbg_process_print() 1025 severity = "log"; in phpdbg_process_print() 1048 …g_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"%.*s\" />", tag, severity, xmllen, xml, buf… in phpdbg_process_print() 1052 …xmloutlen = phpdbg_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"\" />", tag, severity, xml… in phpdbg_process_print()
|
H A D | phpdbg_out.h | 42 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-8.0/ext/standard/ |
H A D | streamsfuncs.c | 856 static void user_space_stream_notifier(php_stream_context *context, int notifycode, int severity, in user_space_stream_notifier() argument 865 ZVAL_LONG(&zvs[1], severity); in user_space_stream_notifier()
|