Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/YVr99
function name: (null)
number of ops: 22
compiled vars: !0 = $string, !1 = $float
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, '123%2C456'
4 1 NEW $3 'NumberFormatter'
2 SEND_VAL_EX 'en_UK'
3 FETCH_CLASS_CONSTANT ~4 'NumberFormatter', 'DECIMAL'
4 SEND_VAL_EX ~4
5 DO_FCALL 0
6 INIT_METHOD_CALL $3, 'parse'
7 SEND_VAR_EX !0
8 DO_FCALL 0 $6
9 ASSIGN !1, $6
5 10 INIT_FCALL 'var_dump'
6 11 NEW $8 'NumberFormatter'
12 SEND_VAL_EX 'fa_IR'
13 FETCH_CLASS_CONSTANT ~9 'NumberFormatter', 'DECIMAL'
14 SEND_VAL_EX ~9
15 DO_FCALL 0
16 INIT_METHOD_CALL $8, 'format'
17 SEND_VAR_EX !1
18 DO_FCALL 0 $11
19 SEND_VAR $11
5 20 DO_ICALL
7 21 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0