3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $drst = strtotime('-3 days', strtotime('2013-10-31 00:00:00')); echo "\r\n"; echo $drstRev = strtotime('-1 month', $drst); echo "\r\n"; echo date('Y-m-d', $drstRev); echo "\r\n"; echo $drst = strtotime('2013-10-30 00:00:00'); echo "\r\n"; echo $drstRev = strtotime('-1 month', $drst); echo "\r\n"; echo date('Y-m-t', $drstRev); ?>
Output for git.master, git.master_jit, rfc.property-hooks
1382914800 1380319200 2013-09-28 1383087600 1380492000 2013-09-30

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