3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dt1 = new DateTime('2019-01-28'); $dt2 = new DateTime('2018-10-17'); while($dt1 >= $dt2) { echo $dt1->format('Y-m-d') . "\r\n"; $dt1->modify('-1 day'); }
Output for git.master, git.master_jit, rfc.property-hooks
2019-01-28 2019-01-27 2019-01-26 2019-01-25 2019-01-24 2019-01-23 2019-01-22 2019-01-21 2019-01-20 2019-01-19 2019-01-18 2019-01-17 2019-01-16 2019-01-15 2019-01-14 2019-01-13 2019-01-12 2019-01-11 2019-01-10 2019-01-09 2019-01-08 2019-01-07 2019-01-06 2019-01-05 2019-01-04 2019-01-03 2019-01-02 2019-01-01 2018-12-31 2018-12-30 2018-12-29 2018-12-28 2018-12-27 2018-12-26 2018-12-25 2018-12-24 2018-12-23 2018-12-22 2018-12-21 2018-12-20 2018-12-19 2018-12-18 2018-12-17 2018-12-16 2018-12-15 2018-12-14 2018-12-13 2018-12-12 2018-12-11 2018-12-10 2018-12-09 2018-12-08 2018-12-07 2018-12-06 2018-12-05 2018-12-04 2018-12-03 2018-12-02 2018-12-01 2018-11-30 2018-11-29 2018-11-28 2018-11-27 2018-11-26 2018-11-25 2018-11-24 2018-11-23 2018-11-22 2018-11-21 2018-11-20 2018-11-19 2018-11-18 2018-11-17 2018-11-16 2018-11-15 2018-11-14 2018-11-13 2018-11-12 2018-11-11 2018-11-10 2018-11-09 2018-11-08 2018-11-07 2018-11-06 2018-11-05 2018-11-04 2018-11-03 2018-11-02 2018-11-01 2018-10-31 2018-10-30 2018-10-29 2018-10-28 2018-10-27 2018-10-26 2018-10-25 2018-10-24 2018-10-23 2018-10-22 2018-10-21 2018-10-20 2018-10-19 2018-10-18 2018-10-17

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:
97.76 ms | 409 KiB | 5 Q