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 ) ); $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 ) );
Output for 8.3.6
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.007053" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.010317" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.010334" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.007105" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.007154" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003696" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003798" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.007259" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.010065" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.006954" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003685" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004025" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003799" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004155" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004462" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.006275" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003997" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003841" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003998" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004294" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004607" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003702" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003760" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003824" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004029" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__unserialize(Array) #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.006529" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003818" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003654" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.1.25
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003438" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004218" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004924" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003825" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003813" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003808" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003724" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004171" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003667" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003805" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.1.14
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003751" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004413" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.1.12
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003507" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004068" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.1.10
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003516" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003563" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003446" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003457" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003540" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003692" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003835" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004177" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004087" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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/KJM2Z on line 3 string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.30
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003569" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.29
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003443" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.28
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003407" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.27
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003315" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.30, 8.0.26
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003202" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.25
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003323" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.24
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003796" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.23
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003356" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.22
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003626" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.21
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003655" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.20
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003438" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.19
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003468" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.18
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003340" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.17
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003408" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.16
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003388" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.15
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003691" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.14
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003478" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.13
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:07:20.002067" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.12
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003584" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.11
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003579" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.10
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003683" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.9
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003394" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.8
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.010635" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.7
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003801" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.6
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003292" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.5
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003859" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.3
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.009439" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.2
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.009230" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.1
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003566" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 8.0.0
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.009453" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.33
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.001902" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.32
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.002829" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.30
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003117" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.29
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003417" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.28
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004539" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.27
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003047" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.26
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003216" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.25
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003835" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.24
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003327" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.23
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003434" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.22
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.012370" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.21
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.006953" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.20
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003679" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.19
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003267" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.16
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.007855" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.15
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.009109" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.14
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.009556" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.13
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.009377" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.12
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.011114" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.11
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008175" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.10
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008397" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.9
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.009004" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.8
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.009017" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.7
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.009642" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.6
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000427" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.5
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.001120" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.4
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004919" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.4.3
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008775" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.0, 7.4.0
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000143" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.33
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:07:20.002119" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.32
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 14:07:20.001964" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.31
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003200" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.29
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.017462" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.28
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008538" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.27
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.012027" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.26
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.013722" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.25
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008385" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.24
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.012592" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.23
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008510" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.21
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008497" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.20
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008369" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.19
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008960" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.18
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008356" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.17
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.009143" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.16
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008862" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.12
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000204" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.1
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000170" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.3.0
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000090" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.33
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.010879" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.32
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008965" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.31
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008488" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.30
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.009263" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.29
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008420" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.13
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000102" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.1, 7.2.12
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000085" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.11
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000096" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.10
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000086" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.9
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000116" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.8
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000163" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.7
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000089" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.6
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000124" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.5
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000121" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.4
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000179" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.3
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000098" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.2.2
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000113" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.1.25
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.000087" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.1.20
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003294" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.1.10
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.004825" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.1.7
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.003816" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.1.6
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.008804" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.1.5
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.010453" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z on line 13
Process exited with code 255.
Output for 7.1.0
string(1) "1" object(DateTime)#2 (3) { ["date"]=> string(26) "2014-03-31 16:07:20.006195" ["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/KJM2Z:13 Stack trace: #0 [internal function]: DateTime->__wakeup() #1 /in/KJM2Z(13): unserialize('O:8:"DateTime":...') #2 {main} thrown in /in/KJM2Z 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) "2014-03-31 16:07:20.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/KJM2Z 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) "2014-03-31 16:07:20" ["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/KJM2Z 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) "2014-03-31 16:07:20" ["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
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
Fatal error: Class 'DateTime' not found in /in/KJM2Z on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: datetime in /in/KJM2Z on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: datetime in /in/KJM2Z on line 3

preferences:
283.17 ms | 401 KiB | 372 Q