x
 
<!DOCTYPE html>
<html>
<body>
<pre>
<?php  
$cars = array("Volvo", "BMW", "Tesla");
var_dump($cars);
?>  
</pre>
</body>
</html>