<?php $items = [ 1 => 'A', 1 => 'B', 1 => 'C' ]; var_dump($items[1]);
You have javascript disabled. You will not be able to edit any code.