3v4l.org

run code in 300+ PHP versions simultaneously
<?php $period = new DatePeriod(new DateTimeImmutable("now"), new DateInterval("P2Y4DT6H8M"), new DateTime("now +1 week")); var_dump($period->getStartDate()); var_dump($period->getEndDate()); // Why would the end date now be an immutable as well?
Output for 8.3.7
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.010432" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.010447" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.6
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008809" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008819" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.5
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.014196" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.014215" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.4
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.007011" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.007020" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.3
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.007845" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.007854" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.2
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003803" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003809" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.1
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.004000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.004007" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.0
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.004108" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.004112" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.18
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008801" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008823" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.17
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.007297" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.007317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.16
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.006908" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.006933" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.15
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003858" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003866" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.14
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003887" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003895" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.13
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003663" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003671" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.12
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003916" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003929" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.11
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.004526" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.004539" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.10
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.005426" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.005440" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.9
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003976" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003988" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.8
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.005567" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.012619" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.7
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003919" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003931" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.6
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.004238" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.004250" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.5
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003805" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003816" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.4
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.004622" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.004634" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.3
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003932" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003943" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.2
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003888" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003900" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.1
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003969" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003979" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.0
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003812" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003822" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.28
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.010204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.010234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.27
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.006808" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.006826" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.26
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003874" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003884" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.25
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003693" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003702" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.24
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.007519" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.007536" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.23
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.005556" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.005570" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.22
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003725" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003736" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.21
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003745" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.20
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003906" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003918" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.19
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003832" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003843" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.18
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003701" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003712" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.17
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003762" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003774" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.16
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003433" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003443" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.15
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003869" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003881" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.14
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003696" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003707" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.13
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003512" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003522" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.12
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003702" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003712" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.11
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003878" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003888" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.10
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003622" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003634" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.9
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003592" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003603" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.8
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003404" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003415" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.7
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003585" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003597" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.6
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003876" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003888" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.5
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003921" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003933" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.4
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003611" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003623" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.3
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003940" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003951" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.2
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003556" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003568" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.1
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003604" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003616" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.0
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003467" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.30
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003450" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003464" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.29
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.004310" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.004323" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.28
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003521" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003535" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.27
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003361" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003373" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.26
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003077" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003090" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.25
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003550" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003564" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.24
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003165" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.23
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003404" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.22
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003309" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003322" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.21
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003534" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003551" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.20
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003439" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003451" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.19
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003645" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003659" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.18
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003398" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003412" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.17
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003803" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003817" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.16
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003354" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003368" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.15
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003352" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003366" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.14
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003472" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003486" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.13
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 20:44:47.002635" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 20:44:47.002648" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 8.0.12
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003742" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003755" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.11
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003609" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003622" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.10
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003781" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.9
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003544" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003557" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.8
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008173" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.7
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003639" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003652" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.6
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003601" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003615" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.5
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003486" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003503" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.3
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008235" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008337" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.2
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.009552" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.009608" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.1
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003633" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003647" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.0
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.009724" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.009752" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.33
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.001937" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.001949" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.32
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003112" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.30
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003124" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003135" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.29
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003116" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003130" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.28
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.004376" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.004391" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.27
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.26
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003395" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003408" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.25
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003252" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003265" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.24
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003956" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003970" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.23
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003579" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003593" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.22
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.010840" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.010879" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.21
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.010508" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.010543" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.20
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003272" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003286" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.16
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008098" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008123" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.15
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008910" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008938" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.14
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008047" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008073" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.13
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.017695" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.017733" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.12
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008658" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008687" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.11
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.011963" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.011989" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.10
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.012123" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.012156" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.9
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008528" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008553" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.8
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008796" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008823" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.7
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008792" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008824" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.6
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000245" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000271" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.5
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.002792" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.002810" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.4
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.011682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.011721" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.3
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008646" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008673" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.1
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000161" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000181" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.0
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000180" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000200" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.33
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 20:44:47.002401" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 20:44:47.002414" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.32
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 20:44:47.002724" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 20:44:47.002741" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.31
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003559" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003574" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.30
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.003541" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.003554" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.29
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.004361" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.004388" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.28
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.009329" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.009359" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.27
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.010236" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.010283" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.26
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.011622" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.011661" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.25
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.009097" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.009129" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.24
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.012988" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.013030" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.23
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.010887" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.010932" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.21
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.009025" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.009057" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.20
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.009627" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.009663" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.19
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008376" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008417" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.18
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.006093" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.006135" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.17
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008023" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008062" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.16
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008702" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008733" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.13
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000277" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000299" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.12
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000195" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.11
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000278" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000311" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.10
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000183" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.9
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000187" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.8
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000152" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000171" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.7
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000250" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000277" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.6
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000210" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000242" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.5
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000165" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.4
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000183" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.3
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000190" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.2
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000115" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000134" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.1
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000109" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000127" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.0
object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000172" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000200" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.33
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.012738" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.012798" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.32
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.011835" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.011885" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.31
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.008832" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.008875" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.30
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.012704" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.012759" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.29
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.011243" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.011290" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.26
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000270" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.25
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000230" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000263" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.24
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000211" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000236" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.23
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000152" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.22
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000198" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000226" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.21
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.20
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000283" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000321" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.19
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000192" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000223" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.18
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000140" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.17
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000157" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000181" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.16
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000256" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000296" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.15
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000116" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.14
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000119" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000144" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.13
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000165" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.5, 7.2.12
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000127" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000155" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.11
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000120" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.10
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000115" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.9
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000161" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.8
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000110" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000133" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.7
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000137" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.6
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000124" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.4
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000121" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.3
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000129" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000153" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.2
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000119" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000143" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.1
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000168" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000190" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.0
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000105" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000128" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.33
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000152" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.32
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000106" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.14, 7.1.31
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000121" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000140" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.30
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000107" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000126" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.29
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000159" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.28
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000117" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000134" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.27
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000142" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000172" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.26
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000239" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.25
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000109" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000127" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.24
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000104" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000121" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.23
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.22
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000145" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000165" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.21
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000213" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.20
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000110" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000129" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.19
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000150" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.18
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000150" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000170" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.17
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000161" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.16
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000158" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.15
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000099" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000117" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.13
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000123" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000143" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.12
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000106" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000123" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.11
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000110" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.10
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000118" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.9
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000147" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000170" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.8
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000120" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.7
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000160" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000190" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.6
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000163" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000187" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.5
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000152" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000173" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.4
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000173" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000203" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.5 - 5.6.40, 7.0.0 - 7.0.33, 7.1.3
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.2
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.1
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000136" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000158" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.0
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-19 21:44:47.000108" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2016-02-26 21:44:47.000124" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.4
Fatal error: Call to undefined method DatePeriod::getStartDate() in /in/dH3O6 on line 5
Process exited with code 255.

preferences:
293.03 ms | 402 KiB | 331 Q