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')); $fulldate = getDay('Friday')->format('yyyy') ."-".getDay('Friday')->format('m') ."-". getDay('Friday')->format('d'); var_dump($fulldate);
Output for 8.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008779" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.009347" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.010454" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.006990" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003651" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003766" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004003" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008758" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.007652" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.009420" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003865" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003853" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008630" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003776" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004478" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.005281" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003812" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004105" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004275" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003866" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003942" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.1.7, 8.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003889" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003841" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003842" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.005171" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008544" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003832" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004040" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003538" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004607" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.005147" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003693" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004239" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004802" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004039" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.7, 8.1.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003787" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003714" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003442" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003882" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003351" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003826" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003573" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003876" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003741" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004035" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003344" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003691" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003722" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003525" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003946" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003616" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003554" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003601" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003298" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003498" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003245" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003421" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003300" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003348" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003825" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003595" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003198" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004354" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003767" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003316" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003779" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003340" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004528" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 09:46:02.002243" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(14) "14141414-06-06"
Output for 8.0.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003560" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003446" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003462" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003494" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.007623" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003522" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003623" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.009675" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.011954" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003539" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 8.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.012950" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.001798" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003027" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.002907" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003581" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004473" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003574" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003483" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003517" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003582" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003091" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008503" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.007018" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003626" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008082" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008374" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008212" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.009268" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008886" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.010906" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.013000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.012096" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.009948" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.010139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000297" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.002342" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004619" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.17, 7.4.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008750" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.4.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 09:46:02.002763" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(14) "14141414-06-06"
Output for 7.3.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 09:46:02.002195" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(14) "14141414-06-06"
Output for 7.3.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003677" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004244" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008135" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008145" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.010768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.009217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.012097" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008953" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.007953" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008966" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.012237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008526" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004548" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008093" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000253" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.1.30, 7.3.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000232" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000183" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000313" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000269" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000305" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000144" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000157" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.009413" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008587" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.009105" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.008849" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.009349" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000247" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000278" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000292" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.1.26, 7.2.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000335" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000206" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000242" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000312" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000275" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004610" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003893" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.1.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000133" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.1.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000248" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.1.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000215" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.1.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000195" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000207" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000160" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.175539" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.003470" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.012975" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.047928" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.004069" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 5.6.28, 7.0.14 - 7.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:46:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 7.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 08:48:12.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-05-06"
Output for 7.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 21:43:12.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-01"
Output for 7.0.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 08:06:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-03-11"
Output for 7.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 08:41:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-03-18"
Output for 7.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:26:45.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-03-25"
Output for 7.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 19:26:44.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-03-25"
Output for 7.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 21:01:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-03-25"
Output for 5.6.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 04:09:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-05-06"
Output for 5.6.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-04 20:37:44.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-08"
Output for 5.6.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 16:14:30.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-03-11"
Output for 5.6.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 00:00:05.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-03-18"
Output for 5.6.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 12:58:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-03-18"
Output for 5.6.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 22:47:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-03-25"
Output for 5.6.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 23:39:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-01"
Output for 5.6.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 02:15:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-01"
Output for 5.6.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-11 06:09:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-15"
Output for 5.6.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 19:49:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-22"
Output for 5.6.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 02:54:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-22"
Output for 5.6.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 04:38:25.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-29"
Output for 5.6.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 09:36:05.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-29"
Output for 5.6.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 17:37:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-29"
Output for 5.6.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 13:18:35.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-05-27"
Output for 5.5.35
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-16 07:52:41.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-05-20"
Output for 5.5.34
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-04 22:59:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-08"
Output for 5.5.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 19:12:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-03-11"
Output for 5.5.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 01:52:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-03-18"
Output for 5.5.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 15:44:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-03-18"
Output for 5.5.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 01:47:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-01"
Output for 5.5.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-11 20:14:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-15"
Output for 5.5.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 22:55:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-22"
Output for 5.5.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 01:25:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-22"
Output for 5.5.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 07:05:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-29"
Output for 5.5.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 13:09:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-04-29"
Output for 5.5.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 20:23:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "16161616-05-27"
Output for 5.4.45
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:04:20.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "15151515-09-04"
Output for 5.4.44
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:04:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "15151515-09-04"
Output for 5.4.43
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:04:13.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "15151515-09-04"
Output for 5.4.42
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:04:12.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "15151515-09-04"
Output for 5.4.41
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:04:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "15151515-09-04"
Output for 5.4.39 - 5.4.40
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:04:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "15151515-09-04"
Output for 5.4.38
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-02 22:02:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "15151515-03-06"
Output for 5.4.36 - 5.4.37
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-02 22:02:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "15151515-03-06"
Output for 5.4.34 - 5.4.35
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-02 22:02:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "15151515-03-06"
Output for 5.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-09-08 15:21:35.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-09-12"
Output for 5.4.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-09-08 15:21:33.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-09-12"
Output for 5.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-09-08 15:21:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-09-12"
Output for 5.4.19 - 5.4.29
object(DateTime)#1 (3) { ["date"]=> string(19) "2014-06-02 11:46:05" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
Output for 5.4.0 - 5.4.18
object(DateTime)#1 (3) { ["date"]=> string(19) "2014-06-02 11:46:06" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(14) "14141414-06-06"
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/BX09S 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/BX09S on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/BX09S on line 4
Process exited with code 255.

preferences:
295.2 ms | 401 KiB | 344 Q