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 7.1.25 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
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
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 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

preferences:
173.84 ms | 405 KiB | 184 Q