3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getDay($day) { $days = ['Monday' => 1, 'Tuesday' => 2, 'Wednesday' => 3, 'Thursday' => 4, 'Friday' => 5, 'Saturday' => 6, 'Sunday' => 7]; $today = new \DateTime(); $today->setISODate($today->format('o'), $today->format('W'), $days[ucfirst($day)]); return $today; } var_dump(getDay('Monday')); var_dump(getDay('Friday')->format('y mm dd'));
Output for 8.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.010365" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.012777" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.007188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.010293" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.007184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.006926" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.004260" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.007351" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.007813" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.006752" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003824" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003678" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.004251" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.006940" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.004380" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.005172" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003835" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003846" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.004157" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.004025" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.006400" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003975" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003950" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.004118" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003943" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.005096" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.006626" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003745" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.28, 8.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003839" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003444" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.004210" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.004902" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003738" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003780" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003984" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.004159" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.004073" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003649" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003496" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003516" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003654" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003341" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003480" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003677" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003576" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003565" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003717" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003400" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003883" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003822" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003590" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003782" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003665" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.004222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003632" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.16, 8.0.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003401" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003637" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003449" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003546" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003083" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003618" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003641" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003274" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003381" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003437" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.006188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003488" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.005436" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003840" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003664" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.005467" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 09:43:29.002226" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(12) "14 0606 0606"
Output for 8.0.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003505" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003402" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003582" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.32, 8.0.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.008970" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.004015" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003793" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.010055" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.009752" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003443" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 8.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.008798" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.001980" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.002948" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.002848" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003447" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003117" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003593" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003414" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003153" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.009065" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.006877" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003441" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.004615" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.008250" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.009619" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.035981" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.013141" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.008904" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.008381" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.009577" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.009401" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.009719" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.011503" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000313" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.002121" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.002707" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.009047" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.4.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000239" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 09:43:29.002492" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(12) "14 0606 0606"
Output for 7.3.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 09:43:29.002050" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(12) "14 0606 0606"
Output for 7.3.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003385" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003236" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.007737" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.009555" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.008246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.012600" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.010668" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.008938" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.009069" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.008921" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.010465" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.008291" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.005371" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.008048" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.008502" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000245" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000227" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000303" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000356" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000183" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000264" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000199" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000212" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.0, 7.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.008710" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.010867" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.012229" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.013898" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000231" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000275" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000254" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.18, 7.2.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000171" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000206" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000174" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.002930" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.029353" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.1.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.1.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000282" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.1.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000192" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.1.27, 7.1.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000129" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.1.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000123" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000133" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003876" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003096" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.003200" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.011595" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.011971" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.004018" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 5.4.42, 5.6.28, 7.0.14 - 7.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:29.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 7.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 08:46:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0505 0606"
Output for 7.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 21:41:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 0101"
Output for 7.0.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 08:05:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0303 1111"
Output for 7.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 08:39:28.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0303 1818"
Output for 7.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:25:13.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0303 2525"
Output for 7.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 19:25:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0303 2525"
Output for 7.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 20:59:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0303 2525"
Output for 5.6.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 04:07:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0505 0606"
Output for 5.6.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-04 20:36:29.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 0808"
Output for 5.6.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 16:13:05.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0303 1111"
Output for 5.6.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 23:58:33.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0303 1818"
Output for 5.6.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 12:57:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0303 1818"
Output for 5.6.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 22:45:42.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0303 2525"
Output for 5.6.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 23:38:28.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 0101"
Output for 5.6.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 02:14:39.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 0101"
Output for 5.6.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-11 06:08:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 1515"
Output for 5.6.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 19:47:37.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 2222"
Output for 5.6.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 02:53:44.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 2222"
Output for 5.6.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 04:36:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 2929"
Output for 5.6.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 09:34:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 2929"
Output for 5.6.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 17:36:22.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 2929"
Output for 5.6.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 13:15:22.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0505 2727"
Output for 5.5.35
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-16 07:51:30.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0505 2020"
Output for 5.5.34
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-04 22:58:43.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 0808"
Output for 5.5.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 19:01:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0303 1111"
Output for 5.5.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 01:50:38.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0303 1818"
Output for 5.5.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 15:43:31.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0303 1818"
Output for 5.5.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 01:46:41.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 0101"
Output for 5.5.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-11 20:13:30.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 1515"
Output for 5.5.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 22:53:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 2222"
Output for 5.5.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 01:24:32.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 2222"
Output for 5.5.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 07:03:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 2929"
Output for 5.5.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 13:08:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0404 2929"
Output for 5.5.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 20:22:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "16 0505 2727"
Output for 5.4.45
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:01:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "15 0909 0404"
Output for 5.4.44
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:01:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "15 0909 0404"
Output for 5.4.43
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:01:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "15 0909 0404"
Output for 5.4.41
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:00:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "15 0909 0404"
Output for 5.4.40
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:00:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "15 0909 0404"
Output for 5.4.39
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:00:56.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "15 0909 0404"
Output for 5.4.38
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-02 22:01:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "15 0303 0606"
Output for 5.4.35 - 5.4.37
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-02 22:00:56.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "15 0303 0606"
Output for 5.4.34
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-02 22:00:55.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "15 0303 0606"
Output for 5.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-09-08 15:18:29.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0909 1212"
Output for 5.4.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-09-08 15:18:27.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0909 1212"
Output for 5.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-09-08 15:18:22.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0909 1212"
Output for 5.4.19 - 5.4.29
object(DateTime)#1 (3) { ["date"]=> string(19) "2014-06-02 11:43:32" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 5.4.4 - 5.4.18
object(DateTime)#1 (3) { ["date"]=> string(19) "2014-06-02 11:43:33" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 5.4.0 - 5.4.3
object(DateTime)#1 (3) { ["date"]=> string(19) "2014-06-02 11:43:34" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(12) "14 0606 0606"
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Parse error: syntax error, unexpected '[' in /in/rQdVo on line 4
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, 5.0.0 - 5.0.5
Parse error: parse error, unexpected '[' in /in/rQdVo on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/rQdVo on line 4
Process exited with code 255.

preferences:
275.13 ms | 401 KiB | 344 Q