Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/U5FU3
function name: (null)
number of ops: 45
compiled vars: !0 = $curWeekStart, !1 = $curWeekEnd, !2 = $nextWeekStart, !3 = $nextWeekEnd
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > INIT_FCALL 'date'
1 SEND_VAL 'd.m'
2 INIT_FCALL 'strtotime'
3 SEND_VAL 'monday+this+week'
4 DO_ICALL $4
5 SEND_VAR $4
6 DO_ICALL $5
7 ASSIGN !0, $5
4 8 INIT_FCALL 'date'
9 SEND_VAL 'd.m'
10 INIT_FCALL 'strtotime'
11 SEND_VAL 'friday+this+week'
12 DO_ICALL $7
13 SEND_VAR $7
14 DO_ICALL $8
15 ASSIGN !1, $8
6 16 INIT_FCALL 'date'
17 SEND_VAL 'd.m'
18 INIT_FCALL 'strtotime'
19 SEND_VAL 'monday+next+week'
20 DO_ICALL $10
21 SEND_VAR $10
22 DO_ICALL $11
23 ASSIGN !2, $11
7 24 INIT_FCALL 'date'
25 SEND_VAL 'd.m'
26 INIT_FCALL 'strtotime'
27 SEND_VAL 'friday+next+week'
28 DO_ICALL $13
29 SEND_VAR $13
30 DO_ICALL $14
31 ASSIGN !3, $14
9 32 INIT_FCALL 'var_dump'
33 SEND_VAR !0
34 DO_ICALL
10 35 INIT_FCALL 'var_dump'
36 SEND_VAR !1
37 DO_ICALL
12 38 INIT_FCALL 'var_dump'
39 SEND_VAR !2
40 DO_ICALL
13 41 INIT_FCALL 'var_dump'
42 SEND_VAR !3
43 DO_ICALL
44 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0