Add php8.3 support (#926)

Fixes #925
This commit is contained in:
Simon Wisselink
2024-01-23 10:39:00 +01:00
committed by GitHub
parent 08c90664f0
commit aab7f3db71
6 changed files with 24 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ class ErrorHandler
}
if ($this->allowUndefinedArrayKeys && preg_match(
'/^(Undefined index|Undefined array key|Trying to access array offset on value of type)/',
'/^(Undefined index|Undefined array key|Trying to access array offset on)/',
$errstr
)) {
return; // suppresses this error