3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dt = new DateTime( null ); $serial = serialize( $dt ); var_dump( '1', unserialize( $serial ) ); $test = 'O:8:"DateTime":3:{s:4:"date";s:19:"2014-03-31 14:55:58";s:13:"timezone_type";i:3;s:8:"timezone";s:12:"Europe/Paris";}'; var_dump( '2', unserialize( $test ) ); try { $test = 'O:8:"DateTime":3:{s:4:"date";s:19:"2014-03-31 14:55:58";s:13:"timezone_type";i:3;s:8:"timezone";s:0:"";}'; var_dump( '3', unserialize( $test ) ); } catch ( \Exception $e ) { var_dump( '3', 'err' ); }
Output for 8.3.6
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.006961" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.3.5
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.009088" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.007289" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.007208" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.3.2
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004089" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.3.1
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003767" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004183" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.012579" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.010134" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008992" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003752" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003748" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004015" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004805" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.005258" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003863" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004023" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003951" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004381" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003910" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003794" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003736" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003908" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004236" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.007529" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003717" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003775" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.1.14, 8.1.25
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003552" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003991" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004872" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003748" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003745" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003965" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003974" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003687" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003674" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003612" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003677" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.005059" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.1.10, 8.1.12
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003506" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004024" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003496" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003882" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003390" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003929" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003987" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003964" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004239" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004150" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003706" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
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/CH9Bs on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003580" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.30
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003596" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.29
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003519" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.28
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003551" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.27
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003590" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.26
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003400" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.14, 8.0.25
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003451" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.24
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003444" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.23
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003461" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.21 - 8.0.22
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003413" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.20
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003577" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.19
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003725" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.18
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003405" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.17
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003940" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.16
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003598" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.15
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004020" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.13
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 18:54:29.002110" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.12
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003722" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.11
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004084" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.10
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003436" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.9
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003465" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.8
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008848" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.7
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003509" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.6
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003488" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.5
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003535" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.3
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.009405" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.2
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.009817" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.1
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003538" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 8.0.0
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008792" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.33
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.001841" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.32
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003059" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.30
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003060" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.29
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003610" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.28
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003562" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.27
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003714" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.26
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003206" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.25
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003657" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.24
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003495" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.23
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003412" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.22
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008633" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.21
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.007700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.20
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003777" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.19
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003326" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.16
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.012001" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.15
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008656" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.14
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008650" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.13
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008122" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.12
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008698" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.11
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.010331" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.10
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008897" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.9
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008882" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.8
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008527" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.7
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008430" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.6
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.000376" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.5
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.002188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.4
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.002780" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.3
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008223" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.4.0
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.000215" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.33
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 18:54:29.002150" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.32
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 18:54:29.001989" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.31
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003501" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.30
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003321" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.29
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.010839" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.28
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008915" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.27
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008652" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.26
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.031037" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.25
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.009417" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.24
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008735" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.23
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008312" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.21
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.012226" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.20
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008845" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.19
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.009990" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.18
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004398" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.17
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008254" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.16
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.3.12
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.000164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.2.33
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.012175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.2.32
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.012885" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.2.31
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.009015" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.2.30
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008703" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.2.29
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.008981" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.2.6
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004611" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.2.5
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003924" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.2.0
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.004109" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.1.20
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.003346" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.1.7
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.006098" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.1.6
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.013062" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.1.5
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.010966" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 7.1.0
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.006340" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Uncaught Error: Invalid serialization data for DateTime object in /in/CH9Bs:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/CH9Bs(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/CH9Bs on line 13
Process exited with code 255.
Output for 5.4.30 - 5.4.45, 5.5.14 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-25 19:54:29.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:55:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Invalid serialization data for DateTime object in /in/CH9Bs on line 13
Process exited with code 255.
Output for 5.4.28 - 5.4.29, 5.5.12 - 5.5.13
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-25 19:54:29" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(19) "2014-03-31 14:55:58" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } Fatal error: Invalid serialization data for DateTime object in /in/CH9Bs on line 13
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.27, 5.5.0 - 5.5.11
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-25 19:54:29" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(19) "2014-03-31 14:55:58" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" }
Process exited with code 139.
Output for 5.2.0 - 5.2.17
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/CH9Bs on line 15 string(1) "1" object(DateTime)#2 (0) { } string(1) "2" object(DateTime)#2 (3) { ["date"]=> string(19) "2014-03-31 14:55:58" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } string(1) "3" object(DateTime)#2 (3) { ["date"]=> string(19) "2014-03-31 14:55:58" ["timezone_type"]=> int(3) ["timezone"]=> string(0) "" }
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/CH9Bs on line 15 Fatal error: Class 'DateTime' not found in /in/CH9Bs on line 3
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected '{' in /in/CH9Bs on line 11
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected '{' in /in/CH9Bs on line 11
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/CH9Bs on line 11
Process exited with code 255.

preferences:
272.76 ms | 401 KiB | 356 Q