3v4l.org

run code in 300+ PHP versions simultaneously
<?php $period = new \DatePeriod( (new \DateTime("last day of -6 month"))->setTime(23, 59, 59), new \DateInterval('P1M'), new \DateTime() ); foreach ($period as $until) { echo $until->format("d/m/Y H:i:s")."\n"; }
Output for git.master_jit, git.master, rfc.property-hooks
30/11/2017 23:59:59 30/12/2017 23:59:59 30/01/2018 23:59:59 02/03/2018 23:59:59 02/04/2018 23:59:59 02/05/2018 23:59:59

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.66 ms | 401 KiB | 8 Q