Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 13
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 13
Branch analysis from position: 4
2 jumps found. (Code = 77) Position 1 = 5, Position 2 = 11
Branch analysis from position: 5
2 jumps found. (Code = 78) Position 1 = 6, Position 2 = 11
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 11
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename: /in/9H086
function name: (null)
number of ops: 32
compiled vars: !0 = $input, !1 = $combined, !2 = $array, !3 = $value, !4 = $key, !5 = $averages
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
9 1 ASSIGN !1, <array>
10 2 > FE_RESET_R $8 !0, ->13
3 > > FE_FETCH_R $8, !2, ->13
11 4 > > FE_RESET_R $9 !2, ->11
5 > > FE_FETCH_R ~10 $9, !3, ->11
6 > ASSIGN !4, ~10
12 7 FETCH_DIM_W $12 !1, !4
8 ASSIGN_DIM $12
9 OP_DATA !3
11 10 > JMP ->5
11 > FE_FREE $9
10 12 > JMP ->3
13 > FE_FREE $8
16 14 INIT_FCALL 'array_filter'
15 SEND_VAR !1
16 DECLARE_LAMBDA_FUNCTION ~14 [0]
17 BIND_LEXICAL ~14, !0
18 18 SEND_VAL ~14
19 SEND_VAL 1
16 20 DO_ICALL $15
21 ASSIGN !1, $15
20 22 INIT_FCALL 'array_map'
23 DECLARE_LAMBDA_FUNCTION ~17 [1]
22 24 SEND_VAL ~17
25 SEND_VAR !1
20 26 DO_ICALL $18
27 ASSIGN !5, $18
24 28 INIT_FCALL 'var_dump'
29 SEND_VAR !5
30 DO_ICALL
31 > 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/9H086
function name: {closure}
number of ops: 8
compiled vars: !0 = $v, !1 = $k, !2 = $input
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
16 0 E > RECV !0
1 RECV !1
2 BIND_STATIC !2
17 3 COUNT ~3 !0
4 COUNT ~4 !2
5 IS_EQUAL ~5 ~3, ~4
6 > RETURN ~5
18 7* > RETURN null
End of Dynamic Function 0
Dynamic Function 1
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/9H086
function name: {closure}
number of ops: 8
compiled vars: !0 = $item
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
20 0 E > RECV !0
21 1 INIT_FCALL 'array_sum'
2 SEND_VAR !0
3 DO_ICALL $1
4 COUNT ~2 !0
5 DIV ~3 $1, ~2
6 > RETURN ~3
22 7* > RETURN null
End of Dynamic Function 1
Generated using Vulcan Logic Dumper, using php 8.0.0