3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = new DateTime('2014-07-04 00:00:01'); $end = new DateTime('2014-07-11 23:59:59'); $period = new DatePeriod($start, new DateInterval('P1D'), $end); $periods = iterator_to_array($period); foreach ($periods as $p) { var_dump($p); } foreach ($periods as $p) { var_dump($p); }
Output for git.master, git.master_jit, rfc.property-hooks
object(DateTime)#8 (3) { ["date"]=> string(26) "2014-07-04 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#10 (3) { ["date"]=> string(26) "2014-07-05 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#9 (3) { ["date"]=> string(26) "2014-07-06 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#11 (3) { ["date"]=> string(26) "2014-07-07 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#12 (3) { ["date"]=> string(26) "2014-07-08 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#13 (3) { ["date"]=> string(26) "2014-07-09 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#14 (3) { ["date"]=> string(26) "2014-07-10 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#15 (3) { ["date"]=> string(26) "2014-07-11 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#8 (3) { ["date"]=> string(26) "2014-07-04 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#10 (3) { ["date"]=> string(26) "2014-07-05 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#9 (3) { ["date"]=> string(26) "2014-07-06 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#11 (3) { ["date"]=> string(26) "2014-07-07 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#12 (3) { ["date"]=> string(26) "2014-07-08 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#13 (3) { ["date"]=> string(26) "2014-07-09 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#14 (3) { ["date"]=> string(26) "2014-07-10 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#15 (3) { ["date"]=> string(26) "2014-07-11 00:00:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }

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:
39.68 ms | 409 KiB | 8 Q