Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 10, Position 2 = 38
Branch analysis from position: 10
2 jumps found. (Code = 78) Position 1 = 11, Position 2 = 38
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 38
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 38
filename: /in/ue0Th
function name: (null)
number of ops: 40
compiled vars: !0 = $deal, !1 = $value, !2 = $fee
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > INIT_FCALL 'ini_set'
1 SEND_VAL 'precision'
2 SEND_VAL 32
3 DO_ICALL
4 4 INIT_FCALL 'setlocale'
5 SEND_VAL 4
6 SEND_VAL 'en_US'
7 DO_ICALL
5 8 ASSIGN !0, <array>
27 9 > FE_RESET_R $6 !0, ->38
10 > > FE_FETCH_R $6, !1, ->38
28 11 > FETCH_DIM_R ~7 !1, 'amt'
12 DIV ~8 ~7, 1000
13 FETCH_DIM_R ~9 !1, 'rate'
14 MUL ~10 ~8, ~9
15 FETCH_DIM_R ~11 !1, 'lod'
16 MUL ~12 ~10, ~11
17 ASSIGN !2, ~12
29 18 INIT_FCALL 'var_dump'
19 SEND_VAR !2
20 DO_ICALL
30 21 INIT_FCALL_BY_NAME 'money_format'
22 SEND_VAL_EX '%25.2n'
23 CAST 5 ~15 !2
24 SEND_VAL_EX ~15
25 DO_FCALL 0 $16
26 CONCAT ~17 'money_format%3A+', $16
27 CONCAT ~18 ~17, '%0A'
28 ECHO ~18
31 29 INIT_FCALL 'number_format'
30 SEND_VAR !2
31 SEND_VAL 2
32 DO_ICALL $19
33 CONCAT ~20 'number_format%3A+', $19
34 CONCAT ~21 ~20, '%0A'
35 CONCAT ~22 ~21, '%0A'
36 ECHO ~22
27 37 > JMP ->10
38 > FE_FREE $6
32 39 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0