Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
2 jumps found. (Code = 44) Position 1 = 24, Position 2 = 11
Branch analysis from position: 24
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 24, Position 2 = 11
Branch analysis from position: 24
Branch analysis from position: 11
filename: /in/XElHB
function name: (null)
number of ops: 25
compiled vars: !0 = $todaysmonth, !1 = $i, !2 = $dateObj, !3 = $monthName
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > INIT_FCALL 'date'
1 SEND_VAL 'n'
2 INIT_FCALL 'strtotime'
3 SEND_VAL '15+June+2016'
4 DO_ICALL $4
5 SEND_VAR $4
6 DO_ICALL $5
7 ASSIGN ~6 !0, $5
8 ECHO ~6
3 9 ASSIGN !1, !0
10 > JMP ->22
4 11 > INIT_STATIC_METHOD_CALL 'DateTime', 'createFromFormat'
12 SEND_VAL '%21m'
13 SEND_VAR !1
14 DO_FCALL 0 $8
15 ASSIGN !2, $8
5 16 INIT_METHOD_CALL !2, 'format'
17 SEND_VAL_EX 'F'
18 DO_FCALL 0 $10
19 ASSIGN ~11 !3, $10
20 ECHO ~11
3 21 PRE_INC !1
22 > IS_SMALLER_OR_EQUAL !1, 12
23 > JMPNZ ~13, ->11
6 24 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0