Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 4, Position 2 = 21
Branch analysis from position: 4
2 jumps found. (Code = 78) Position 1 = 5, Position 2 = 21
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
filename: /in/APcne
function name: (null)
number of ops: 30
compiled vars: !0 = $array, !1 = $hours, !2 = $days, !3 = $item, !4 = $hour, !5 = $day
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
16 1 ASSIGN !1, <array>
17 2 ASSIGN !2, <array>
18 3 > FE_RESET_R $9 !0, ->21
4 > > FE_FETCH_R $9, !3, ->21
19 5 > INIT_FCALL 'sscanf'
6 SEND_VAR !3
7 SEND_VAL '%25d-%25d'
8 DO_ICALL $10
9 FETCH_LIST_R $11 $10, 0
10 ASSIGN !4, $11
11 FETCH_LIST_R $13 $10, 1
12 ASSIGN !5, $13
13 FETCH_LIST_R $15 $10, 0
14 ASSIGN_DIM !1, !4
15 OP_DATA $15
16 FETCH_LIST_R $17 $10, 1
17 ASSIGN_DIM !2, !5
18 OP_DATA $17
19 FREE $10
18 20 > JMP ->4
21 > FE_FREE $9
21 22 INIT_FCALL 'var_export'
23 SEND_VAR !1
24 DO_ICALL
22 25 ECHO '%0A--%0A'
23 26 INIT_FCALL 'var_export'
27 SEND_VAR !2
28 DO_ICALL
29 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0