Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/WaCMr
function name: (null)
number of ops: 22
compiled vars: !0 = $oDay, !1 = $oDateInterval, !2 = $oDays
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > NEW $3 'DateTimeImmutable'
1 SEND_VAL_EX '2019-10-25'
2 DO_FCALL 0
3 ASSIGN !0, $3
5 4 INIT_STATIC_METHOD_CALL 'DateInterval', 'createFromDateString'
5 SEND_VAL '1+day'
6 DO_FCALL 0 $6
7 ASSIGN !1, $6
7 8 NEW $8 'DatePeriod'
9 SEND_VAR_EX !0
10 SEND_VAR_EX !1
11 INIT_METHOD_CALL !0, 'modify'
12 SEND_VAL_EX '%2B1+day'
13 DO_FCALL 0 $9
14 SEND_VAR_NO_REF_EX $9
15 DO_FCALL 0
16 ASSIGN !2, $8
9 17 INIT_FCALL 'serialize'
18 SEND_VAR !2
19 DO_ICALL $12
20 ECHO $12
21 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0