3v4l.org

run code in 300+ PHP versions simultaneously
<?php $cars = array ( array("Volvo",22,18), array("BMW",15,13), array("Saab",5,2), array("Land Rover",17,15) ); // Produce: You should eat pizza, beer, and ice cream every day $phrase = "You should eat fruits, vegetables, and fiber every day."; $healthy = array("fruits", "vegetables", "fiber"); $yummy = array("pizza", "beer", "ice cream"); $newphrase = str_replace($healthy, $yummy, $phrase); $vevo = '02/09/2016'; echo $vevo; print_r($vevo); $date = new DateTime($vevo); echo $date->format('Y-m-d'); var_dump($cars); var_dump($newphrase); ?>

preferences:
58.48 ms | 402 KiB | 5 Q