3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dateStart = new DateTime('2014-01-01'); $dateStart = new DateTime('2014-01-05'); $period = new DatePeriod($dateStart, new DateInterval('P1D'), $dateEnd); $periods = iterator_to_array($period); print_r($periods);
Output for 8.3.0 - 8.3.7
Warning: Undefined variable $dateEnd in /in/0Cps6 on line 5 Deprecated: DatePeriod::__construct(): Passing null to parameter #3 ($end) of type int is deprecated in /in/0Cps6 on line 5 Fatal error: Uncaught DateMalformedPeriodStringException: DatePeriod::__construct(): Recurrence count must be greater than 0 in /in/0Cps6:5 Stack trace: #0 /in/0Cps6(5): DatePeriod->__construct(Object(DateTime), Object(DateInterval), NULL) #1 {main} thrown in /in/0Cps6 on line 5
Process exited with code 255.
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.19
Warning: Undefined variable $dateEnd in /in/0Cps6 on line 5 Deprecated: DatePeriod::__construct(): Passing null to parameter #3 ($end) of type int is deprecated in /in/0Cps6 on line 5 Fatal error: Uncaught Exception: DatePeriod::__construct(): Recurrence count must be greater than 0 in /in/0Cps6:5 Stack trace: #0 /in/0Cps6(5): DatePeriod->__construct(Object(DateTime), Object(DateInterval), NULL) #1 {main} thrown in /in/0Cps6 on line 5
Process exited with code 255.
Output for 8.0.0 - 8.0.30
Warning: Undefined variable $dateEnd in /in/0Cps6 on line 5 Fatal error: Uncaught Exception: DatePeriod::__construct(): Recurrence count must be greater than 0 in /in/0Cps6:5 Stack trace: #0 /in/0Cps6(5): DatePeriod->__construct(Object(DateTime), Object(DateInterval), NULL) #1 {main} thrown in /in/0Cps6 on line 5
Process exited with code 255.
Output for 7.2.19 - 7.2.33, 7.3.6 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined variable: dateEnd in /in/0Cps6 on line 5 Fatal error: Uncaught Exception: DatePeriod::__construct(): The recurrence count '0' is invalid. Needs to be > 0 in /in/0Cps6:5 Stack trace: #0 /in/0Cps6(5): DatePeriod->__construct(Object(DateTime), Object(DateInterval), NULL) #1 {main} thrown in /in/0Cps6 on line 5
Process exited with code 255.
Output for 7.3.32 - 7.3.33
Fatal error: Uncaught Exception: DatePeriod::__construct(): The recurrence count '0' is invalid. Needs to be > 0 in /in/0Cps6:5 Stack trace: #0 /in/0Cps6(5): DatePeriod->__construct(Object(DateTime), Object(DateInterval), NULL) #1 {main} thrown in /in/0Cps6 on line 5
Process exited with code 255.
Output for 5.4.30 - 5.4.45, 5.5.14 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.17 - 7.2.18, 7.3.0 - 7.3.5
Notice: Undefined variable: dateEnd in /in/0Cps6 on line 5 Array ( [0] => DateTime Object ( [date] => 2014-01-05 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) )
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.29, 5.5.0 - 5.5.13
Notice: Undefined variable: dateEnd in /in/0Cps6 on line 5 Array ( [0] => DateTime Object ( [date] => 2014-01-05 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) )
Output for 5.2.0 - 5.2.17
Fatal error: Class 'DatePeriod' not found in /in/0Cps6 on line 5
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/0Cps6 on line 3
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/0Cps6 on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: datetime in /in/0Cps6 on line 3

preferences:
232.26 ms | 401 KiB | 383 Q