Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/kPMor
function name: (null)
number of ops: 19
compiled vars: !0 = $i, !1 = $d1, !2 = $d2, !3 = $p
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > INIT_STATIC_METHOD_CALL 'DateInterval', 'createFromDateString'
1 SEND_VAL 'P1D'
2 DO_FCALL 0 $4
3 ASSIGN !0, $4
4 4 INIT_FCALL 'date_create'
5 SEND_VAL '2009-10-27'
6 DO_ICALL $6
7 ASSIGN !1, $6
5 8 INIT_FCALL 'date_create'
9 SEND_VAL '2009-11-15'
10 DO_ICALL $8
11 ASSIGN !2, $8
6 12 NEW $10 'DatePeriod'
13 SEND_VAR_EX !1
14 SEND_VAR_EX !0
15 SEND_VAR_EX !2
16 DO_FCALL 0
17 ASSIGN !3, $10
18 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0