Commit 45157d24ea0 for php.net

commit 45157d24ea06cec3490c4a3fc834c996c1a96043
Author: Arshid <arshidkv12@gmail.com>
Date:   Mon Mar 16 13:07:43 2026 +0530

    ext/zip: Remove unreachable break after RETURN_STRING (#21458)

diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c
index c6f516e3a26..04c3d671537 100644
--- a/ext/zip/php_zip.c
+++ b/ext/zip/php_zip.c
@@ -1416,12 +1416,10 @@ static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{
 					RETURN_STRING("imploded");
 				case 7:
 					RETURN_STRING("tokenized");
-					break;
 				case 8:
 					RETURN_STRING("deflated");
 				case 9:
 					RETURN_STRING("deflatedX");
-					break;
 				case 10:
 					RETURN_STRING("implodedX");
 				default: