Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 26, Position 2 = 33
Branch analysis from position: 26
2 jumps found. (Code = 78) Position 1 = 27, Position 2 = 33
Branch analysis from position: 27
1 jumps found. (Code = 42) Position 1 = 26
Branch analysis from position: 26
Branch analysis from position: 33
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 33
filename: /in/K9n6E
function name: (null)
number of ops: 35
compiled vars: !0 = $minutes, !1 = $start, !2 = $end, !3 = $startDate, !4 = $endDate, !5 = $interval, !6 = $dateRange, !7 = $date
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 15
4 1 ASSIGN !1, '07%3A00'
5 2 ASSIGN !2, '14%3A00'
6 3 INIT_STATIC_METHOD_CALL 'DateTime', 'createFromFormat'
4 SEND_VAL 'H%3Ai'
5 SEND_VAR !1
6 DO_FCALL 0 $11
7 ASSIGN !3, $11
7 8 INIT_STATIC_METHOD_CALL 'DateTime', 'createFromFormat'
9 SEND_VAL 'H%3Ai'
10 SEND_VAR !2
11 DO_FCALL 0 $13
12 ASSIGN !4, $13
8 13 NEW $15 'DateInterval'
14 CONCAT ~16 'PT', !0
15 CONCAT ~17 ~16, 'M'
16 SEND_VAL_EX ~17
17 DO_FCALL 0
18 ASSIGN !5, $15
9 19 NEW $20 'DatePeriod'
20 SEND_VAR_EX !3
21 SEND_VAR_EX !5
22 SEND_VAR_EX !4
23 DO_FCALL 0
24 ASSIGN !6, $20
10 25 > FE_RESET_R $23 !6, ->33
26 > > FE_FETCH_R $23, !7, ->33
11 27 > INIT_METHOD_CALL !7, 'format'
28 SEND_VAL_EX 'H%3Ai'
29 DO_FCALL 0 $24
30 CONCAT ~25 $24, '%0A'
31 ECHO ~25
10 32 > JMP ->26
33 > FE_FREE $23
12 34 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0