3v4l.org

run code in 300+ PHP versions simultaneously
<?php $beg = new DateTime(); $end = clone $beg; print PHP_EOL.$beg->format('Y-m-d').PHP_EOL; print PHP_EOL.$end->format('Y-m-d').PHP_EOL; $end->modify('-1 day'); $end->modify('last year'); $beg->modify('first day of this month'); $end->modify('last day of this month'); print PHP_EOL.$beg->format('Y-m-d').PHP_EOL; print PHP_EOL.$end->format('Y-m-d').PHP_EOL;
Output for git.master, git.master_jit, rfc.property-hooks
2015-12-07 2015-12-07 2015-12-01 2014-12-31

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