Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/D3ebX
function name: (null)
number of ops: 61
compiled vars: !0 = $anchor
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ECHO 'Today+is+'
1 INIT_FCALL 'date'
2 SEND_VAL 'Y-m-d'
3 DO_ICALL $1
4 ECHO $1
5 ECHO '%0A'
4 6 INIT_FCALL 'date'
7 SEND_VAL '-t'
8 DO_ICALL $2
9 ECHO $2
10 ECHO '+days+from+today+is+'
11 INIT_FCALL 'date'
12 SEND_VAL 'Y-m-d'
13 INIT_FCALL 'strtotime'
14 INIT_FCALL 'date'
15 SEND_VAL '-t'
16 DO_ICALL $3
17 CONCAT ~4 $3, '+days'
18 SEND_VAL ~4
19 DO_ICALL $5
20 SEND_VAR $5
21 DO_ICALL $6
22 ECHO $6
23 ECHO '%0A%0A'
6 24 INIT_FCALL 'mktime'
25 SEND_VAL 0
26 SEND_VAL 0
27 SEND_VAL 0
28 SEND_VAL 3
29 SEND_VAL 1
30 SEND_VAL 2015
31 DO_ICALL $7
32 ASSIGN !0, $7
7 33 INIT_FCALL 'date'
34 SEND_VAL '-t'
35 SEND_VAR !0
36 DO_ICALL $9
37 ECHO $9
38 ECHO '+days+from+'
39 INIT_FCALL 'date'
40 SEND_VAL 'Y-m-d'
41 SEND_VAR !0
42 DO_ICALL $10
43 ECHO $10
44 ECHO '+is+'
45 INIT_FCALL 'date'
46 SEND_VAL 'Y-m-d'
47 INIT_FCALL 'strtotime'
48 INIT_FCALL 'date'
49 SEND_VAL '-t'
50 SEND_VAR !0
51 DO_ICALL $11
52 CONCAT ~12 $11, '+days'
53 SEND_VAL ~12
54 SEND_VAR !0
55 DO_ICALL $13
56 SEND_VAR $13
57 DO_ICALL $14
58 ECHO $14
59 ECHO '%0A'
60 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0