<?php $arr = [1, 2, 3]; ?> A: <?= $arr[0] ?> B: <?= $arr[1] ?> C: <?= $arr[2] ?>
info at phpclasses dot org