Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/UQX3Y
function name: (null)
number of ops: 24
compiled vars: !0 = $formatter, !1 = $num1, !2 = $num2
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > NEW $3 'NumberFormatter'
1 SEND_VAL_EX 'en_GB'
2 FETCH_CLASS_CONSTANT ~4 'NumberFormatter', 'DECIMAL'
3 SEND_VAL_EX ~4
4 DO_FCALL 0
5 ASSIGN !0, $3
4 6 INIT_METHOD_CALL !0, 'setTextAttribute'
7 FETCH_CLASS_CONSTANT ~7 'NumberFormatter', 'POSITIVE_PREFIX'
8 SEND_VAL_EX ~7
9 SEND_VAL_EX '%2B'
10 DO_FCALL 0
5 11 ASSIGN !1, '-12.20000'
6 12 ASSIGN !2, '%2B18.20000'
8 13 INIT_METHOD_CALL !0, 'format'
14 SEND_VAR_EX !1
15 DO_FCALL 0 $11
16 CONCAT ~12 $11, '%0A'
17 ECHO ~12
9 18 INIT_METHOD_CALL !0, 'format'
19 SEND_VAR_EX !2
20 DO_FCALL 0 $13
21 CONCAT ~14 $13, '%0A'
22 ECHO ~14
10 23 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0