Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 15, Position 2 = 17
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
2 jumps found. (Code = 43) Position 1 = 29, Position 2 = 31
Branch analysis from position: 29
1 jumps found. (Code = 42) Position 1 = 32
Branch analysis from position: 32
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 31
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
2 jumps found. (Code = 43) Position 1 = 29, Position 2 = 31
Branch analysis from position: 29
Branch analysis from position: 31
filename: /in/Z90jR
function name: (null)
number of ops: 33
compiled vars: !0 = $created_at, !1 = $sixWeeks
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > NEW $2 'DateTime'
1 SEND_VAL_EX '2014-12-01+16%3A58%3A23'
2 DO_FCALL 0
3 ASSIGN !0, $2
3 4 NEW $5 'DateInterval'
5 SEND_VAL_EX 'P6W'
6 DO_FCALL 0
7 ASSIGN !1, $5
4 8 INIT_METHOD_CALL !0, 'add'
9 SEND_VAR_EX !1
10 DO_FCALL 0 $8
11 NEW $9 'DateTime'
12 DO_FCALL 0
13 IS_SMALLER $8, $9
14 > JMPZ ~11, ->17
5 15 > ECHO 'Six+weeks+has+passed%21%0A'
4 16 > JMP ->18
6 17 > ECHO 'Not+yet%21%0A'
8 18 > NEW $12 'DateTime'
19 SEND_VAL_EX '2014-10-01+16%3A58%3A23'
20 DO_FCALL 0
21 ASSIGN !0, $12
10 22 INIT_METHOD_CALL !0, 'add'
23 SEND_VAR_EX !1
24 DO_FCALL 0 $15
25 NEW $16 'DateTime'
26 DO_FCALL 0
27 IS_SMALLER $15, $16
28 > JMPZ ~18, ->31
11 29 > ECHO 'Six+weeks+has+passed%21%0A'
10 30 > JMP ->32
12 31 > ECHO 'Not+yet%21%0A'
32 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0