Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 8, Position 2 = 60
Branch analysis from position: 8
2 jumps found. (Code = 78) Position 1 = 9, Position 2 = 60
Branch analysis from position: 9
2 jumps found. (Code = 77) Position 1 = 10, Position 2 = 58
Branch analysis from position: 10
2 jumps found. (Code = 78) Position 1 = 11, Position 2 = 58
Branch analysis from position: 11
2 jumps found. (Code = 46) Position 1 = 24, Position 2 = 33
Branch analysis from position: 24
2 jumps found. (Code = 43) Position 1 = 34, Position 2 = 37
Branch analysis from position: 34
1 jumps found. (Code = 42) Position 1 = 57
Branch analysis from position: 57
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 37
2 jumps found. (Code = 43) Position 1 = 46, Position 2 = 54
Branch analysis from position: 46
1 jumps found. (Code = 42) Position 1 = 57
Branch analysis from position: 57
Branch analysis from position: 54
2 jumps found. (Code = 43) Position 1 = 56, Position 2 = 57
Branch analysis from position: 56
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 57
Branch analysis from position: 33
Branch analysis from position: 58
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
Branch analysis from position: 58
Branch analysis from position: 60
2 jumps found. (Code = 43) Position 1 = 62, Position 2 = 91
Branch analysis from position: 62
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 91
Branch analysis from position: 60
filename: /in/vf0kb
function name: (null)
number of ops: 92
compiled vars: !0 = $storeSchedule, !1 = $today, !2 = $closed, !3 = $opentimes, !4 = $close, !5 = $open, !6 = $now, !7 = $opentime
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
12 1 INIT_FCALL 'date'
2 SEND_VAL 'D'
3 DO_ICALL $9
4 ASSIGN !1, $9
13 5 ASSIGN !2, null
14 6 FETCH_DIM_R ~12 !0, !1
7 > FE_RESET_R $13 ~12, ->60
8 > > FE_FETCH_R $13, !3, ->60
15 9 > > FE_RESET_R $14 !3, ->58
10 > > FE_FETCH_R ~15 $14, !4, ->58
11 > ASSIGN !5, ~15
16 12 INIT_FCALL 'time'
13 DO_ICALL $17
14 ASSIGN !6, $17
18 15 INIT_FCALL 'strtotime'
16 INIT_FCALL 'date'
17 CONCAT ~19 'Y-m-d', !5
18 SEND_VAL ~19
19 DO_ICALL $20
20 SEND_VAR $20
21 DO_ICALL $21
22 IS_SMALLER ~22 $21, !6
23 > JMPZ_EX ~22 ~22, ->33
24 > INIT_FCALL 'strtotime'
25 INIT_FCALL 'date'
26 CONCAT ~23 'Y-m-d', !4
27 SEND_VAL ~23
28 DO_ICALL $24
29 SEND_VAR $24
30 DO_ICALL $25
31 IS_SMALLER ~26 !6, $25
32 BOOL ~22 ~26
33 > > JMPZ ~22, ->37
19 34 > ECHO 'store+open+now'
20 35 ASSIGN !2, <false>
18 36 > JMP ->57
21 37 > INIT_FCALL 'strtotime'
38 INIT_FCALL 'date'
39 CONCAT ~28 'Y-m-d', !5
40 SEND_VAL ~28
41 DO_ICALL $29
42 SEND_VAR $29
43 DO_ICALL $30
44 IS_SMALLER !6, $30
45 > JMPZ ~31, ->54
22 46 > INIT_FCALL 'date'
47 CONCAT ~32 'Y-m-d', !5
48 SEND_VAL ~32
49 DO_ICALL $33
50 CONCAT ~34 'store+will+open+at+', $33
51 ECHO ~34
23 52 ASSIGN !2, <false>
21 53 > JMP ->57
26 54 > TYPE_CHECK 1018 !2
55 > JMPZ ~36, ->57
56 > ASSIGN !2, <true>
15 57 > > JMP ->10
58 > FE_FREE $14
14 59 > JMP ->8
60 > FE_FREE $13
31 61 > JMPZ !2, ->91
33 62 > INIT_FCALL 'key'
63 INIT_FCALL 'date'
64 SEND_VAL 'D'
65 INIT_FCALL 'strtotime'
66 SEND_VAR !1
67 DO_ICALL $38
68 ADD ~39 $38, 86400
69 SEND_VAL ~39
70 DO_ICALL $40
71 FETCH_DIM_R ~41 !0, $40
72 FETCH_DIM_R ~42 ~41, 0
73 SEND_VAL ~42
74 DO_ICALL $43
75 ASSIGN !7, $43
35 76 CONCAT ~45 'store+is+closed+and+will+open+tomorrow+', !7
77 CONCAT ~46 ~45, '+and+close+'
78 INIT_FCALL 'date'
79 SEND_VAL 'D'
80 INIT_FCALL 'strtotime'
81 SEND_VAR !1
82 DO_ICALL $47
83 ADD ~48 $47, 86400
84 SEND_VAL ~48
85 DO_ICALL $49
86 FETCH_DIM_R ~50 !0, $49
87 FETCH_DIM_R ~51 ~50, 0
88 FETCH_DIM_R ~52 ~51, !7
89 CONCAT ~53 ~46, ~52
90 ECHO ~53
36 91 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0