3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public static $bar; public function getBar() { if (empty(self::$bar)) { self::$bar = new \DateTime(); } return self::$bar; } } var_dump(Foo::$bar); $a = new Foo(); $a->getBar(); var_dump(Foo::$bar);
Output for 8.3.6
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.007149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.5
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.010537" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.4
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.007225" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.3
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.006922" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.2
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003666" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.1
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003883" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.0
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003865" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.18
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.010575" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.17
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.007052" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.16
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.006578" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.15
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003763" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.14
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003795" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.13
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.005297" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.12
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003850" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.11
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.004187" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.10
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.005640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.9
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003882" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.8
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003857" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.6, 8.2.7
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.004044" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.6
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003839" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.5
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.004015" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.19, 8.2.4
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003833" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.3
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003634" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.2
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003817" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.1
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.004025" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.0
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003776" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.28
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.008388" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.27
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003888" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.26
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003618" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.25
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003718" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.24
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.004221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.23
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.005187" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.22
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003676" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.21
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003852" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.20
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.004084" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.18
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003962" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.17
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.005018" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.16
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003590" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.15
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003825" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.14
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003820" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.13
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003405" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.12
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003594" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.11
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003593" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.10
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.005221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.9
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003629" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.8
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.004207" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.7
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003740" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.5
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003931" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.4
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.006911" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.3
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.004170" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.2
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003599" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.1
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003557" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.0
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003583" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.30
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003619" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.29
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003499" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.28
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003425" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.27
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003408" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.26
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.25
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003289" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.24
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003307" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.23
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003264" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.22
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.005402" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.21
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003308" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.20
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.19
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003647" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.18
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003397" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.17
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003576" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.16
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003296" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.15
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003528" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.14
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.13
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 10:27:08.002201" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 8.0.12
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003537" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.11
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.004114" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.10
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003435" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.9
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003886" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.8
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.010457" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.7
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003612" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.6
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003871" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.5
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003585" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.3
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.007423" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.2
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.010027" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.1
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003677" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.0
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.008242" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.33
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.001961" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.32
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.002960" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.30
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003268" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.29
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.005222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.28
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003692" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.27
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003114" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.26
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003243" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.25
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003363" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.24
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003338" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.23
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003380" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.22
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.011298" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.21
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.007022" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.20
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003336" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.16
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.008261" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.15
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.009180" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.14
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.012200" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.13
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.010185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.12
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.013051" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.11
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.010237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.10
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.008700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.9
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.008393" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.8
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.010612" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.7
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.009128" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.6
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000424" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.5
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.002819" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.4
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.008722" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.3
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.010377" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.0
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000287" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.33
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 10:27:08.001995" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.32
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 10:27:08.001937" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.31
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003436" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.30
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003567" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.29
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.28
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.007504" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.27
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.008843" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.26
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.009300" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.25
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.009351" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.24
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.008325" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.23
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.008877" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.21
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.008906" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.20
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.009598" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.19
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.012179" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.18
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.004761" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.17
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.010701" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.16
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.010860" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.12
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000375" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.11
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000319" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.10
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000242" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.9
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.10, 7.3.8
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.1, 7.3.7
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000254" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.6
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.5
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.4
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000308" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.24, 7.3.3
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000250" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.2
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000251" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.0
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.33
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.009031" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.32
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.010599" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.31
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.012544" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.30
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.009012" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.29
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.010095" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.25
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000280" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.31, 7.2.23
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.22
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000391" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.21
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000265" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.20
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000203" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.19
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.18
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000196" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.17
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.16
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.15
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.14
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000238" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.13
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.12
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000134" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.29, 7.2.9, 7.2.11
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000145" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.8
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.7
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000158" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.6
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.047507" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.0, 7.2.5
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000157" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.4
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000152" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.3
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000150" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.2
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000216" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.1
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000195" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.33
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000272" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.32
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000165" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.30
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000240" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.28
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.27
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000181" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.26
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.25
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000136" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.20
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.004141" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.10
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.003370" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.7
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.002941" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.6
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.008456" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.5
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.010849" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.0
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.004040" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.28, 7.0.20
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-14 11:27:08.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.6
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-21 13:48:13.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.5
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-03 09:46:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.4
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 21:53:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.3
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 23:20:37.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.2
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 05:34:32.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.1
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-24 08:38:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.0
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 10:31:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.21
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 16:40:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.20
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 08:48:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.19
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 06:02:52.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.18
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-15 15:00:56.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.17
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-20 02:33:30.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.16
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 11:20:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.15
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-29 12:10:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.14
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-14 17:52:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.13
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 18:31:56.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.12
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 09:01:34.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.11
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-24 15:27:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.10
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 17:33:28.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.9
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 23:00:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.8
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-30 07:28:32.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.35
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-23 02:43:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.34
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-11 11:02:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.33
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-09 09:01:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.32
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-17 18:58:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.31
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 05:45:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.30
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 14:01:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.29
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-17 08:49:32.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.28
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 12:21:23.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.27
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 13:58:56.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.26
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 20:14:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.25
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-29 03:41:08.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.24
NULL object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-24 10:12:31.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }

preferences:
273.17 ms | 401 KiB | 229 Q