3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach(range(0,11) as $month): echo date( 'F', strtotime( sprintf( 'Jan +%d months', $month ) ) ) . "\n"; endforeach;

preferences:
32.61 ms | 402 KiB | 5 Q