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((int)$today->format('o'), (int)$today->format('W'), $days[ucfirst($day)]); return $today; } var_dump(getDay('Monday')->setTime(0, 0, 0)->format('Y-m-d H:i:s')); var_dump(getDay('Friday'));
Output for 8.3.6
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.007084" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.5
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.014283" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.4
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.007345" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.3
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.007273" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.2
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003742" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.1
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004142" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.0
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003974" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.18
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.007374" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.17
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.007349" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.16
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.006716" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.15
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004339" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.14
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004011" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.13
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003774" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.12
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003887" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.11
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004662" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.10
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.005347" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.9
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003930" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.8
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003991" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.7
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004006" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.6
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003811" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.10, 8.2.5
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003889" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.4
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003836" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.3
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003853" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.2
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003997" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.1
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003779" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.0
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004069" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.28
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.006999" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.27
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.006708" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.26
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003721" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.25
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004041" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.24
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004289" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.23
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004671" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.22
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003840" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.21
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.006930" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.20
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004077" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.19
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003708" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.18
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003660" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.17
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.005294" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.16
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003837" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.15
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004822" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.14
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003823" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.13
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003739" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.12
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003645" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.11
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003523" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.9
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003583" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.8
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003531" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.7
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003413" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.6
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.005994" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.5
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004063" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.4
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003846" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.3
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003715" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.2
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003725" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.1
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003677" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.0
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003912" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.30
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003603" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.29
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003479" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.28
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003342" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.27
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003411" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.26
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003180" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.25
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003569" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.24
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003297" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.23
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003681" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.1, 8.0.22
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003705" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.21
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003543" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.20
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003465" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.19
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003970" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.18
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.005108" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.17
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003866" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.16
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003568" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.15
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003480" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.14
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.005081" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.13
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 22:41:20.002211" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 8.0.12
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003852" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.11
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003538" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.10
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003862" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.9
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003801" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.8
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.007557" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.7
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003464" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.6
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004022" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.5
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003982" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.3
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.013724" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.2
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.009455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.0
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.008908" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.33
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.001870" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.32
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003229" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.30
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003006" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.29
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.28
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003530" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.27
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003438" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.26
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003689" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.25
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003596" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.24
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003456" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.23
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003514" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.22
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.008593" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.21
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.010330" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.20
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003286" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.16
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.008020" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.15
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.009268" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.14
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.008423" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.13
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.011394" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.12
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.009537" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.11
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.009124" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.10
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.013497" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.9
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.009718" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.8
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.011146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.7
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.008506" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.6
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.000456" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.5
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.002580" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.4
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.009113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.3
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.013279" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.0
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.000251" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.33
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 22:41:20.002122" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.32
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 22:41:20.002058" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.31
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003423" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.30
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003408" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.29
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003882" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.28
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.007831" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.27
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.009523" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.26
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.010275" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.25
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.008829" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.24
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.010775" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.23
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.009605" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.21
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.012127" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.20
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.009366" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.19
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.008355" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.18
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004627" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.17
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.015516" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.16
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.009078" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.33
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.009866" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.32
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.010342" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.31
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.013874" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.30
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.009941" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.29
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.008452" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.6
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.002847" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.0
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004137" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.20
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.003986" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.10
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004496" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.7
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.005954" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.6
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.012592" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.5
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.011358" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.0
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.004312" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.28, 7.0.20
string(19) "2016-01-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:41:20.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.6
string(19) "2016-05-16 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-20 14:20:56.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.5
string(19) "2016-03-28 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 10:13:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.4
string(19) "2016-03-07 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-11 22:22:06.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.3
string(19) "2016-03-14 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 23:57:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.2
string(19) "2016-03-21 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-25 06:04:56.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.1
string(19) "2016-03-21 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-25 09:06:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.0
string(19) "2016-03-21 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-25 10:58:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.21
string(19) "2016-05-02 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-06 17:08:20.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.20
string(19) "2016-04-04 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-08 09:15:19.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.19
string(19) "2016-03-07 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-11 06:31:25.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.18
string(19) "2016-03-14 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 15:31:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.17
string(19) "2016-03-14 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 03:09:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.16
string(19) "2016-03-28 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 11:47:56.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.15
string(19) "2016-03-28 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 12:37:43.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.14
string(19) "2016-04-11 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 18:20:42.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.13
string(19) "2016-04-11 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 18:59:45.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.12
string(19) "2016-04-18 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 09:30:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.11
string(19) "2016-04-18 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 15:56:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.10
string(19) "2016-04-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 18:02:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.9
string(19) "2016-04-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 23:31:11.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.8
string(19) "2016-04-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 07:57:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.35
string(19) "2016-05-23 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-27 03:23:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.34
string(19) "2016-04-11 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 11:29:45.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.33
string(19) "2016-03-07 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-11 09:36:44.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.32
string(19) "2016-03-14 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 19:32:06.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.31
string(19) "2016-03-21 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-25 06:19:41.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.30
string(19) "2016-03-28 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 14:28:38.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.29
string(19) "2016-04-11 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 09:17:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.28
string(19) "2016-04-18 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 12:51:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.27
string(19) "2016-04-18 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 14:27:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.26
string(19) "2016-04-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 20:44:23.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.25
string(19) "2016-04-25 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 04:12:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.24
string(19) "2016-05-23 00:00:00" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-27 10:42:40.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }

preferences:
197.6 ms | 401 KiB | 183 Q