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.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.007123" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught DateMalformedIntervalStringException: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.006861" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught DateMalformedIntervalStringException: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.007006" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught DateMalformedIntervalStringException: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008723" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught DateMalformedIntervalStringException: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003800" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught DateMalformedIntervalStringException: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003859" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught DateMalformedIntervalStringException: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003755" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught DateMalformedIntervalStringException: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.007092" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.010079" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.009214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.25, 8.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003656" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004856" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.007191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004767" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.005130" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003764" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003796" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004007" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004306" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.7, 8.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003924" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.27, 8.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003912" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003829" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004024" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003804" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.007096" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003759" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.005071" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003936" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004452" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004253" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003705" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003703" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003708" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003496" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003785" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003931" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003291" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003737" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003643" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003923" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004519" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003542" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003900" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004142" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003587" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003690" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003626" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003950" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004006" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003318" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003496" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003672" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003274" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003135" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003392" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003355" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003533" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003404" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003494" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003525" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003919" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003575" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003571" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003624" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003376" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003390" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.002522" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003514" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003924" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003462" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003437" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008827" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003507" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003434" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003591" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008057" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.009552" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003662" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 8.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.010863" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.001913" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.002864" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.002916" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003778" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003256" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003316" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003534" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.016129" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.006935" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003720" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.007636" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008739" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.011640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008466" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008561" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.009143" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.011614" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008143" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.009500" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.020392" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.000246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003472" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008245" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.009420" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.4.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.000123" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.002483" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.003243" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003243" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003358" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.010625" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.009518" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008890" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.009019" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.009090" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008762" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008855" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008295" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008537" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008631" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004663" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.009682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.3.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.009177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.2.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.008302" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.2.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.009300" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.2.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.009361" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.2.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.010922" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.2.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.009713" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.002734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003996" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.002641" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004500" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.003046" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.006637" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.010973" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.004021" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-08 17:54:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2015-12-08 16:54:04.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 20:12:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-05-03 18:12:02.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-03 08:30:29.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-03 06:30:29.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.0.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 20:27:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-03-10 19:27:59.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 21:50:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-03-18 20:50:17.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 04:04:37.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-03-23 03:04:37.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-24 07:18:28.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-03-24 06:18:28.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 7.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 09:12:43.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-03-27 07:12:43.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } Fatal error: Uncaught Exception: DateInterval::__construct(): Unknown or bad format (P1s) in /in/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.6.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 15:20:29.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-05-02 13:20:29.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.6.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 07:32:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-10 05:32: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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.6.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 04:40:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-03-08 03:40:07.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.6.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-15 13:31:33.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-03-15 12:31:33.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.6.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 01:06:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-03-20 00:06:00.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.6.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 10:01:28.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-03-28 08:01:28.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.6.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-29 10:51:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-03-29 08:51:03.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.6.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-14 16:31:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-14 14:31:59.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.6.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 17:12:33.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-15 15:12:33.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.6.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 07:39:38.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-20 05:39:38.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.6.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-24 14:04:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-24 12:04:58.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.6.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 16:09:11.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-25 14:09:11.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.6.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 21:17:29.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-27 19:17:29.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.6.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-30 06:07:27.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-30 04:07:27.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.5.35
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 00:24:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-05-22 22:24:09.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.5.34
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-11 09:43:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-11 07:43:36.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.5.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-09 07:34:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-03-09 06:34:48.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.5.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-17 17:25:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-03-17 16:25:58.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.5.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 04:12:18.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-03-21 03:12:18.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.5.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 12:43:12.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-01 10:43:12.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.5.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-17 07:30:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-17 05:30:10.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.5.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 10:56:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-21 08:56:47.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.5.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 12:38:05.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-22 10:38:05.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.5.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 18:49:06.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-26 16:49:06.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.5.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 02:13:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-04-29 00:13:50.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.
Output for 5.5.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-24 08:31:44.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#3 (3) { ["date"]=> string(26) "2016-05-24 06:31:44.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/2nFIQ:12 Stack trace: #0 /in/2nFIQ(12): DateInterval->__construct('P1s') #1 {main} thrown in /in/2nFIQ on line 12
Process exited with code 255.

preferences:
163.63 ms | 401 KiB | 182 Q