Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 5
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 5
Branch analysis from position: 13
Branch analysis from position: 5
filename: /in/hkFhf
function name: (null)
number of ops: 15
compiled vars: !0 = $a, !1 = $b, !2 = $sumProduct, !3 = $i
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
4 1 ASSIGN !1, <array>
6 2 ASSIGN !2, 0
8 3 ASSIGN !3, 0
4 > JMP ->10
9 5 > FETCH_DIM_R ~8 !0, !3
6 FETCH_DIM_R ~9 !1, !3
7 MUL ~10 ~8, ~9
8 ASSIGN_OP 1 !2, ~10
8 9 PRE_INC !3
10 > COUNT ~13 !0
11 IS_SMALLER !3, ~13
12 > JMPNZ ~14, ->5
12 13 > ECHO !2
13 14 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0