Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 24
Branch analysis from position: 24
2 jumps found. (Code = 44) Position 1 = 27, Position 2 = 10
Branch analysis from position: 27
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 27, Position 2 = 10
Branch analysis from position: 27
Branch analysis from position: 10
filename: /in/AqePo
function name: (null)
number of ops: 55
compiled vars: !0 = $currentMonth, !1 = $x, !2 = $months, !3 = $FrenchMonth, !4 = $EnglishMonth, !5 = $twelvemonthsdata, !6 = $i, !7 = $twelvemonthsM, !8 = $twelveFormatMonth, !9 = $twelvemonthinfrench, !10 = $FrenchMonnth
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > INIT_FCALL 'setlocale'
1 SEND_VAL 2
2 SEND_VAL 'fr_FR'
3 DO_ICALL
4 4 INIT_FCALL 'date_default_timezone_set'
5 SEND_VAL 'Europe%2FParis'
6 DO_ICALL
7 7 ASSIGN !0, 4
9 8 ASSIGN !1, !0
9 > JMP ->24
10 10 > INIT_FCALL 'date'
11 SEND_VAL 'Y-F-m'
12 INIT_FCALL 'mktime'
13 SEND_VAL 0
14 SEND_VAL 0
15 SEND_VAL 0
16 SEND_VAR !1
17 SEND_VAL 1
18 DO_ICALL $16
19 SEND_VAR $16
20 DO_ICALL $17
21 ASSIGN_DIM !2
22 OP_DATA $17
9 23 PRE_INC !1
24 > ADD ~19 !0, 12
25 IS_SMALLER !1, ~19
26 > JMPNZ ~20, ->10
12 27 > ASSIGN !3, <array>
13 28 ASSIGN !4, <array>
15 29 INIT_FCALL 'explode'
30 SEND_VAL '-'
31 FETCH_DIM_R ~23 !2, !6
32 SEND_VAL ~23
33 DO_ICALL $24
34 ASSIGN !5, $24
16 35 FETCH_DIM_R ~26 !5, 1
36 ASSIGN !7, ~26
17 37 ASSIGN !8, 'F'
18 38 INIT_FCALL 'str_replace'
39 SEND_VAR !4
40 SEND_VAR !10
41 INIT_FCALL 'date'
42 SEND_VAR !8
43 INIT_FCALL 'strtotime'
44 SEND_VAR !7
45 DO_ICALL $29
46 SEND_VAR $29
47 DO_ICALL $30
48 SEND_VAR $30
49 DO_ICALL $31
50 ASSIGN !9, $31
20 51 INIT_FCALL 'var_dump'
52 SEND_VAR !9
53 DO_ICALL
54 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0