Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/1WLVk
function name: (null)
number of ops: 37
compiled vars: !0 = $time, !1 = $dt, !2 = $di
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, '2018-06-08+15%3A20%3A30'
3 1 NEW $4 'DateTimeImmutable'
2 SEND_VAR_EX !0
3 DO_FCALL 0
4 ASSIGN !1, $4
4 5 NEW $7 'DateInterval'
6 SEND_VAL_EX 'PT15H20M30S'
7 DO_FCALL 0
8 ASSIGN !2, $7
6 9 INIT_METHOD_CALL !1, 'format'
10 SEND_VAL_EX 'Y-m-d+H%3Ai%3As'
11 DO_FCALL 0 $10
12 CONCAT ~11 $10, '%0A'
13 ECHO ~11
7 14 INIT_METHOD_CALL !2, 'format'
15 SEND_VAL_EX '%25H%3A%25I%3A%25s'
16 DO_FCALL 0 $12
17 CONCAT ~13 $12, '%0A'
18 ECHO ~13
8 19 INIT_FCALL 'strftime'
20 SEND_VAL '%25H%3A%25I%3A%25s'
21 INIT_FCALL 'strtotime'
22 SEND_VAR !0
23 DO_ICALL $14
24 SEND_VAR $14
25 DO_FCALL_BY_NAME
26 CONCAT ~16 $15, '%0A'
27 ECHO ~16
9 28 INIT_FCALL 'strftime'
29 SEND_VAL '%25H%3A%25M%3A%25S'
30 INIT_FCALL 'strtotime'
31 SEND_VAR !0
32 DO_ICALL $17
33 SEND_VAR $17
34 DO_FCALL_BY_NAME
35 ECHO $18
36 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0