Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 28
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 28
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 23, Position 2 = 27
Branch analysis from position: 23
2 jumps found. (Code = 43) Position 1 = 26, Position 2 = 27
Branch analysis from position: 26
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 27
Branch analysis from position: 27
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 28
filename: /in/S8Den
function name: (null)
number of ops: 30
compiled vars: !0 = $array, !1 = $i, !2 = $values, !3 = $key, !4 = $max, !5 = $keys
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
5 1 ASSIGN !1, 1
6 2 > FE_RESET_R $8 !0, ->28
3 > > FE_FETCH_R ~9 $8, !2, ->28
4 > ASSIGN !3, ~9
8 5 INIT_FCALL 'max'
6 SEND_VAR !0
7 DO_ICALL $11
8 ASSIGN !4, $11
9 9 CONCAT ~13 '%0A', !4
10 CONCAT ~14 ~13, '+rank+is+'
11 CONCAT ~15 ~14, !1
12 CONCAT ~16 ~15, '%0A'
13 ECHO ~16
10 14 INIT_FCALL 'array_search'
15 SEND_VAR !4
16 SEND_VAR !0
17 DO_ICALL $17
18 ASSIGN !5, $17
11 19 UNSET_DIM !0, !5
12 20 COUNT ~19 !0
21 IS_SMALLER 0, ~19
22 > JMPZ ~20, ->27
13 23 > FRAMELESS_ICALL_2 in_array ~21 !4, !0
24 BOOL_NOT ~22 ~21
25 > JMPZ ~22, ->27
14 26 > PRE_INC !1
6 27 > > JMP ->3
28 > FE_FREE $8
16 29 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0