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