Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 32
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 32
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 32
2 jumps found. (Code = 77) Position 1 = 70, Position 2 = 94
Branch analysis from position: 70
2 jumps found. (Code = 78) Position 1 = 71, Position 2 = 94
Branch analysis from position: 71
2 jumps found. (Code = 77) Position 1 = 76, Position 2 = 92
Branch analysis from position: 76
2 jumps found. (Code = 78) Position 1 = 77, Position 2 = 92
Branch analysis from position: 77
1 jumps found. (Code = 42) Position 1 = 76
Branch analysis from position: 76
Branch analysis from position: 92
1 jumps found. (Code = 42) Position 1 = 70
Branch analysis from position: 70
Branch analysis from position: 92
Branch analysis from position: 94
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 94
Branch analysis from position: 32
filename: /in/qQkKC
function name: (null)
number of ops: 96
compiled vars: !0 = $resultSet, !1 = $columnWidth, !2 = $date, !3 = $role, !4 = $name, !5 = $nested, !6 = $dates, !7 = $roles, !8 = $totalColumns, !9 = $paddedRole, !10 = $roleGroup
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
4 0 E > ASSIGN !0, <array>
16 1 ASSIGN !1, 20
18 2 > FE_RESET_R $13 !0, ->32
3 > > FE_FETCH_R $13, $14, ->32
4 > FETCH_LIST_R $15 $14, 'date'
5 ASSIGN !2, $15
6 FETCH_LIST_R $17 $14, 'role'
7 ASSIGN !3, $17
8 FETCH_LIST_R $19 $14, 'name'
9 ASSIGN !4, $19
10 FREE $14
19 11 FETCH_DIM_W $21 !5, !2
12 FETCH_DIM_W $22 $21, !3
13 ASSIGN_DIM $22
14 OP_DATA !4
20 15 INIT_FCALL 'str_pad'
16 SEND_VAR !2
17 SEND_VAR !1
18 SEND_VAL '+'
19 SEND_VAL 2
20 DO_ICALL $25
21 ASSIGN_DIM !6, !2
22 OP_DATA $25
21 23 INIT_FCALL 'str_pad'
24 SEND_VAR !3
25 SEND_VAR !1
26 SEND_VAL '+'
27 SEND_VAL 2
28 DO_ICALL $27
29 ASSIGN_DIM !7, !3
30 OP_DATA $27
18 31 > JMP ->3
32 > FE_FREE $13
23 33 COUNT ~28 !6
34 ADD ~29 ~28, 1
35 ASSIGN !8, ~29
26 36 INIT_FCALL 'printf'
27 37 INIT_FCALL 'array_fill'
38 SEND_VAL 0
39 SEND_VAR !8
40 SEND_VAL '%25s'
41 DO_ICALL $31
42 FRAMELESS_ICALL_2 implode ~32 '%7C', $31
43 CONCAT ~33 ~32, '%0A'
44 SEND_VAL ~33
28 45 INIT_FCALL 'str_pad'
46 SEND_VAL 'Roles'
47 SEND_VAR !1
48 SEND_VAL '+'
49 SEND_VAL 2
50 DO_ICALL $34
51 SEND_VAR $34
29 52 INIT_FCALL 'array_values'
53 SEND_VAR !6
54 DO_ICALL $35
55 SEND_UNPACK $35
56 CHECK_UNDEF_ARGS
26 57 DO_ICALL
33 58 INIT_FCALL 'array_fill'
59 SEND_VAL 0
60 SEND_VAR !8
61 INIT_FCALL 'str_repeat'
62 SEND_VAL '%3D'
63 SEND_VAR !1
64 DO_ICALL $37
65 SEND_VAR $37
66 DO_ICALL $38
67 FRAMELESS_ICALL_2 implode ~39 '%7C', $38
68 ECHO ~39
36 69 > FE_RESET_R $40 !7, ->94
70 > > FE_FETCH_R ~41 $40, !9, ->94
71 > ASSIGN !3, ~41
37 72 NOP
73 FAST_CONCAT ~43 '%0A', !9
74 ECHO ~43
38 75 > FE_RESET_R $44 !5, ->92
76 > > FE_FETCH_R ~45 $44, !10, ->92
77 > ASSIGN !2, ~45
39 78 INIT_FCALL 'str_pad'
79 FETCH_DIM_IS ~47 !5, !2
80 FETCH_DIM_IS ~48 ~47, !3
81 COALESCE ~49 ~48
82 QM_ASSIGN ~49 <array>
83 FRAMELESS_ICALL_2 implode ~50 '%2C+', ~49
84 SEND_VAL ~50
85 SEND_VAR !1
86 SEND_VAL '+'
87 SEND_VAL 2
88 DO_ICALL $51
89 CONCAT ~52 '%7C', $51
90 ECHO ~52
38 91 > JMP ->76
92 > FE_FREE $44
36 93 > JMP ->70
94 > FE_FREE $40
41 95 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0