Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/ms1ZN
function name: (null)
number of ops: 40
compiled vars: !0 = $fmt
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > INIT_FCALL_BY_NAME 'numfmt_create'
1 SEND_VAL_EX 'lv_LV'
2 FETCH_CLASS_CONSTANT ~1 'NumberFormatter', 'CURRENCY'
3 SEND_VAL_EX ~1
4 DO_FCALL 0 $2
5 ASSIGN !0, $2
4 6 INIT_FCALL_BY_NAME 'numfmt_format_currency'
7 SEND_VAR_EX !0
8 SEND_VAL_EX 1.23457e+6
9 SEND_VAL_EX 'EUR'
10 DO_FCALL 0 $4
11 CONCAT ~5 $4, '%0A'
12 ECHO ~5
6 13 INIT_FCALL_BY_NAME 'numfmt_create'
14 SEND_VAL_EX 'lv_LV'
15 FETCH_CLASS_CONSTANT ~6 'NumberFormatter', 'DEFAULT_STYLE'
16 SEND_VAL_EX ~6
17 DO_FCALL 0 $7
18 ASSIGN !0, $7
7 19 INIT_FCALL_BY_NAME 'numfmt_format_currency'
20 SEND_VAR_EX !0
21 SEND_VAL_EX 1.23457e+6
22 SEND_VAL_EX 'EUR'
23 DO_FCALL 0 $9
24 CONCAT ~10 $9, '%0A'
25 ECHO ~10
9 26 INIT_FCALL_BY_NAME 'numfmt_create'
27 SEND_VAL_EX 'lt_LT'
28 FETCH_CLASS_CONSTANT ~11 'NumberFormatter', 'CURRENCY'
29 SEND_VAL_EX ~11
30 DO_FCALL 0 $12
31 ASSIGN !0, $12
10 32 INIT_FCALL_BY_NAME 'numfmt_format_currency'
33 SEND_VAR_EX !0
34 SEND_VAL_EX 1.23457e+6
35 SEND_VAL_EX 'EUR'
36 DO_FCALL 0 $14
37 CONCAT ~15 $14, '%0A'
38 ECHO ~15
39 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0