3v4l.org

run code in 300+ PHP versions simultaneously
<?php $it = strtotime('2013-10-15 12:00:00'); for($i=0; $i<=15; $i++) { echo date("Y-m-d h:i:s", $it + $i * 24 * 3600) . "\n"; }

preferences:
51.86 ms | 402 KiB | 5 Q