3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $months = array('jan', 'feb', 'mar', 'april', 'may'); print_r($months); array_push($months, 'june'); print_r($months); $months [] = 'july'; print_r($months); ?>

preferences:
32.3 ms | 402 KiB | 5 Q