Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 12, Position 2 = 47
Branch analysis from position: 12
2 jumps found. (Code = 78) Position 1 = 13, Position 2 = 47
Branch analysis from position: 13
2 jumps found. (Code = 43) Position 1 = 23, Position 2 = 25
Branch analysis from position: 23
1 jumps found. (Code = 42) Position 1 = 29
Branch analysis from position: 29
2 jumps found. (Code = 77) Position 1 = 31, Position 2 = 44
Branch analysis from position: 31
2 jumps found. (Code = 78) Position 1 = 32, Position 2 = 44
Branch analysis from position: 32
1 jumps found. (Code = 42) Position 1 = 31
Branch analysis from position: 31
Branch analysis from position: 44
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
Branch analysis from position: 44
Branch analysis from position: 25
2 jumps found. (Code = 77) Position 1 = 31, Position 2 = 44
Branch analysis from position: 31
Branch analysis from position: 44
Branch analysis from position: 47
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 47
filename: /in/6mcAW
function name: (null)
number of ops: 49
compiled vars: !0 = $max, !1 = $cols, !2 = $arr, !3 = $row, !4 = $key, !5 = $value
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 13
4 1 ASSIGN !1, 4
5 2 INIT_FCALL 'array_chunk'
3 INIT_FCALL 'range'
4 SEND_VAL 1
5 SEND_VAR !0
6 DO_ICALL $8
7 SEND_VAR $8
8 SEND_VAR !1
9 DO_ICALL $9
10 ASSIGN !2, $9
8 11 > FE_RESET_R $11 !2, ->47
12 > > FE_FETCH_R ~12 $11, !3, ->47
13 > ASSIGN !4, ~12
11 14 INIT_FCALL 'array_pad'
15 SEND_VAR !3
16 SEND_VAR !1
17 SEND_VAL '+'
18 DO_ICALL $14
19 ASSIGN !3, $14
14 20 MOD ~16 !4, 2
21 IS_IDENTICAL ~16, 0
22 > JMPZ ~17, ->25
23 > QM_ASSIGN ~18 !3
24 > JMP ->29
25 > INIT_FCALL 'array_reverse'
26 SEND_VAR !3
27 DO_ICALL $19
28 QM_ASSIGN ~18 $19
29 > ASSIGN !3, ~18
17 30 > FE_RESET_R $21 !3, ->44
31 > > FE_FETCH_R $21, !5, ->44
18 32 > INIT_FCALL 'str_pad'
33 SEND_VAR !5
34 STRLEN ~22 !0
35 SEND_VAL ~22
36 SEND_VAL '+'
37 SEND_VAL 0
38 DO_ICALL $23
39 ASSIGN !5, $23
19 40 NOP
41 FAST_CONCAT ~25 !5, '+'
42 ECHO ~25
17 43 > JMP ->31
44 > FE_FREE $21
21 45 ECHO '%0A'
8 46 > JMP ->12
47 > FE_FREE $11
22 48 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0