3v4l.org

run code in 300+ PHP versions simultaneously
<?php $from = '2014-06-26 07:53:26'; $to = '2014-06-27 07:52:46'; $diff_stamp = strtotime($to) - strtotime($from); $range = range(strtotime($from), strtotime($to), $diff_stamp/4); $range = array_map(function($a){return date('Y-m-d H:i:s', $a);}, $range); print_r($range);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 2014-06-26 07:53:26 [1] => 2014-06-26 13:53:16 [2] => 2014-06-26 19:53:06 [3] => 2014-06-27 01:52:56 [4] => 2014-06-27 07:52:46 )

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:
146.24 ms | 405 KiB | 5 Q