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')->format('Y-m-d H:i:s')); var_dump(getDay('Friday'));
Output for 8.3.6
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.010346" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.5
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.010738" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.4
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.008257" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.3
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.007114" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.2
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004065" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.1
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004093" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.0
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003857" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.18
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.007287" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.17
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.007097" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.16
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.009929" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.15
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003736" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.14
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003896" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.13
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003927" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.12
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003635" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.11
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.005116" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.10
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.005571" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.9
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003960" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.8
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004026" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.7
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.6
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004597" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.5
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003935" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.4
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004136" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.3
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003877" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.2
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003854" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.1
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003855" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.0
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003861" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.28
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.006975" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.27
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.007036" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.26
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003748" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.25
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003850" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.24
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.009880" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.23
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.005126" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.22
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003706" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.21
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003920" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.20
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004159" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.19
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003881" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.18
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003739" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.17
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004952" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.16
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003824" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.15
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.005763" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.14
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003844" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.13
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003412" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.12
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003848" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.11
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003624" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.10
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003733" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.9
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003701" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.8
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003492" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.7
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003414" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.6
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004489" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.5
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004101" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.4
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.3
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003769" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.2
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003656" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.1
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003672" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.0
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003740" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.30
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003264" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.29
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003458" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.5, 8.0.28
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003302" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.27
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004413" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.26
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003290" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.25
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003269" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.24
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003286" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.23
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003289" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.22
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003343" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.21
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003651" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.20
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003500" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.19
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003517" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.18
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004313" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.17
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003441" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.16
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003707" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.15
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003279" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.14
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004693" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.13
string(19) "2016-01-25 22:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 22:39:40.002199" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 8.0.12
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003670" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.11
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003620" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.10
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003895" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.9
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003585" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.8
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.007412" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.7
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003984" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.6
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003573" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.5
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003686" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.3
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.007733" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.2
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.009782" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.1
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003847" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.0
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.008945" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.33
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.002122" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.32
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003208" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.30
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003265" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.29
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.28
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003663" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.27
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003180" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.26
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003554" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.25
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.24
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003444" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.23
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003287" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.22
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.009580" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.21
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.006987" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.20
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003297" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.16
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.008491" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.15
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.008665" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.14
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.013922" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.13
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.012220" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.12
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.011415" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.11
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.009383" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.10
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.008327" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.9
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.009252" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.8
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.011066" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.7
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.009337" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.6
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000449" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.4
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.008349" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.3
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.008850" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.1
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000314" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.0
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000276" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.33
string(19) "2016-01-25 22:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 22:39:40.002446" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.32
string(19) "2016-01-25 22:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 22:39:40.002889" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.31
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003636" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.30
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.003751" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.29
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.010156" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.28
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.008156" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.27
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.008500" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.26
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.013761" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.25
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.009438" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.24
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.009251" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.23
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.014397" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.21
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.008541" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.20
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.009134" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.19
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.010921" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.18
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.004676" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.17
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.019743" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.16
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.008748" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.23, 7.3.13
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000319" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.12
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000256" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.11
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000313" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.10
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000227" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.9
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000438" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.8
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000273" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.7
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000303" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.6
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000295" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.5
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000265" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.4
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000230" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.14, 7.3.3
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000322" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.2
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.20, 7.3.1
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.0
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.33
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.009686" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.32
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.010214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.31
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.009327" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.30
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.009454" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.29
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.008377" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.26
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000330" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.25
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000332" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.12, 7.2.24
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000202" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.22
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000366" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.10, 7.2.21
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000253" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.19
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000476" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.18
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000300" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.17
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000244" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.16
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.0, 7.2.15
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000288" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.14
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.9, 7.2.13
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000235" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.13, 7.2.11
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000206" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.3, 7.2.10
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000267" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.1, 7.2.8
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.7
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.19, 7.2.6
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000172" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.5
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.27, 7.1.31, 7.2.4
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000196" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.2
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000304" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.1
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.9, 7.1.24, 7.2.0
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.33
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000376" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.32
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000195" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.30
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.29
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.28
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000239" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.26
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000259" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.25
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000236" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.23
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000251" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.22
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000293" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.4, 7.1.21
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000192" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.20
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.18
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000211" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.17
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000254" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.16
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.12, 7.1.15
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000203" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.11
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.8
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000263" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.7
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000250" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.6
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000171" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.5
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.14 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.13, 7.0.16 - 7.0.33, 7.1.3
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.2
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:40.000311" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.14 - 7.0.15
string(19) "2016-01-25 23:39:41" object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-29 23:39:41.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.0 - 5.5.13
string(19) "2016-01-25 23:39:40" object(DateTime)#1 (3) { ["date"]=> string(19) "2016-01-29 23:39:40" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }

preferences:
281.89 ms | 402 KiB | 330 Q