3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = date('Ymd'); var_dump($date); echo $date; $date = new \DateTime(); var_dump($date); //echo $date; //Catchable fatal error: Object of class DateTime could not be converted to string in /in/DrHV2 on line 9
Output for 8.3.4
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.007369" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.3
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.006665" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.2
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003740" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.1
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003919" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.0
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003891" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.17
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.007479" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.16
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.006431" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.15
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003862" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.14
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003878" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.13
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.007031" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.12
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003719" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.11
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.004103" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.10
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.005364" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.9
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003731" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.8
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003718" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.7
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003886" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.6
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.005194" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.5
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003925" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.12, 8.2.4
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003836" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.3
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003692" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.2
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003754" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.1
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003934" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.0
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.004216" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.27
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003399" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.7, 8.1.26
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.25
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003605" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.24
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.004531" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.23
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.005048" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.22
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003890" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.21
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003989" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.20
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.004575" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.19
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003617" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.18
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003804" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.17
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.004257" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.16
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003913" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.15
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003613" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.14
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003753" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.13
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003508" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.12
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003433" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.11
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003489" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.10
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003497" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.9
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003874" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.8
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003883" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.7
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003351" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.6
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003529" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.5
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003847" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.4
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003877" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.3
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003684" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.2
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.004731" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.1
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003790" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.0
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003762" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.30
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.004122" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.29
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003362" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.20, 8.0.28
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003293" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.27
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003478" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.26
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003799" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.25
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003388" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.19, 8.0.24
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003606" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.23
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003459" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.22
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003651" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.21
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003284" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.20
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.18
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003457" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.17
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003819" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.16
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003333" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.15
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003321" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.14
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003511" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.13
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 22:19:27.002198" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 8.0.11
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003568" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.10
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003820" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.9
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.004753" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.8
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.007766" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.7
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003587" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.6
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003751" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.5
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003929" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.3
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.009352" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.2
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.011072" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.1
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003451" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.0
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.012753" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.33
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.001869" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.32
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003172" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.30
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003290" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.29
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003110" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.28
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003371" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.27
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.26
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 22:19:27.002005" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.4.25
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003438" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.24
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003578" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.23
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003312" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.22
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.010546" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.21
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.008064" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.19
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003507" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.16
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.008118" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.15
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.008858" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.14
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.008494" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.13
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.008763" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.12
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.008762" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.11
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.009338" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.10
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.008772" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.9
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.009872" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.8
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.034690" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.7
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.010053" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.6
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.000362" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.5
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.002263" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.4
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003539" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.3
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.008318" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.0
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.000215" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.33
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 22:19:27.002956" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.32
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 22:19:27.002503" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.31
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003588" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.30
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003599" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.29
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.010290" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.28
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.007343" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.27
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.008886" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.26
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.011256" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.25
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.009114" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.24
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.013021" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.23
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.009117" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.21
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.010492" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.20
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.012293" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.19
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.008700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.18
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.004515" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.17
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.008515" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.16
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.008249" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.12
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.000146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.33
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.008971" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.32
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.008527" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.31
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.011563" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.30
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.009200" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.29
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.009426" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.6
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.002998" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.0
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003586" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.20
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003841" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.10
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.003788" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.6
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.012696" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.5
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.006147" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.0
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.004186" ["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
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(26) "2013-12-27 23:19:27.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
string(8) "20131227" 20131227object(DateTime)#1 (3) { ["date"]=> string(19) "2013-12-27 23:19:27" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.2.0 - 5.2.17
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/G4oCo on line 7 string(8) "20131227" 20131227object(DateTime)#1 (0) { }
Output for 5.0.0 - 5.0.5, 5.1.1 - 5.1.6
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/G4oCo on line 7 string(8) "20131227" 20131227 Fatal error: Class 'DateTime' not found in /in/G4oCo on line 7
Process exited with code 255.
Output for 5.1.0
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/G4oCo on line 7 Fatal error: fatal flex scanner internal error--end of buffer missed in /in/G4oCo on line 9
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/G4oCo on line 7 string(8) "20131227" 20131227 Fatal error: Cannot instantiate non-existent class: datetime in /in/G4oCo on line 7
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/G4oCo on line 7 string(8) "20131227" 20131227 Fatal error: Cannot instantiate non-existent class: datetime in /in/G4oCo on line 7

preferences:
298.21 ms | 401 KiB | 352 Q