From 8f54caffdda38d4104871b8f74636db209b4549d Mon Sep 17 00:00:00 2001 From: arshidkv12 Date: Mon, 16 Mar 2026 09:12:55 +0530 Subject: [PATCH] ext/zip: Remove unreachable break after RETURN_STRING --- ext/zip/php_zip.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 7198fe99d31fd..a42200c291fcd 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -1372,12 +1372,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: