3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new DateTime(); var_dump($date); $date2 = \DateTime::createFromFormat('U', $date->format('U'), $date->getTimezone()); var_dump($date2); $date3 = clone $date; $date3->sub(new DateInterval("P1S")); var_dump($date3);
Output for 8.3.3, 8.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.007171" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught DateMalformedIntervalStringException: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.010611" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught DateMalformedIntervalStringException: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.010434" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught DateMalformedIntervalStringException: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003610" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught DateMalformedIntervalStringException: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003793" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught DateMalformedIntervalStringException: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003905" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught DateMalformedIntervalStringException: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.008903" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.007159" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.006953" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003634" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.004127" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.004659" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.007103" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.004705" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.005301" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.004155" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003804" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003969" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003996" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.004001" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.005567" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.004590" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003843" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003964" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003753" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.008425" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.004259" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.007288" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003666" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.004527" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.004985" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003873" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003835" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.004176" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003712" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003622" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003731" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003487" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003603" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.004007" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003471" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003579" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003641" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003411" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003914" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003743" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.004484" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003557" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003692" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.004043" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003859" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003556" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003906" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003746" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003491" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003528" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003293" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003371" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003161" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003318" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003168" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003306" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003437" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003517" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003058" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.004441" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003439" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003557" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003526" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003288" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003737" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.002248" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003571" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003456" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003458" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003796" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.007626" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003860" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003931" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003441" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.007876" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.009471" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003896" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 8.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.008836" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.002195" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003200" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.002809" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003205" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003525" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003726" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003474" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003535" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003425" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003510" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.015165" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.009488" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003380" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.007936" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.010458" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.008073" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.008389" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.013500" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.008931" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.009076" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.009698" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.013267" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.010896" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.9, 7.4.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000239" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.009644" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.012026" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.13, 7.4.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.4.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000206" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.002029" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.002873" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003593" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.003225" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.014593" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.012775" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.008552" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.008434" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.009333" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.010006" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.008973" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.008330" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.009694" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.008493" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.005850" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.011675" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.008268" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000271" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.1, 7.3.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000198" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000273" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000229" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000160" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000211" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000312" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000216" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000129" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000152" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.009087" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.009570" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.008348" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.011876" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.009228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000225" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.12, 7.2.22, 7.2.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000170" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.18, 7.2.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000174" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000249" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.14, 7.2.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000169" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000183" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000224" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000265" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.17, 7.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000147" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.15, 7.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000142" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000161" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000148" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000192" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000123" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000155" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000159" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000200" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.11, 7.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.28, 7.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000130" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.5, 7.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000135" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000151" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000112" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000128" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000140" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000179" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000157" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000207" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.8, 7.1.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000116" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.1, 7.1.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000173" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.10, 7.1.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000119" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000226" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000156" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.6, 7.1.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000111" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000133" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000215" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000105" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000165" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 7.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000168" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1S) in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 5.5.14 - 5.5.38, 5.6.0 - 5.6.5, 5.6.7 - 5.6.40
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:01.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught exception 'Exception' with message 'DateInterval::__construct(): Unknown or bad format (P1S)' in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 5.6.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:55:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:55:02.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught exception 'Exception' with message 'DateInterval::__construct(): Unknown or bad format (P1S)' in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.
Output for 5.5.0 - 5.5.13
object(DateTime)#1 (3) { ["date"]=> string(19) "2015-12-08 17:55:01" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(19) "2015-12-08 16:55:01" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught exception 'Exception' with message 'DateInterval::__construct(): Unknown or bad format (P1S)' in /in/IfQKF:12 Stack trace: #0 /in/IfQKF(12): DateInterval->__construct('P1S') #1 {main} thrown in /in/IfQKF on line 12
Process exited with code 255.

preferences:
297.07 ms | 402 KiB | 330 Q