Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 20, Position 2 = 22
Branch analysis from position: 20
1 jumps found. (Code = 42) Position 1 = 23
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/venDG
function name: (null)
number of ops: 25
compiled vars: !0 = $req, !1 = $time, !2 = $monthToCheck
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, '2020-01-01'
3 1 INIT_FCALL 'strtotime'
2 SEND_VAR !0
3 DO_ICALL $4
4 ASSIGN !1, $4
4 5 INIT_FCALL 'strtotime'
6 INIT_FCALL 'date'
7 SEND_VAL 'Y-m-01'
8 DO_ICALL $6
9 SEND_VAR $6
10 DO_ICALL $7
11 ASSIGN !2, $7
6 12 INIT_FCALL 'var_dump'
13 SEND_VAR !1
14 DO_ICALL
7 15 INIT_FCALL 'var_dump'
16 SEND_VAR !2
17 DO_ICALL
9 18 IS_SMALLER !2, !1
19 > JMPZ ~11, ->22
20 > QM_ASSIGN ~12 1
21 > JMP ->23
22 > QM_ASSIGN ~12 2
23 > ECHO ~12
10 24 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0