Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 10, Position 2 = 35
Branch analysis from position: 10
2 jumps found. (Code = 78) Position 1 = 11, Position 2 = 35
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 35
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 35
filename: /in/FLNcW
function name: (null)
number of ops: 40
compiled vars: !0 = $arr, !1 = $ids, !2 = $id, !3 = $temp, !4 = $new
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
25 1 INIT_FCALL 'array_column'
2 SEND_VAR !0
3 SEND_VAL 'id'
4 DO_ICALL $6
5 ASSIGN !1, $6
27 6 INIT_FCALL 'array_unique'
7 SEND_VAR !1
8 DO_ICALL $8
9 > FE_RESET_R $9 $8, ->35
10 > > FE_FETCH_R $9, !2, ->35
28 11 > INIT_FCALL 'array_values'
12 INIT_FCALL 'array_intersect_key'
13 SEND_VAR !0
14 INIT_FCALL 'array_intersect'
15 SEND_VAR !1
16 INIT_ARRAY ~10 !2
17 SEND_VAL ~10
18 DO_ICALL $11
19 SEND_VAR $11
20 DO_ICALL $12
21 SEND_VAR $12
22 DO_ICALL $13
23 ASSIGN !3, $13
29 24 FETCH_DIM_R ~16 !3, 0
25 FETCH_DIM_R ~17 ~16, 'fruit'
26 INIT_ARRAY ~18 ~17, 'fruit'
27 INIT_FCALL 'array_column'
28 SEND_VAR !3
29 SEND_VAL 'color'
30 DO_ICALL $19
31 ADD_ARRAY_ELEMENT ~18 $19, 'color'
32 ASSIGN_DIM !4, !2
33 OP_DATA ~18
27 34 > JMP ->10
35 > FE_FREE $9
31 36 INIT_FCALL 'var_dump'
37 SEND_VAR !4
38 DO_ICALL
39 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0