Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 2, Position 2 = 18
Branch analysis from position: 2
1 jumps found. (Code = 42) Position 1 = 20
Branch analysis from position: 20
2 jumps found. (Code = 77) Position 1 = 21, Position 2 = 35
Branch analysis from position: 21
2 jumps found. (Code = 78) Position 1 = 22, Position 2 = 35
Branch analysis from position: 22
2 jumps found. (Code = 77) Position 1 = 23, Position 2 = 33
Branch analysis from position: 23
2 jumps found. (Code = 78) Position 1 = 24, Position 2 = 33
Branch analysis from position: 24
2 jumps found. (Code = 43) Position 1 = 27, Position 2 = 29
Branch analysis from position: 27
1 jumps found. (Code = 42) Position 1 = 32
Branch analysis from position: 32
1 jumps found. (Code = 42) Position 1 = 23
Branch analysis from position: 23
Branch analysis from position: 29
2 jumps found. (Code = 43) Position 1 = 31, Position 2 = 32
Branch analysis from position: 31
1 jumps found. (Code = 42) Position 1 = 23
Branch analysis from position: 23
Branch analysis from position: 32
Branch analysis from position: 33
1 jumps found. (Code = 42) Position 1 = 21
Branch analysis from position: 21
Branch analysis from position: 33
Branch analysis from position: 35
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 35
Branch analysis from position: 18
2 jumps found. (Code = 77) Position 1 = 21, Position 2 = 35
Branch analysis from position: 21
Branch analysis from position: 35
filename: /in/bKB54
function name: (null)
number of ops: 42
compiled vars: !0 = $array, !1 = $firstKeys, !2 = $minYear, !3 = $maxYear, !4 = $row, !5 = $value, !6 = $year
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
9 1 > JMPZ !0, ->18
10 2 > INIT_FCALL 'array_keys'
3 INIT_FCALL 'array_shift'
4 SEND_REF !0
5 DO_ICALL $8
6 SEND_VAR $8
7 DO_ICALL $9
8 ASSIGN !1, $9
11 9 INIT_FCALL 'min'
10 SEND_VAR !1
11 DO_ICALL $11
12 ASSIGN !2, $11
12 13 INIT_FCALL 'max'
14 SEND_VAR !1
15 DO_ICALL $13
16 ASSIGN !3, $13
9 17 > JMP ->20
14 18 > ASSIGN !2, null
15 19 ASSIGN !3, null
17 20 > > FE_RESET_R $17 !0, ->35
21 > > FE_FETCH_R $17, !4, ->35
18 22 > > FE_RESET_R $18 !4, ->33
23 > > FE_FETCH_R ~19 $18, !5, ->33
24 > ASSIGN !6, ~19
19 25 IS_SMALLER !3, !6
26 > JMPZ ~21, ->29
20 27 > ASSIGN !3, !6
19 28 > JMP ->32
21 29 > IS_SMALLER !6, !2
30 > JMPZ ~23, ->32
22 31 > ASSIGN !2, !6
18 32 > > JMP ->23
33 > FE_FREE $18
17 34 > JMP ->21
35 > FE_FREE $17
26 36 ROPE_INIT 4 ~26 'MinYear+%3D+'
37 ROPE_ADD 1 ~26 ~26, !2
38 ROPE_ADD 2 ~26 ~26, '%2C+MaxYear+%3D+'
39 ROPE_END 3 ~25 ~26, !3
40 ECHO ~25
41 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0