My first PHP script!
$x = 5 + 5; $x value is: 10
var_dump of: array("Volvo","BMW","Toyota") is:
array(3) { [0]=> string(5) "Volvo" [1]=> string(3) "BMW" [2]=> string(6) "Toyota" }
CLASS in PHP
My car is a black Volvo!
My car is a red Toyota!