Home
last modified time | relevance | path

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

/PHP-8.1/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 Dundef_var_in_verify_return.phpt6 set_error_handler(function(int $severity, string $message, string $filename, int $lineNumber): void…
7 throw new ErrorException($message, 0, $severity, $filename, $lineNumber);
H A Dbug76534.phpt5 set_error_handler(function ($severity, $message, $file, $line) {
/PHP-8.1/ext/soap/
H A Dphp_soap.h200 #define soap_error0(severity, format) \ argument
201 php_error(severity, "SOAP-ERROR: " format)
203 #define soap_error1(severity, format, param1) \ argument
204 php_error(severity, "SOAP-ERROR: " format, param1)
206 #define soap_error2(severity, format, param1, param2) \ argument
207 php_error(severity, "SOAP-ERROR: " format, param1, param2)
209 #define soap_error3(severity, format, param1, param2, param3) \ argument
210 php_error(severity, "SOAP-ERROR: " format, param1, param2, param3)
/PHP-8.1/ext/pdo_dblib/
H A Dpdo_dblib.c78 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, int line) in pdo_dblib_msg_handler() argument
128 if (severity) { in pdo_dblib_msg_handler()
H A Dphp_pdo_dblib_int.h97 int pdo_dblib_error_handler(DBPROCESS *dbproc, int severity, int dberr,
101 int severity, char *msgtext, char *srvname, char *procname, int line);
107 int severity; member
H A Ddblib_driver.c57 if (msg == NULL && einfo->dberr == 0 && einfo->oserr == 0 && einfo->severity == 0) { in dblib_fetch_error()
62 msg, einfo->dberr, einfo->severity, stmt ? ZSTR_VAL(stmt->active_query_string) : ""); in dblib_fetch_error()
68 add_next_index_long(info, einfo->severity); in dblib_fetch_error()
622 DBLIB_G(err).severity); in pdo_dblib_handle_factory()
/PHP-8.1/ext/standard/tests/mail/
H A Dgh7875.phpt23 function exception_error_handler($severity, $message, $file, $line) {
24 if (!(error_reporting() & $severity)) {
27 throw new ErrorException($message, 0, $severity, $file, $line);
/PHP-8.1/Zend/
H A Dzend_exceptions.stub.php68 protected int $severity = E_ERROR; variable in ErrorException
73 int $severity = E_ERROR, argument
H A Dzend_exceptions.h65 …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 Dzend_exceptions.c355 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local
359 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|SllS!l!O!", &message, &code, &severity, &filename, &l… in ZEND_METHOD()
380 ZVAL_LONG(&tmp, severity); in ZEND_METHOD()
870 …ption(zend_class_entry *exception_ce, zend_string *message, zend_long code, int severity) /* {{{ */ in zend_throw_error_exception() argument
875 ZVAL_LONG(&tmp, severity); in zend_throw_error_exception()
895 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error() argument
953 zend_error_va(severity | E_DONT_BAIL, in zend_exception_error()
963 zend_error(severity, "Uncaught exception %s", ZSTR_VAL(ce_exception->name)); in zend_exception_error()
H A Dzend_exceptions_arginfo.h54 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, severity, IS_LONG, 0, "E_ERROR")
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_children.c210 int severity = ZLOG_NOTICE; in fpm_children_bury() local
227 severity = ZLOG_WARNING; in fpm_children_bury()
252 severity = ZLOG_WARNING; in fpm_children_bury()
279 severity = ZLOG_DEBUG; in fpm_children_bury()
281 …zlog(severity, "[pool %s] child %d exited %s after %ld.%06d seconds from start", wp->config->name,… in fpm_children_bury()
/PHP-8.1/tests/output/
H A Dbug70970.phpt5 function exception_error_handler($severity, $message, $file, $line)
/PHP-8.1/pear/
H A Dfetch.php9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte… argument
/PHP-8.1/main/streams/
H A Dphp_stream_context.h21 int notifycode, int severity,
84 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity,
H A Dstreams.c2203 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity, argument
2207 context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr);
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_out.h35 PHPDBG_API int phpdbg_print(int severity, int fd, const char *strfmt, ...) PHP_ATTRIBUTE_FORMAT(pri…
/PHP-8.1/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-8.1/ext/standard/
H A Dstreamsfuncs.c875 static void user_space_stream_notifier(php_stream_context *context, int notifycode, int severity, in user_space_stream_notifier() argument
884 ZVAL_LONG(&zvs[1], severity); in user_space_stream_notifier()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic33691 # severity code: 1~informational 3~errors
33692 >0x1C ulelong !1 \b, severity 0x%x
H A Dmagic私はガラスを食べられます33691 # severity code: 1~informational 3~errors
33692 >0x1C ulelong !1 \b, severity 0x%x

Completed in 259 milliseconds