We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594287a commit 826a745Copy full SHA for 826a745
Zend/zend_opcode.c
@@ -682,7 +682,8 @@ static void emit_live_range(
682
/* Trivial live-range, no need to store it. */
683
return;
684
}
685
- /* break missing intentionally */
+ }
686
+ /* explicit fallthrough */
687
default:
688
start++;
689
kind = ZEND_LIVE_TMPVAR;
@@ -693,7 +694,6 @@ static void emit_live_range(
693
694
695
696
break;
- }
697
case ZEND_COPY_TMP:
698
{
699
/* COPY_TMP has a split live-range: One from the definition until the use in
0 commit comments