3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new \DateTime('2017-08-07 00:00:00'); // initial date var_dump($date , new DateTime()); $dateInterval = $date->diff(new \DateTime()); // now $hours = ((int)$dateInterval->format('%a') * 24) + (int)$dateInterval->format('%h'); printf('%s:%s:%s' , $hours , $dateInterval->format('%I'), $dateInterval->format('%S'));
Output for 8.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.010144" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.008476" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.007228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.006848" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003775" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004071" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004283" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.010384" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.007127" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.006679" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003884" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003556" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.005621" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.005324" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003874" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003979" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004043" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.006171" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003820" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003893" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003870" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003660" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004116" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004097" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.006843" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.007100" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.28, 8.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003514" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003549" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.007602" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.005165" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004001" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.1, 8.1.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003777" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004279" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003878" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003783" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.0, 8.1.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003681" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003441" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003695" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003575" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003473" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003541" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003540" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004059" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003718" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003395" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004885" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004066" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003601" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004013" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003808" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.1.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004199" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003316" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003675" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003756" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003410" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003110" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003275" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003380" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003565" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003646" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003247" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003502" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004017" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003448" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003745" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003364" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.9, 8.0.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003828" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 11:48:53.002560" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } 11:48:53
Output for 8.0.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003692" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003868" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003382" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.007874" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003809" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004825" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003525" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.010662" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.008917" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003746" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 8.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.009570" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.001977" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003114" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003287" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003475" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003101" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.004117" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003349" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003663" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003310" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.009243" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.009968" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003625" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.007835" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.009179" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.008944" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.009882" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.012529" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.008682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.017344" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.009487" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.009374" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.014309" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.000443" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.002416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.008111" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.011074" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.4.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.000307" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 11:48:53.001970" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } 11:48:53
Output for 7.3.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 11:48:53.002382" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } 11:48:53
Output for 7.3.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003635" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003747" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.006791" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.008204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.009722" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.008940" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.008813" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.010080" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.013090" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.008369" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.008311" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.008571" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.008563" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.010611" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.3.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.011985" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.2.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.009197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.2.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.009777" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.2.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.011923" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.2.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.009149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.2.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.012457" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003973" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.003636" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.1.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.005430" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.006510" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.025028" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.027090" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.054855" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.0.0 - 7.0.20, 7.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.1.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.018961" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.1.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.006239" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53
Output for 7.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2017-08-07 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2017-08-07 13:48:53.006800" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } 13:48:53

preferences:
214.23 ms | 402 KiB | 172 Q