An array called $computers with numeric and string keys
<? $computers['t'] = 'A'; $computers[2] = 'B'; $computers['A'] = 'C'; ?>