3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d1 = '2014-08-05 20:30:11'; $d2 = '2014-08-07 17:35:21'; $t1 = strtotime($d1); $t1 = strtotime('3 days ago'); $t2 = strtotime($d2); echo date('H:i:s - d/m/Y', $t1)."\t\r\n"; echo date('H:i:s - d/m/Y', $t2)."\t\r\n"; echo ($t2 > $t1)."\t\r\n";
Output for git.master, git.master_jit, rfc.property-hooks
17:38:40 - 04/08/2014 17:35:21 - 07/08/2014 1

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