Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 4
Branch analysis from position: 21
1 jumps found. (Code = 42) Position 1 = 42
Branch analysis from position: 42
2 jumps found. (Code = 44) Position 1 = 44, Position 2 = 28
Branch analysis from position: 44
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 28
2 jumps found. (Code = 44) Position 1 = 44, Position 2 = 28
Branch analysis from position: 44
Branch analysis from position: 28
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 4
Branch analysis from position: 21
Branch analysis from position: 4
filename: /in/C5hQ7
function name: (null)
number of ops: 48
compiled vars: !0 = $startYear, !1 = $array, !2 = $x, !3 = $date, !4 = $array2, !5 = $year
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 2010
4 1 ASSIGN !1, <array>
6 2 ASSIGN !2, !0
3 > JMP ->16
7 4 > INIT_STATIC_METHOD_CALL 'DateTime', 'createFromFormat'
5 SEND_VAL 'Y-m-d%5CTH%3Ai%3As'
6 CONCAT ~9 !2, '-01-01T00%3A00%3A00'
7 SEND_VAL ~9
8 DO_FCALL 0 $10
9 ASSIGN !3, $10
8 10 INIT_METHOD_CALL !3, 'format'
11 SEND_VAL_EX 'Y-m-d%5CTH%3Ai%3As'
12 DO_FCALL 0 $13
13 ASSIGN_DIM !1, !2
14 OP_DATA $13
6 15 PRE_INC !2
16 > INIT_FCALL 'date'
17 SEND_VAL 'Y'
18 DO_ICALL $15
19 IS_SMALLER_OR_EQUAL !2, $15
20 > JMPNZ ~16, ->4
11 21 > INIT_FCALL 'var_dump'
22 SEND_VAR !1
23 DO_ICALL
13 24 ASSIGN !4, <array>
14 25 ASSIGN !5, 2010
15 26 ASSIGN !2, 1
27 > JMP ->42
16 28 > CONCAT ~21 !5, '-'
29 CONCAT ~22 ~21, !2
30 NEW $24 'DateTime'
31 CONCAT ~25 !5, '-'
32 CONCAT ~26 ~25, !2
33 CONCAT ~27 ~26, '-01T00%3A00%3A00'
34 SEND_VAL_EX ~27
35 DO_FCALL 0
36 INIT_METHOD_CALL $24, 'format'
37 SEND_VAL_EX 'Y-m-d%5CTH%3Ai%3As'
38 DO_FCALL 0 $29
39 ASSIGN_DIM !4, ~22
40 OP_DATA $29
15 41 PRE_INC !2
42 > IS_SMALLER_OR_EQUAL !2, 12
43 > JMPNZ ~31, ->28
19 44 > INIT_FCALL 'var_dump'
45 SEND_VAR !4
46 DO_ICALL
47 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0