3v4l.org

run code in 300+ PHP versions simultaneously
<?php $now = new DateTime(); $dates[0] = $now; $dates[1] = $now->add(new DateInterval('P1D')); var_dump($dates);
Output for 8.3.6
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.006829" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.006829" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.5
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.012252" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.012252" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.4
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.007088" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.007088" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.3
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.007028" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.007028" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.2
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.1
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003815" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003815" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.0
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004048" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004048" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.18
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.007593" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.007593" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.17
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.006983" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.006983" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.16
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.006578" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.006578" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.15
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003802" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003802" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.11, 8.2.14
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003719" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003719" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.13
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004045" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004045" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.12
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003941" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003941" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.11
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004375" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004375" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.10
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.005244" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.005244" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.9
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003886" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003886" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.8
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004026" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004026" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.7
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003904" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003904" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.6
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003794" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003794" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.5
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004401" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004401" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.4
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.005085" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.005085" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.3
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003718" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003718" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.2
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004001" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004001" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.1
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003807" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003807" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.0
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004020" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004020" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.28
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009912" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009912" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.27
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003626" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003626" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.26
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.005798" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.005798" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.25
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.24
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.23
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004823" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004823" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.22
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003649" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003649" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.21
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003715" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003715" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.20
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004111" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004111" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.19
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003912" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003912" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.18
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004030" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004030" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.17
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003701" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003701" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.16
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003674" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003674" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.23, 8.1.15
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003666" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003666" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.14
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003743" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003743" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.13
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003163" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003163" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.12
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003651" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003651" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.11
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.10
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003409" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003409" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.9
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003521" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003521" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.8
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003507" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003507" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.7
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003311" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003311" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.6
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003514" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003514" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.5
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004027" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004027" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.4
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003863" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003863" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.3
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003748" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003748" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.2
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003699" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003699" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.1
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003980" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003980" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.22, 8.1.0
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003635" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003635" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.30
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003323" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003323" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.29
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003875" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003875" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.28
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003307" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003307" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.27
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003752" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003752" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.26
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003437" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003437" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.25
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003252" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003252" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.24
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003158" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003158" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.21
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.20
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003071" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003071" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.19
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003614" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003614" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.1, 8.0.18
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003352" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003352" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.17
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003619" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003619" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.16
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003477" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003477" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.15
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003676" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003676" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.30, 8.0.14
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003486" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003486" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.13
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 08:11:16.002182" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 08:11:16.002182" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } }
Output for 8.0.12
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003543" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003543" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.10
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003502" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003502" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.9
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003288" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003288" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.8
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.011346" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.011346" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.7
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003914" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003914" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.6
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004271" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004271" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.5
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003641" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003641" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.3
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009775" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009775" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.2
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.014149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.014149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.0
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.029250" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.029250" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.33
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.002055" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.002055" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.32
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003033" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003033" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.30
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.002906" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.002906" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.29
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003264" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003264" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.28
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003080" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003080" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.27
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003632" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003632" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.26
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003428" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003428" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.25
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003397" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003397" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.24
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003364" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003364" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.23
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003341" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003341" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.22
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008821" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008821" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.21
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.007219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.007219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.20
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003439" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003439" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.16
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008104" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008104" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.15
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009575" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009575" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.14
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.012706" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.012706" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.13
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009426" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009426" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.12
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008638" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008638" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.11
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008631" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008631" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.10
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.011993" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.011993" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.9
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008726" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008726" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.8
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.012453" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.012453" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.7
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.6
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.000345" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.000345" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.5
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.002023" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.002023" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.4
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008519" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008519" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.3
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.0
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.000146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.000146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.33
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 08:11:16.002608" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 08:11:16.002608" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } }
Output for 7.3.32
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 08:11:16.001958" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 08:11:16.001958" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } }
Output for 7.3.31
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003358" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003358" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.29
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008083" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008083" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.28
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009836" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009836" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.27
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008574" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008574" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.26
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008672" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008672" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.25
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.010999" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.010999" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.24
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008562" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008562" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.23
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.010575" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.010575" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.21
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.010119" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.010119" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.20
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.011550" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.011550" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.19
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008420" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008420" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.18
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.005587" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.005587" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.17
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009034" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009034" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.3.16
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009827" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009827" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.2.33
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.016495" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.016495" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.2.32
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008550" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008550" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.2.31
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009061" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.009061" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.2.30
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.2.29
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008459" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.008459" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.2.6
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.2.0
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003448" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003448" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.1.20
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.211126" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.211126" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.1.10
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003850" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003850" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.1.7
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003368" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.003368" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.1.6
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.011475" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.011475" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.1.5
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.007556" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.007556" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.1.0
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004025" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.004025" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 5.4.30 - 5.4.45, 5.5.14 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-08-15 10:11:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.29, 5.5.0 - 5.5.13
array(2) { [0]=> object(DateTime)#1 (3) { ["date"]=> string(19) "2014-08-15 10:11:16" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } [1]=> object(DateTime)#1 (3) { ["date"]=> string(19) "2014-08-15 10:11:16" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 5.2.0 - 5.2.17
Fatal error: Call to undefined method DateTime::add() in /in/BXLIu on line 4
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Class 'DateTime' not found in /in/BXLIu on line 2
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: datetime in /in/BXLIu on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: datetime in /in/BXLIu on line 2

preferences:
346.42 ms | 401 KiB | 356 Q