Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/iRRX4
function name: (null)
number of ops: 32
compiled vars: !0 = $products
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
5 1 ECHO 'First+column%0A'
6 2 INIT_FCALL 'implode'
3 SEND_VAL '%0A'
4 INIT_FCALL 'array_column'
5 SEND_VAR !0
6 SEND_VAL 0
7 DO_ICALL $2
8 SEND_VAR $2
9 DO_ICALL $3
10 ECHO $3
7 11 ECHO '%0ASecond+column%0A'
8 12 INIT_FCALL 'implode'
13 SEND_VAL '%0A'
14 INIT_FCALL 'array_column'
15 SEND_VAR !0
16 SEND_VAL 1
17 DO_ICALL $4
18 SEND_VAR $4
19 DO_ICALL $5
20 ECHO $5
9 21 ECHO '%0AThird+column%0A'
10 22 INIT_FCALL 'implode'
23 SEND_VAL '%0A'
24 INIT_FCALL 'array_column'
25 SEND_VAR !0
26 SEND_VAL 2
27 DO_ICALL $6
28 SEND_VAR $6
29 DO_ICALL $7
30 ECHO $7
31 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0