Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 18, Position 2 = 25
Branch analysis from position: 18
2 jumps found. (Code = 78) Position 1 = 19, Position 2 = 25
Branch analysis from position: 19
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
filename: /in/cCTHb
function name: (null)
number of ops: 35
compiled vars: !0 = $start_time, !1 = $close_time, !2 = $periods, !3 = $period, !4 = $times
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > NEW $5 'DateTime'
1 SEND_VAL_EX '09%3A00'
2 DO_FCALL 0
3 ASSIGN !0, $5
3 4 NEW $8 'DateTime'
5 SEND_VAL_EX '21%3A00'
6 DO_FCALL 0
7 ASSIGN !1, $8
4 8 NEW $11 'DatePeriod'
9 SEND_VAR_EX !0
10 NEW $12 'DateInterval'
11 SEND_VAL_EX 'PT30M'
12 DO_FCALL 0
13 SEND_VAR_NO_REF_EX $12
14 SEND_VAR_EX !1
15 DO_FCALL 0
16 ASSIGN !2, $11
5 17 > FE_RESET_R $16 !2, ->25
18 > > FE_FETCH_R $16, !3, ->25
6 19 > INIT_METHOD_CALL !3, 'format'
20 SEND_VAL_EX 'H%3Ai'
21 DO_FCALL 0 $18
22 ASSIGN_DIM !4
23 OP_DATA $18
5 24 > JMP ->18
25 > FE_FREE $16
9 26 INIT_METHOD_CALL !1, 'format'
27 SEND_VAL_EX 'H%3Ai'
28 DO_FCALL 0 $20
29 ASSIGN_DIM !4
30 OP_DATA $20
10 31 INIT_FCALL 'print_r'
32 SEND_VAR !4
33 DO_ICALL
34 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0