1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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

This commit is contained in:
Arshid
2026-03-16 13:07:43 +05:30
committed by GitHub
parent 3927630e62
commit 45157d24ea

View File

@@ -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: