x
 
<!DOCTYPE html>
<html>
<body>
<?php  
$cars = array("Volvo", "BMW", "BYD");
echo $cars[2];
?>  
</body>
</html>