3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s1 = 'O:8:"DateTime":3:{s:4:"date";s:20:"10007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}'; $s2 = 'O:3:"Foo":3:{s:4:"date";s:20:"10007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}'; global $foo; class Foo extends DateTime { function __wakeup() { global $foo; $foo = $this; parent::__wakeup(); } } $f = new Foo(); var_dump($f); return; // Old test case try { unserialize( $s1 ); } catch ( Exception $e ) {} // My test case try { unserialize( $s2 ); } catch ( Exception $e ) { var_dump($e); } //var_dump( $foo );
Output for 8.3.6
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.010310" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.5
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.008489" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.4
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.009423" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.3
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.006912" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.2
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.009782" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.1
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.008683" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.0
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.005292" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.18
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.007289" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.17
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.008839" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.16
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.009767" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.15
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.007533" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.14
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004226" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.13
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003637" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.12
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.006868" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.11
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004313" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.10
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.005182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.9
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003773" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.8
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004057" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.7
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004224" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.6
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003839" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.5
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004053" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.4
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003831" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.3
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004481" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.2
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003835" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.1
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004083" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.0
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004099" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.28
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.008243" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.27
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004050" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.26
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.009506" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.25
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.008313" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.24
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003963" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.23
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004884" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.22
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003987" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.21
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003692" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.20
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004037" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.19
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003657" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.18
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003784" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.17
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004066" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.16
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.15
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.14
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003618" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.13
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003668" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.12
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003793" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.11
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003743" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.10
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003813" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.9
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003598" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.8
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003306" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.7
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003731" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.6
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003981" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.5
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003787" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.4
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003562" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.3
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.2
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003995" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.1
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003685" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.0
Deprecated: Return type of Foo::__wakeup() should either be compatible with DateTime::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/qpaYP on line 9 object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003623" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.30
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003376" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.29
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003336" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.28
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003698" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.27
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003623" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.26
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003269" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.25
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003533" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.24
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003399" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.23
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003532" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.22
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003558" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.21
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003167" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.20
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003096" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.19
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003766" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.18
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004013" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.17
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003806" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.16
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003821" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.15
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003823" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.14
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003415" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.13
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 02:14:53.002035" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 8.0.12
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003634" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.11
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003510" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.10
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003387" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.9
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003521" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.8
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.008006" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.7
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003473" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.6
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003844" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.5
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003495" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.3
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.009344" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.2
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.009218" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.1
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003394" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.0
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.009491" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.33
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.001902" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.32
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003114" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.30
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.002867" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.29
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003312" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.28
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003210" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.27
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003717" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.26
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.25
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003340" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.24
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003342" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.23
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.22
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.009214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.21
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.007493" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.20
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003373" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.19
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003653" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.16, 7.4.16
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.008503" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.15
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.008628" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.14
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.008251" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.13
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.008459" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.12
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.009290" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.11
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.008821" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.10
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.012512" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.9
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.011379" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.8
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.011214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.7
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.010528" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.6
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000331" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.5
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.002199" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.4
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004238" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.3
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.008209" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.0
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000262" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.33
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 02:14:53.001945" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.32
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 02:14:53.001955" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.31
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003788" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.30
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003145" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.29
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.011532" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.28
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.010058" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.27
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.011801" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.26
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.011767" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.25
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.008737" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.24
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.009653" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.23
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.011533" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.21
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.010729" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.20
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.011192" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.19
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.012552" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.18
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004208" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.17
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.009008" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.12
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000266" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.11
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000238" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.2, 7.3.10
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.9
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000224" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.8
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000245" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.7
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000202" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.6
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000313" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.5
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000199" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.4
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000192" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.3
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.1
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000210" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.0
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.33
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.012714" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.32
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.009815" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.31
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.012410" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.30
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.009216" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.29
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.011876" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.25
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000261" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.24
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000278" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.23
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.22
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000249" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.21
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.20
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000231" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.19
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.18
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.17
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000280" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.6
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.004570" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.0
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.003905" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.33
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000137" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.32
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000213" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.31
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.30
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000216" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.29
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.28
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000195" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.27
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.26
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.20
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.001713" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.10
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.016949" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.7
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.002989" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.6
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.012924" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.5
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.012395" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.0
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.006157" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
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
object(Foo)#1 (3) { ["date"]=> string(26) "2012-09-15 04:14:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.29, 5.5.0 - 5.5.13
object(Foo)#1 (3) { ["date"]=> string(19) "2012-09-15 04:14:53" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.2.0 - 5.2.17
object(Foo)#1 (0) { }
Output for 5.0.0 - 5.0.5, 5.1.1 - 5.1.6
Fatal error: Class 'DateTime' not found in /in/qpaYP on line 8
Process exited with code 255.
Output for 5.1.0
Fatal error: fatal flex scanner internal error--end of buffer missed in /in/qpaYP on line 33
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected '{' in /in/qpaYP on line 23
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected '{' in /in/qpaYP on line 23
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/qpaYP on line 23
Process exited with code 255.

preferences:
326.1 ms | 401 KiB | 385 Q