From 289a108b7d1f2d618c6f071aa13dda6d065e2d24 Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Fri, 20 Sep 2024 00:18:49 +0000 Subject: [PATCH] Update stubs --- stubs/ext/zip/ZipArchive.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/stubs/ext/zip/ZipArchive.php b/stubs/ext/zip/ZipArchive.php index 78a68e6..2132a18 100644 --- a/stubs/ext/zip/ZipArchive.php +++ b/stubs/ext/zip/ZipArchive.php @@ -1602,6 +1602,14 @@ public static function isEncryptionMethodSupported(int $method, bool $enc = true #[\Since('8.3')] public const int ER_NOT_ALLOWED = UNKNOWN; #endif + #ifdef ZIP_ER_TRUNCATED_ZIP + /** + * Possibly truncated or corrupted zip archive + * @cvalue ZIP_ER_TRUNCATED_ZIP + */ + #[\Since('8.4')] + public const int ER_TRUNCATED_ZIP = UNKNOWN; + #endif #ifdef ZIP_AFL_RDONLY /** * read only -- cannot be cleared