Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 14, Position 2 = 16
Branch analysis from position: 14
2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 18
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
Branch analysis from position: 16
filename: /in/XK5KR
function name: (null)
number of ops: 24
compiled vars: !0 = $date, !1 = $start, !2 = $end
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > NEW $3 'DateTime'
1 SEND_VAL_EX '2019-11-18+12%3A49'
2 DO_FCALL 0
3 ASSIGN !0, $3
5 4 NEW $6 'DateTime'
5 SEND_VAL_EX '2019-11-18+09%3A00'
6 DO_FCALL 0
7 ASSIGN !1, $6
6 8 NEW $9 'DateTime'
9 SEND_VAL_EX '2019-11-18+17%3A00'
10 DO_FCALL 0
11 ASSIGN !2, $9
8 12 IS_SMALLER ~12 !1, !0
13 > JMPZ_EX ~12 ~12, ->16
14 > IS_SMALLER ~13 !0, !2
15 BOOL ~12 ~13
16 > > JMPZ ~12, ->18
9 17 > ECHO 'In+the+zone%21'
12 18 > ECHO '%0A'
14 19 INIT_METHOD_CALL !0, 'format'
20 SEND_VAL_EX 'l'
21 DO_FCALL 0 $14
22 ECHO $14
23 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0