Skip to content

Commit 45157d2

Browse files
authored
ext/zip: Remove unreachable break after RETURN_STRING (php#21458)
1 parent 3927630 commit 45157d2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ext/zip/php_zip.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,12 +1416,10 @@ static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{
14161416
RETURN_STRING("imploded");
14171417
case 7:
14181418
RETURN_STRING("tokenized");
1419-
break;
14201419
case 8:
14211420
RETURN_STRING("deflated");
14221421
case 9:
14231422
RETURN_STRING("deflatedX");
1424-
break;
14251423
case 10:
14261424
RETURN_STRING("implodedX");
14271425
default:

0 commit comments

Comments
 (0)