3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = new DateTime('01-01-2015'); $end = new DateTime('01-06-2015'); $period = new DatePeriod($start, new DateInterval('P1W'), $end); foreach ($period as $week) { var_dump($week->format('d/m/Y')); }
Output for git.master, git.master_jit, rfc.property-hooks
string(10) "01/01/2015" string(10) "08/01/2015" string(10) "15/01/2015" string(10) "22/01/2015" string(10) "29/01/2015" string(10) "05/02/2015" string(10) "12/02/2015" string(10) "19/02/2015" string(10) "26/02/2015" string(10) "05/03/2015" string(10) "12/03/2015" string(10) "19/03/2015" string(10) "26/03/2015" string(10) "02/04/2015" string(10) "09/04/2015" string(10) "16/04/2015" string(10) "23/04/2015" string(10) "30/04/2015" string(10) "07/05/2015" string(10) "14/05/2015" string(10) "21/05/2015" string(10) "28/05/2015"

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