Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 18, Position 2 = 25
Branch analysis from position: 18
2 jumps found. (Code = 78) Position 1 = 19, Position 2 = 25
Branch analysis from position: 19
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
Branch analysis from position: 25
2 jumps found. (Code = 77) Position 1 = 50, Position 2 = 57
Branch analysis from position: 50
2 jumps found. (Code = 78) Position 1 = 51, Position 2 = 57
Branch analysis from position: 51
1 jumps found. (Code = 42) Position 1 = 50
Branch analysis from position: 50
Branch analysis from position: 57
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 57
Branch analysis from position: 25
filename: /in/K7uss
function name: (null)
number of ops: 59
compiled vars: !0 = $start, !1 = $end, !2 = $interval, !3 = $date, !4 = $startState, !5 = $endState
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > NEW $6 'DateTimeImmutable'
1 SEND_VAL_EX '2019-01-01+13%3A00%3A00'
2 DO_FCALL 0
3 ASSIGN !0, $6
3 4 NEW $9 'DateTimeImmutable'
5 SEND_VAL_EX '2019-01-01+14%3A30%3A01'
6 DO_FCALL 0
7 ASSIGN !1, $9
4 8 NEW $12 'DateInterval'
9 SEND_VAL_EX 'PT1H'
10 DO_FCALL 0
11 ASSIGN !2, $12
6 12 NEW $15 'DatePeriod'
13 SEND_VAR_EX !0
14 SEND_VAR_EX !2
15 SEND_VAR_EX !1
16 DO_FCALL 0
17 > FE_RESET_R $17 $15, ->25
18 > > FE_FETCH_R $17, !3, ->25
7 19 > INIT_METHOD_CALL !3, 'format'
20 SEND_VAL_EX 'r'
21 DO_FCALL 0 $18
22 CONCAT ~19 $18, '%0A'
23 ECHO ~19
6 24 > JMP ->18
25 > FE_FREE $17
10 26 ECHO '%0A'
12 27 ECHO 'Sanitized%3A%0A'
13 28 INIT_METHOD_CALL !0, 'setTime'
29 INIT_METHOD_CALL !0, 'format'
30 SEND_VAL_EX 'H'
31 DO_FCALL 0 $20
32 SEND_VAR_NO_REF_EX $20
33 SEND_VAL_EX 0
34 DO_FCALL 0 $21
35 ASSIGN !4, $21
14 36 INIT_METHOD_CALL !1, 'setTime'
37 INIT_METHOD_CALL !1, 'format'
38 SEND_VAL_EX 'H'
39 DO_FCALL 0 $23
40 SEND_VAR_NO_REF_EX $23
41 SEND_VAL_EX 0
42 DO_FCALL 0 $24
43 ASSIGN !5, $24
16 44 NEW $26 'DatePeriod'
45 SEND_VAR_EX !4
46 SEND_VAR_EX !2
47 SEND_VAR_EX !5
48 DO_FCALL 0
49 > FE_RESET_R $28 $26, ->57
50 > > FE_FETCH_R $28, !3, ->57
17 51 > INIT_METHOD_CALL !3, 'format'
52 SEND_VAL_EX 'r'
53 DO_FCALL 0 $29
54 CONCAT ~30 $29, '%0A'
55 ECHO ~30
16 56 > JMP ->50
57 > FE_FREE $28
18 58 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0