Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/1BtkK
function name: (null)
number of ops: 8
compiled vars: !0 = $numbers
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
4 1 INIT_FCALL 'sort'
2 SEND_REF !0
3 DO_ICALL
13 4 INIT_FCALL 'printarray'
5 SEND_VAR !0
6 DO_FCALL 0
7 > RETURN 1
Function printarray:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 6
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 6
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
filename: /in/1BtkK
function name: printArray
number of ops: 8
compiled vars: !0 = $nums, !1 = $num
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
6 0 E > RECV !0
7 1 > FE_RESET_R $2 !0, ->6
2 > > FE_FETCH_R $2, !1, ->6
8 3 > ECHO !1
9 4 ECHO '%3Cbr%3E'
7 5 > JMP ->2
6 > FE_FREE $2
11 7 > RETURN null
End of function printarray
Generated using Vulcan Logic Dumper, using php 8.0.0