3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo ($now = strtotime('+1 day')) . ' - ' . date('d-m-Y H.i.s', $now) . "\n"; echo ($last = strtotime('last week', $now)) . ' - ' . date('d-m-Y H.i.s', $last) . "\n"; echo ($next = strtotime('+1 week', $last)) . ' - ' . date('d-m-Y H.i.s', $next) . "\n"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
1358415760 - 17-01-2013 10.42.40 1357551760 - 07-01-2013 10.42.40 1358156560 - 14-01-2013 10.42.40

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