/PHP-8.3/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.3/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.3/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() 622 DBLIB_G(err).severity); in pdo_dblib_handle_factory()
|
/PHP-8.3/Zend/tests/in-de-crement/ |
H A D | incdec_strings_exception.phpt | 6 set_error_handler(function($severity, $m) { 7 if ($severity == E_DEPRECATED) { 10 if ($severity == E_WARNING) { 13 throw new Exception($m, $severity);
|
H A D | overloaded_access.phpt | 5 set_error_handler(function($severity, $m) { 7 throw new Exception($m, $severity);
|
H A D | incdec_bool_exception.phpt | 6 set_error_handler(function($severity, $m) { 7 throw new Exception($m, $severity);
|
/PHP-8.3/ext/ffi/tests/ |
H A D | deprecations.phpt | 12 set_error_handler(function ($severity, $message, $file, $line) { 26 set_error_handler(function ($severity, $message, $file, $line) { 37 set_error_handler(function ($severity, $message, $file, $line) {
|
/PHP-8.3/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.3/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);
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_children.c | 229 int severity = ZLOG_NOTICE; in fpm_children_bury() local 246 severity = ZLOG_WARNING; in fpm_children_bury() 271 severity = ZLOG_WARNING; in fpm_children_bury() 298 severity = ZLOG_DEBUG; in fpm_children_bury() 300 …zlog(severity, "[pool %s] child %d exited %s after %ld.%06d seconds from start", wp->config->name,… in fpm_children_bury()
|
/PHP-8.3/tests/output/ |
H A D | bug70970.phpt | 5 function exception_error_handler($severity, $message, $file, $line)
|
/PHP-8.3/pear/ |
H A D | fetch.php | 9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte… argument
|
/PHP-8.3/ext/standard/tests/http/ |
H A D | gh8641.phpt | 11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
|
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…
|
/PHP-8.3/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,
|
/PHP-8.3/ext/dba/tests/ |
H A D | dba_fetch_legacy_signature.phpt | 20 set_error_handler(function ($severity, $message, $file, $line) {
|
/PHP-8.3/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…
|