3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = new DateTime('2013-09-09 12:00:15'); # $start->setTimestamp($from); if $from is timestamp $end = new DateTime('now'); $iso = $start->format(DateTime::W3C) . '/' . $end->format(DateTime::W3C) . '/P1D'; #$iso = 'R2/2013-09-09T12:00:15Z/P1D'; var_dump($iso); $periods = new DatePeriod($iso);
Output for 8.3.0 - 8.3.7
string(55) "2013-09-09T12:00:15+02:00/2013-11-08T14:14:24+01:00/P1D" Fatal error: Uncaught DateMalformedPeriodStringException: Unknown or bad format (2013-09-09T12:00:15+02:00/2013-11-08T14:14:24+01:00/P1D) in /in/9ghU8:10 Stack trace: #0 /in/9ghU8(10): DatePeriod->__construct('2013-09-09T12:0...') #1 {main} thrown in /in/9ghU8 on line 10
Process exited with code 255.
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
string(55) "2013-09-09T12:00:15+02:00/2013-11-08T14:14:24+01:00/P1D" Fatal error: Uncaught Exception: Unknown or bad format (2013-09-09T12:00:15+02:00/2013-11-08T14:14:24+01:00/P1D) in /in/9ghU8:10 Stack trace: #0 /in/9ghU8(10): DatePeriod->__construct('2013-09-09T12:0...') #1 {main} thrown in /in/9ghU8 on line 10
Process exited with code 255.
Output for 7.0.14 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.33, 8.0.0 - 8.0.12, 8.0.14 - 8.0.30
string(55) "2013-09-09T12:00:15+02:00/2013-11-08T14:14:24+01:00/P1D" Fatal error: Uncaught Exception: DatePeriod::__construct(): Unknown or bad format (2013-09-09T12:00:15+02:00/2013-11-08T14:14:24+01:00/P1D) in /in/9ghU8:10 Stack trace: #0 /in/9ghU8(10): DatePeriod->__construct('2013-09-09T12:0...') #1 {main} thrown in /in/9ghU8 on line 10
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.26, 8.0.13
string(55) "2013-09-09T12:00:15+00:00/2013-11-08T13:14:24+00:00/P1D" Fatal error: Uncaught Exception: DatePeriod::__construct(): Unknown or bad format (2013-09-09T12:00:15+00:00/2013-11-08T13:14:24+00:00/P1D) in /in/9ghU8:10 Stack trace: #0 /in/9ghU8(10): DatePeriod->__construct('2013-09-09T12:0...') #1 {main} thrown in /in/9ghU8 on line 10
Process exited with code 255.
Output for 7.0.0 - 7.0.8
string(55) "2013-09-09T12:00:15+02:00/2013-09-12T10:35:47+02:00/P1D" Fatal error: Uncaught Exception: DatePeriod::__construct(): Unknown or bad format (2013-09-09T12:00:15+02:00/2013-09-12T10:35:47+02:00/P1D) in /in/9ghU8:10 Stack trace: #0 /in/9ghU8(10): DatePeriod->__construct('2013-09-09T12:0...') #1 {main} thrown in /in/9ghU8 on line 10
Process exited with code 255.
Output for 5.6.28
string(55) "2013-09-09T12:00:15+02:00/2013-11-08T14:14:24+01:00/P1D" Fatal error: Uncaught exception 'Exception' with message 'DatePeriod::__construct(): Unknown or bad format (2013-09-09T12:00:15+02:00/2013-11-08T14:14:24+01:00/P1D)' in /in/9ghU8:10 Stack trace: #0 /in/9ghU8(10): DatePeriod->__construct('2013-09-09T12:0...') #1 {main} thrown in /in/9ghU8 on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.37, 5.6.0 - 5.6.23
string(55) "2013-09-09T12:00:15+02:00/2013-09-12T10:35:47+02:00/P1D" Fatal error: Uncaught exception 'Exception' with message 'DatePeriod::__construct(): Unknown or bad format (2013-09-09T12:00:15+02:00/2013-09-12T10:35:47+02:00/P1D)' in /in/9ghU8:10 Stack trace: #0 /in/9ghU8(10): DatePeriod->__construct('2013-09-09T12:0...') #1 {main} thrown in /in/9ghU8 on line 10
Process exited with code 255.
Output for 5.2.0 - 5.2.17
string(55) "2013-09-09T12:00:15+02:00/2013-09-12T10:35:47+02:00/P1D" Fatal error: Class 'DatePeriod' not found in /in/9ghU8 on line 10
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/9ghU8 on line 3
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected ')', expecting '(' in /in/9ghU8 on line 7
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected ')', expecting '(' in /in/9ghU8 on line 7
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `'('' in /in/9ghU8 on line 7
Process exited with code 255.

preferences:
248.25 ms | 401 KiB | 352 Q