Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/FUmCs
function name: (null)
number of ops: 15
compiled vars: !0 = $str, !1 = $arr, !2 = $newarr, !3 = $new
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, '%23+12+%23+%23+%23+Hello+World'
5 1 INIT_FCALL 'explode'
2 SEND_VAL '+'
3 SEND_VAR !0
4 DO_ICALL $5
5 ASSIGN !1, $5
7 6 INIT_FCALL 'array_slice'
7 SEND_VAR !1
8 SEND_VAL 5
9 DO_ICALL $7
10 ASSIGN !2, $7
9 11 FRAMELESS_ICALL_2 implode ~9 '+', !2
12 ASSIGN !3, ~9
10 13 ECHO !3
14 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0