3v4l.org

run code in 300+ PHP versions simultaneously
<?php $now = new DateTime("now"); print $now->format("Y-m-d"); var_dump($now); $clone = clone $now; $clone->modify( '-1 day' );
Output for 8.3.6
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.006856" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.5
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.010230" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.4
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.006932" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.3
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.007109" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.2
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003587" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.1
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003812" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.0
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.004003" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.18
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.007055" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.17
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.007738" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.16
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.007403" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.15
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003758" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.14
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003851" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.13
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003619" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.2, 8.2.12
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003890" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.11
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.006656" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.10
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.005189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.9
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003797" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.8
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003939" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.7
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003997" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.6
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003918" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.5
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003858" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.25, 8.2.4
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003715" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.3
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003759" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.1
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003755" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.0
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003776" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.28
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.010203" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.27
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003742" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.26
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003567" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.24
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003806" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.23
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.005132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.22
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003694" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.21
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.006940" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.20
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.004947" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.19
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.004182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.18
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.004793" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.17
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003609" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.20, 8.1.16
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003578" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.15
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003473" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.14
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003442" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.13
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003579" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.12
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.11
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003438" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.10
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003534" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.9
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.004019" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.8
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003747" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.7
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.6
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003708" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.5
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003676" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.4
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003913" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.3
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003763" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.2
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003967" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.1
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003642" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.0
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003669" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.30
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003632" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.29
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003393" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.28
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003286" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.27
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003302" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.26
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003092" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.25
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003258" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.24
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003080" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.23, 8.0.23
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003101" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.22
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003269" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.21
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.20
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003031" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.19
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.18
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003395" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.17
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003956" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.16
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003396" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.15
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003310" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.14
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003657" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.13
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 15:41:09.002084" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 8.0.12
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003779" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.11
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003483" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.10
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003849" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.9
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003505" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.8
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.012700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.7
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.004013" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.6
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003985" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.5
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003727" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.3
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.009498" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.2
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.009345" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.1
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003644" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.0
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.008644" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.33
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.001975" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.32
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.002900" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.30
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.002855" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.29
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.002952" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.28
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.005263" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.27
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003506" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.26
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003349" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.25
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003397" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.24
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003606" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.22
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.009071" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.21
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.006861" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.16
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.007925" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.15
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.009007" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.14
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.008660" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.13
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.012360" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.12
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.008909" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.11
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.013125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.10
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.008587" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.9
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.011206" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.8
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.008820" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.7
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.011288" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.6
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.000281" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.5
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.002022" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.4
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.009599" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.3
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.012159" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.0
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.000272" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.33
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 15:41:09.001979" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.32
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 15:41:09.002463" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.31
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.30
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003232" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.29
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.010881" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.28
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.007893" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.27
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.012196" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.26
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.017226" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.25
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.012578" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.24
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.008649" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.23
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.008619" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.21
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.009195" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.20
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.009506" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.19
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.011170" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.18
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.004206" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.17
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.008999" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.16
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.012111" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.33
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.009746" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.32
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.008949" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.31
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.008921" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.30
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.008818" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.29
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.008915" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.6
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.004705" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.0
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.004197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.20
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.002596" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.10
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003656" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.7
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.002576" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.6
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.011888" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.5
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.010524" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.0
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.003955" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.28, 7.0.14 - 7.0.20
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.6
2016-05-03object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 10:22:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.5
2016-04-02object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 23:09:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.4
2016-03-10object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 09:45:25.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.3
2016-03-18object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 10:25:12.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.2
2016-03-22object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-22 16:23:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.1
2016-03-23object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 20:59:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.0.0
2016-03-26object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 22:31:39.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.21
2016-05-02object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 05:42:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.20
2016-04-09object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 22:08:45.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.19
2016-03-07object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 17:52:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.18
2016-03-15object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-15 01:58:43.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.17
2016-03-19object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 14:38:56.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.16
2016-03-28object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 00:23:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.15
2016-03-29object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-29 01:24:05.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.14
2016-04-02object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 03:43:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.13
2016-04-15object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 07:37:30.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.12
2016-04-19object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 21:25:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.11
2016-04-23object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-23 04:27:37.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.10
2016-04-25object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 06:12:33.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.9
2016-04-27object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 11:11:33.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.6.8
2016-04-29object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 19:19:43.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.35
2016-05-22object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 09:30:06.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.34
2016-04-11object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-11 00:28:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.33
2016-03-08object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 20:49:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.32
2016-03-17object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-17 03:32:43.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.31
2016-03-20object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 17:24:12.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.30
2016-04-01object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 03:20:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.29
2016-04-16object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 21:44:39.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.28
2016-04-21object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 00:41:41.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.27
2016-04-22object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 02:59:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.26
2016-04-26object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 08:38:55.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.25
2016-04-28object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 14:57:39.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.5.24
2016-05-24object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-24 15:46:56.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.45
2015-09-20object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-20 14:18:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.44
2015-08-17object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-17 07:06:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.43
2015-08-17object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-17 07:06:52.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.42
2015-07-09object(DateTime)#1 (3) { ["date"]=> string(26) "2015-07-09 04:57:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.41
2015-07-09object(DateTime)#1 (3) { ["date"]=> string(26) "2015-07-09 04:57:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.39 - 5.4.40
2015-07-09object(DateTime)#1 (3) { ["date"]=> string(26) "2015-07-09 04:57:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.38
2015-03-15object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-15 19:50:11.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.36 - 5.4.37
2015-03-15object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-15 19:50:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.34 - 5.4.35
2015-03-15object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-15 19:50:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.30 - 5.4.32
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(26) "2014-10-10 17:41:12.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.26 - 5.4.29
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(19) "2014-10-10 17:41:12" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.3 - 5.4.25
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(19) "2014-10-10 17:41:13" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.3.12 - 5.3.29, 5.4.0 - 5.4.2
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(19) "2014-10-10 17:41:14" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.3.0 - 5.3.11
2014-10-10object(DateTime)#1 (3) { ["date"]=> string(19) "2014-10-10 17:41:15" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.2.0 - 5.2.17
2014-10-10object(DateTime)#1 (0) { }
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Class 'DateTime' not found in /in/9SLfD on line 2
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_VARIABLE in /in/9SLfD on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_VARIABLE in /in/9SLfD on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/9SLfD on line 5
Process exited with code 255.

preferences:
276.81 ms | 401 KiB | 312 Q