3v4l.org

run code in 300+ PHP versions simultaneously
<?php $birthDate = new DateTime(null); $birthDateNotNull = new DateTime('1989-09-26'); $serializeBirthDate = serialize($birthDate); $serializeBirthDateNotNull = serialize($birthDateNotNull); echo $serializeBirthDate; echo PHP_EOL; echo $serializeBirthDateNotNull; echo PHP_EOL; echo PHP_EOL; echo PHP_EOL; echo unserialize($serializeBirthDate); echo PHP_EOL; echo unserialize($serializeBirthDateNotNull); echo PHP_EOL; echo "#######################"; echo PHP_EOL; $perSmsDate = new DateTime(null); $perSmsDateNotNull = new DateTime('2015-12-07 20:40:25'); $serializePerSmsDate = serialize($perSmsDate); $serializePerSmsDateNotNull = serialize($perSmsDateNotNull); echo $serializePerSmsDate; echo PHP_EOL; echo $serializePerSmsDateNotNull; echo PHP_EOL; echo PHP_EOL; echo PHP_EOL; echo unserialize($serializePerSmsDate); echo PHP_EOL; echo unserialize($serializePerSmsDateNotNull);
Output for 8.3.6
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.010694";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
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 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008502";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.3.4
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.010788";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.3.3
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008590";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.3.1 - 8.3.2
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003794";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.3.0
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.004042";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.18
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008554";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.17
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.007330";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.16
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008443";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.15
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003731";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.14
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003785";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.13
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003855";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.12
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003735";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.11
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.005386";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.10
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.007243";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.9
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.006069";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.8
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003920";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.7
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003953";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.6
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003959";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.5
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.004220";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.4
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003700";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.3
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003949";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.2
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003835";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.1
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.004072";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.2.0
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.004112";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.28
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.007054";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.27
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003647";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.26
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003613";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.25
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003688";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.24
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.004300";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.23
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.005103";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.22
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003965";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.21
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003783";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.20
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.004309";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.19
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003866";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.18
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003681";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.17
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003739";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.16
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003611";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.15
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003864";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.14
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.004925";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.13
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003434";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.12
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003580";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.11
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003428";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.10
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003500";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.9
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003519";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.8
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003446";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.7
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003270";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.6
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003650";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.5
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003632";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.4
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.004440";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.3
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.004057";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.2
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003570";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.1
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003777";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.1.0
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/QD2FD on line 3 O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003725";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.30
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.024671";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.29
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003485";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.28
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003441";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.27
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003299";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.26
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003253";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.25
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003204";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.24
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.004618";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.23
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003568";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.22
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003563";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.21
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003234";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.20
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003282";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.19
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003774";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.18
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003726";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.17
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003303";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.16
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003520";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.15
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003386";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.14
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003463";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.13
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 10:27:20.002049";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.12
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003486";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.11
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003378";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.10
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003986";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.9
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003472";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.8
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.012650";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.7
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003750";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.6
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003831";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.5
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003542";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.3
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008136";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.2
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.009434";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.1
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003704";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 8.0.0
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008701";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.33
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.001998";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.32
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003063";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.30
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.002805";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.29
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.005016";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.28
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003630";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.27
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003224";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.26
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 10:27:20.002244";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.25
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003425";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.24
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003543";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.23
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003100";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.22
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008899";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.21
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008874";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.20
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003767";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.16
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.012290";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.15
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.012331";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.14
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008277";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.13
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.011100";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.12
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.009370";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.11
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.011558";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.10
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.012172";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.9
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008455";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.8
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008984";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.7
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008661";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.6
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000364";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.5
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.004065";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.4
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.013134";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.3
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.011684";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.4.0
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000240";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/QD2FD:17 Stack trace: #0 {main} thrown in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.33
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 10:27:20.002878";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.32
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 10:27:20.002134";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.31
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003304";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.30
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.003182";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.29
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.007216";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.28
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.007502";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.27
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008671";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.26
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008160";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.25
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.011439";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.24
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.009516";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.23
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.012010";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.21
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.008784";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.20
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.011337";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.19
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.011138";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.18
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.011548";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.17
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.009050";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.16
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.009057";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.12
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000435";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.11
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000255";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.10
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000262";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.9
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000238";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.8
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000308";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.19, 7.3.7
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000172";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.6
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000174";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.5
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000239";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.4
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000155";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.3
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000166";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.30, 7.3.2
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000130";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.3.1
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000158";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.4, 7.3.0
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000212";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.33
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.009472";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.32
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.012978";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.31
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.011155";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.30
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.011308";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.29
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.009618";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.25
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000230";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.17, 7.2.24
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000245";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.23
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000190";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.22
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000178";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.21
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000198";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.20
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000192";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.18
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000223";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.13
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000150";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.12
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.017786";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.11
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.022309";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.10
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.014097";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.9
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.069584";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.8
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000153";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.7
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.045345";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.6
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.032229";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.5
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.104931";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.3
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000209";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.2
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000224";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.1
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.138933";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.2.0
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000159";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.33
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000252";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.32
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000256";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.31
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000247";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.29
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000120";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.28
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000156";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.27
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000175";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.26
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000157";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.25
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.024609";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.20
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.004126";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.7
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.002900";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.6
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.016552";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.5
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.020957";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.4
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.019986";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.3
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.2
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.019419";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.1
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.004944";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.1.0
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.006343";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Recoverable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.
Output for 7.0.0 - 7.0.20
O:8:"DateTime":3:{s:4:"date";s:26:"2017-06-28 12:27:20.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} O:8:"DateTime":3:{s:4:"date";s:26:"1989-09-26 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";} Catchable fatal error: Object of class DateTime could not be converted to string in /in/QD2FD on line 17
Process exited with code 255.

preferences:
181.74 ms | 402 KiB | 215 Q