/PHP-8.2/Zend/tests/ |
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 | 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 | 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.2/ext/soap/ |
H A D | php_soap.h | 200 #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.2/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, int 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, int 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 ? ZSTR_VAL(stmt->active_query_string) : ""); in dblib_fetch_error() 68 add_next_index_long(info, einfo->severity); in dblib_fetch_error() 628 DBLIB_G(err).severity); in pdo_dblib_handle_factory()
|
/PHP-8.2/ext/standard/tests/mail/ |
H A D | gh7875.phpt | 23 function exception_error_handler($severity, $message, $file, $line) { 24 if (!(error_reporting() & $severity)) { 27 throw new ErrorException($message, 0, $severity, $file, $line);
|
/PHP-8.2/Zend/ |
H A D | zend_exceptions.stub.php | 70 protected int $severity = E_ERROR; variable in ErrorException 75 int $severity = E_ERROR, argument
|
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.c | 363 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local 367 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|SllS!l!O!", &message, &code, &severity, &filename, &l… in ZEND_METHOD() 388 ZVAL_LONG(&tmp, severity); in ZEND_METHOD() 876 …ption(zend_class_entry *exception_ce, zend_string *message, zend_long code, int severity) /* {{{ */ in zend_throw_error_exception() argument 881 ZVAL_LONG(&tmp, severity); in zend_throw_error_exception() 901 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error() argument 960 zend_error_va(severity | E_DONT_BAIL, in zend_exception_error() 970 zend_error(severity, "Uncaught exception %s", ZSTR_VAL(ce_exception->name)); in zend_exception_error()
|
H A D | zend_exceptions_arginfo.h | 54 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, severity, IS_LONG, 0, "E_ERROR")
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_children.c | 210 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.2/tests/output/ |
H A D | bug70970.phpt | 5 function exception_error_handler($severity, $message, $file, $line)
|
/PHP-8.2/pear/ |
H A D | fetch.php | 9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte… argument
|
/PHP-8.2/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 | 2323 …PAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity, argument 2327 context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr);
|
/PHP-8.2/ext/standard/tests/http/ |
H A D | gh15034.phpt | 25 int $severity,
|
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.2/sapi/phpdbg/ |
H A D | phpdbg_out.h | 35 PHPDBG_API int phpdbg_print(int severity, int fd, const char *strfmt, ...) PHP_ATTRIBUTE_FORMAT(pri…
|
/PHP-8.2/ext/standard/ |
H A D | streamsfuncs.c | 879 static void user_space_stream_notifier(php_stream_context *context, int notifycode, int severity, in user_space_stream_notifier() argument 888 ZVAL_LONG(&zvs[1], severity); in user_space_stream_notifier()
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 33691 # severity code: 1~informational 3~errors 33692 >0x1C ulelong !1 \b, severity 0x%x
|