Skip to content

Commit

Permalink
Fixed showing the JMP for the 'default' (or error) case in MATCH inst…
Browse files Browse the repository at this point in the history
…ructions
  • Loading branch information
derickr committed Dec 16, 2022
1 parent 850d2d8 commit 298cea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srm_oparray.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static const op_usage opcodes[] = {
# if PHP_VERSION_ID >= 70400
/* 194 */ { "ARRAY_KEY_EXISTS", ALL_USED },
# if PHP_VERSION_ID >= 80000
/* 195 */ { "MATCH", ALL_USED | OP2_JMP_ARRAY },
/* 195 */ { "MATCH", ALL_USED | OP2_JMP_ARRAY | EXT_VAL_JMP_REL },
/* 196 */ { "CASE_STRICT", ALL_USED },
/* 197 */ { "MATCH_ERROR", ALL_USED },
/* 198 */ { "JMP_NULL", ALL_USED },
Expand Down

0 comments on commit 298cea2

Please sign in to comment.