Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/4jS2A
function name: (null)
number of ops: 9
compiled vars: !0 = $input, !1 = $result
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
20 0 E > ASSIGN !0, <array>
21 1 INIT_FCALL 'groupbysameletters'
2 SEND_VAR !0
3 DO_FCALL 0 $3
4 ASSIGN !1, $3
23 5 INIT_FCALL 'print_r'
6 SEND_VAR !1
7 DO_ICALL
8 > RETURN 1
Function groupbysameletters:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 22
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 22
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 22
filename: /in/4jS2A
function name: groupBySameLetters
number of ops: 30
compiled vars: !0 = $words, !1 = $groups, !2 = $word, !3 = $letters, !4 = $key, !5 = $countGroups
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > RECV !0
5 1 ASSIGN !1, <array>
7 2 > FE_RESET_R $7 !0, ->22
3 > > FE_FETCH_R $7, !2, ->22
8 4 > INIT_FCALL 'mb_str_split'
5 SEND_VAR !2
6 DO_ICALL $8
7 ASSIGN !3, $8
9 8 INIT_FCALL 'sort'
9 SEND_REF !3
10 DO_ICALL
10 11 INIT_FCALL 'implode'
12 SEND_VAL ''
13 SEND_VAR !3
14 DO_ICALL $11
15 ASSIGN !4, $11
12 16 FETCH_DIM_W $13 !1, !4
17 ASSIGN_DIM $13
18 OP_DATA !2
13 19 FETCH_DIM_RW $15 !5, !4
20 PRE_INC $15
7 21 > JMP ->3
22 > FE_FREE $7
16 23 INIT_FCALL 'array_values'
24 SEND_VAR !1
25 DO_ICALL $17
26 VERIFY_RETURN_TYPE $17
27 > RETURN $17
17 28* VERIFY_RETURN_TYPE
29* > RETURN null
End of function groupbysameletters
Generated using Vulcan Logic Dumper, using php 8.0.0