3v4l.org

run code in 300+ PHP versions simultaneously
<?php $closestWinningTime1 = '2016-11-08 13:00:00'; $d1 = '2016-11-08 13:00:00'; $d2 = '2016-11-08 12:59:59'; $r = abs($d1 - $closestWinningTime1); $r2 = abs($d2 - $closestWinningTime1); echo $r; echo $r2;
Output for git.master, git.master_jit, rfc.property-hooks
Warning: A non-numeric value encountered in /in/7VLg4 on line 9 Warning: A non-numeric value encountered in /in/7VLg4 on line 9 Warning: A non-numeric value encountered in /in/7VLg4 on line 10 Warning: A non-numeric value encountered in /in/7VLg4 on line 10 00

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:
54.37 ms | 402 KiB | 8 Q