Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 18, Position 2 = 25
Branch analysis from position: 18
2 jumps found. (Code = 78) Position 1 = 19, Position 2 = 25
Branch analysis from position: 19
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
filename: /in/1ANLD
function name: (null)
number of ops: 27
compiled vars: !0 = $date_period, !1 = $date
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > NEW $2 'DatePeriod'
4 1 NEW $3 'DateTime'
2 SEND_VAL_EX '2024-07-01+00%3A00%3A00'
3 DO_FCALL 0
4 SEND_VAR_NO_REF_EX $3
5 5 NEW $5 'DateInterval'
6 SEND_VAL_EX 'P1D'
7 DO_FCALL 0
8 SEND_VAR_NO_REF_EX $5
6 9 NEW $7 'DateTime'
10 SEND_VAL_EX '2024-07-31+00%3A00%3A00'
11 DO_FCALL 0
12 SEND_VAR_NO_REF_EX $7
7 13 FETCH_CONSTANT ~9 'INCLUDE_END_DATE'
14 SEND_VAL_EX ~9
3 15 DO_FCALL 0
16 ASSIGN !0, $2
10 17 > FE_RESET_R $12 !0, ->25
18 > > FE_FETCH_R $12, !1, ->25
11 19 > INIT_METHOD_CALL !1, 'format'
20 SEND_VAL_EX 'Y-m-d'
21 DO_FCALL 0 $13
22 CONCAT ~14 $13, '%0A'
23 ECHO ~14
10 24 > JMP ->18
25 > FE_FREE $12
12 26 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0