3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = new DateTime('2013-10-01'); $end = new DateTime('today'); $interval = DateInterval::createFromDateString('1 month'); $period = new DatePeriod($start, $interval, $end); foreach ($period as $dt){ echo $dt->format("Y-m-d") . "\n"; echo $dt->format("Y-m-t") . "\n"; echo "======================"; }
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.32, 5.6.28, 7.0.14 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
2013-10-01 2013-10-31 ======================2013-11-01 2013-11-30 ======================2013-12-01 2013-12-31 ======================2014-01-01 2014-01-31 ======================2014-02-01 2014-02-28 ======================2014-03-01 2014-03-31 ======================2014-04-01 2014-04-30 ======================2014-05-01 2014-05-31 ======================2014-06-01 2014-06-30 ======================2014-07-01 2014-07-31 ======================2014-08-01 2014-08-31 ======================2014-09-01 2014-09-30 ======================
Output for 5.5.24, 5.5.35, 5.6.7, 5.6.21, 7.0.6
2013-10-01 2013-10-31 ======================2013-11-01 2013-11-30 ======================2013-12-01 2013-12-31 ======================2014-01-01 2014-01-31 ======================2014-02-01 2014-02-28 ======================2014-03-01 2014-03-31 ======================2014-04-01 2014-04-30 ======================2014-05-01 2014-05-31 ======================2014-06-01 2014-06-30 ======================2014-07-01 2014-07-31 ======================2014-08-01 2014-08-31 ======================2014-09-01 2014-09-30 ======================2014-10-01 2014-10-31 ======================2014-11-01 2014-11-30 ======================2014-12-01 2014-12-31 ======================2015-01-01 2015-01-31 ======================2015-02-01 2015-02-28 ======================2015-03-01 2015-03-31 ======================2015-04-01 2015-04-30 ======================2015-05-01 2015-05-31 ======================2015-06-01 2015-06-30 ======================2015-07-01 2015-07-31 ======================2015-08-01 2015-08-31 ======================2015-09-01 2015-09-30 ======================2015-10-01 2015-10-31 ======================2015-11-01 2015-11-30 ======================2015-12-01 2015-12-31 ======================2016-01-01 2016-01-31 ======================2016-02-01 2016-02-29 ======================2016-03-01 2016-03-31 ======================2016-04-01 2016-04-30 ======================2016-05-01 2016-05-31 ======================
Output for 5.5.25 - 5.5.29, 5.5.34, 5.6.8 - 5.6.14, 5.6.20, 7.0.5
2013-10-01 2013-10-31 ======================2013-11-01 2013-11-30 ======================2013-12-01 2013-12-31 ======================2014-01-01 2014-01-31 ======================2014-02-01 2014-02-28 ======================2014-03-01 2014-03-31 ======================2014-04-01 2014-04-30 ======================2014-05-01 2014-05-31 ======================2014-06-01 2014-06-30 ======================2014-07-01 2014-07-31 ======================2014-08-01 2014-08-31 ======================2014-09-01 2014-09-30 ======================2014-10-01 2014-10-31 ======================2014-11-01 2014-11-30 ======================2014-12-01 2014-12-31 ======================2015-01-01 2015-01-31 ======================2015-02-01 2015-02-28 ======================2015-03-01 2015-03-31 ======================2015-04-01 2015-04-30 ======================2015-05-01 2015-05-31 ======================2015-06-01 2015-06-30 ======================2015-07-01 2015-07-31 ======================2015-08-01 2015-08-31 ======================2015-09-01 2015-09-30 ======================2015-10-01 2015-10-31 ======================2015-11-01 2015-11-30 ======================2015-12-01 2015-12-31 ======================2016-01-01 2016-01-31 ======================2016-02-01 2016-02-29 ======================2016-03-01 2016-03-31 ======================2016-04-01 2016-04-30 ======================
Output for 5.5.30 - 5.5.33, 5.6.15 - 5.6.19, 7.0.0 - 7.0.4
2013-10-01 2013-10-31 ======================2013-11-01 2013-11-30 ======================2013-12-01 2013-12-31 ======================2014-01-01 2014-01-31 ======================2014-02-01 2014-02-28 ======================2014-03-01 2014-03-31 ======================2014-04-01 2014-04-30 ======================2014-05-01 2014-05-31 ======================2014-06-01 2014-06-30 ======================2014-07-01 2014-07-31 ======================2014-08-01 2014-08-31 ======================2014-09-01 2014-09-30 ======================2014-10-01 2014-10-31 ======================2014-11-01 2014-11-30 ======================2014-12-01 2014-12-31 ======================2015-01-01 2015-01-31 ======================2015-02-01 2015-02-28 ======================2015-03-01 2015-03-31 ======================2015-04-01 2015-04-30 ======================2015-05-01 2015-05-31 ======================2015-06-01 2015-06-30 ======================2015-07-01 2015-07-31 ======================2015-08-01 2015-08-31 ======================2015-09-01 2015-09-30 ======================2015-10-01 2015-10-31 ======================2015-11-01 2015-11-30 ======================2015-12-01 2015-12-31 ======================2016-01-01 2016-01-31 ======================2016-02-01 2016-02-29 ======================2016-03-01 2016-03-31 ======================
Output for 5.4.39 - 5.4.45
2013-10-01 2013-10-31 ======================2013-11-01 2013-11-30 ======================2013-12-01 2013-12-31 ======================2014-01-01 2014-01-31 ======================2014-02-01 2014-02-28 ======================2014-03-01 2014-03-31 ======================2014-04-01 2014-04-30 ======================2014-05-01 2014-05-31 ======================2014-06-01 2014-06-30 ======================2014-07-01 2014-07-31 ======================2014-08-01 2014-08-31 ======================2014-09-01 2014-09-30 ======================2014-10-01 2014-10-31 ======================2014-11-01 2014-11-30 ======================2014-12-01 2014-12-31 ======================2015-01-01 2015-01-31 ======================2015-02-01 2015-02-28 ======================2015-03-01 2015-03-31 ======================2015-04-01 2015-04-30 ======================2015-05-01 2015-05-31 ======================2015-06-01 2015-06-30 ======================2015-07-01 2015-07-31 ======================2015-08-01 2015-08-31 ======================2015-09-01 2015-09-30 ======================
Output for 5.4.34 - 5.4.38
2013-10-01 2013-10-31 ======================2013-11-01 2013-11-30 ======================2013-12-01 2013-12-31 ======================2014-01-01 2014-01-31 ======================2014-02-01 2014-02-28 ======================2014-03-01 2014-03-31 ======================2014-04-01 2014-04-30 ======================2014-05-01 2014-05-31 ======================2014-06-01 2014-06-30 ======================2014-07-01 2014-07-31 ======================2014-08-01 2014-08-31 ======================2014-09-01 2014-09-30 ======================2014-10-01 2014-10-31 ======================2014-11-01 2014-11-30 ======================2014-12-01 2014-12-31 ======================2015-01-01 2015-01-31 ======================2015-02-01 2015-02-28 ======================2015-03-01 2015-03-31 ======================
Output for 5.2.0 - 5.2.17
Fatal error: Class 'DateInterval' not found in /in/jLPsQ on line 4
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Class 'DateTime' not found in /in/jLPsQ on line 2
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: datetime in /in/jLPsQ on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: datetime in /in/jLPsQ on line 2

preferences:
227.24 ms | 401 KiB | 308 Q