Data Type Php

$dinner = array('A',
                'B',
                'C');
print "I want $dinner[0] and $dinner[1].";
?>