Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/kKBru
function name: (null)
number of ops: 20
compiled vars: !0 = $profiles, !1 = $encoded, !2 = $encodedByEncoderId, !3 = $combined
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
34 1 ASSIGN !1, <array>
47 2 INIT_FCALL 'array_column'
3 SEND_VAR !1
4 SEND_VAL null
5 SEND_VAL 'encoder_id'
6 DO_ICALL $6
7 ASSIGN !2, $6
48 8 INIT_FCALL 'array_reduce'
9 SEND_VAR !0
10 DECLARE_LAMBDA_FUNCTION ~8 [0]
11 BIND_LEXICAL ~8, !2
55 12 SEND_VAL ~8
13 SEND_VAL <array>
48 14 DO_ICALL $9
15 ASSIGN !3, $9
57 16 INIT_FCALL 'print_r'
17 SEND_VAR !3
18 DO_ICALL
19 > RETURN 1
Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/kKBru
function name: {closure:/in/kKBru:48}
number of ops: 26
compiled vars: !0 = $combined, !1 = $profile, !2 = $encodedByEncoderId
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
48 0 E > RECV !0
1 RECV !1
2 BIND_STATIC !2
50 3 FETCH_DIM_R ~4 !1, 'user_id'
4 INIT_ARRAY ~5 ~4, 'id'
51 5 FETCH_DIM_R ~6 !1, 'first_name'
6 ROPE_INIT 5 ~10 ~6
7 ROPE_ADD 1 ~10 ~10, '+'
8 FETCH_DIM_R ~7 !1, 'middle_name'
9 ROPE_ADD 2 ~10 ~10, ~7
10 ROPE_ADD 3 ~10 ~10, '.+'
11 FETCH_DIM_R ~8 !1, 'last_name'
12 ROPE_END 4 ~9 ~10, ~8
13 ADD_ARRAY_ELEMENT ~5 ~9, 'fullname'
52 14 FETCH_DIM_R ~13 !1, 'user_id'
15 FETCH_DIM_IS ~14 !2, ~13
16 FETCH_DIM_IS ~15 ~14, 'encoded'
17 COALESCE ~16 ~15
18 QM_ASSIGN ~16 0
19 ADD_ARRAY_ELEMENT ~5 ~16, 'encoded'
49 20 ASSIGN_DIM !0
52 21 OP_DATA ~5
54 22 VERIFY_RETURN_TYPE !0
23 > RETURN !0
55 24* VERIFY_RETURN_TYPE
25* > RETURN null
End of Dynamic Function 0
Generated using Vulcan Logic Dumper, using php 8.5.0