3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = strtotime('6:00am'); $end = strtotime('09:00am'); $range = array(); while ($start !== $end) { $start = strtotime('+30 minutes',$start); $range[] = date('h:ia', $start); } print_r($range);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 06:30am [1] => 07:00am [2] => 07:30am [3] => 08:00am [4] => 08:30am [5] => 09:00am )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
45.68 ms | 401 KiB | 8 Q