3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = strtotime('1900-01-01 00:00:00'); $dates = array('2013-01-01 00:01:59', '2013-01-03 11:12:05', '2012-10-28 23:07:06'); foreach ($dates as $d) { $timestamp = strtotime($d); echo $timestamp - $start.PHP_EOL; echo ($timestamp - $start)/(60*60*24).PHP_EOL; }
Output for git.master, git.master_jit, rfc.property-hooks
3565984891 41272.973275463 3566197897 41275.438622685 3560451998 41208.935162037

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:
46.81 ms | 401 KiB | 8 Q