3v4l.org

run code in 300+ PHP versions simultaneously
<?php $months = array('jan', 'feb', 'mar', 'apr', 'may'); array_push ($months, 'june'); $months[] = 'july'; $month = array_pop($months); print_r($months); echo $month;

preferences:
36.44 ms | 402 KiB | 5 Q