3v4l.org

run code in 300+ PHP versions simultaneously
<?php use DateTime; date_default_timezone_set('EET'); $date = new DateTime(); var_dump($date); $date->setTimezone(new DateTimeZone('EET')); var_dump($date);
Output for 8.3.4
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.008515" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.008515" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.3.3
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.007490" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.007490" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.3.2
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003749" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003749" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.3.1
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.004150" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.004150" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.12, 8.3.0
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003913" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003913" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.17
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.010016" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.010016" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.16
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.010104" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.010104" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.15
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003870" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003870" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.14
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.004018" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.004018" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.13
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.006922" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.006922" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.11
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.004171" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.004171" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.10
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.005344" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.005344" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.9
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003811" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003811" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.8
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003775" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003775" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.20, 8.2.7
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.004172" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.004172" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.21, 8.2.3, 8.2.6
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003760" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003760" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.5
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003857" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003857" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.4
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.004168" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.004168" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.2
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003862" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003862" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.1
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003995" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003995" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.2.0
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003868" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003868" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.27
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.009703" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.009703" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.26
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.006630" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.006630" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.25
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003589" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003589" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.24
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.004037" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.004037" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.23
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.004703" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.004703" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.22
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003666" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003666" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.19
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003595" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003595" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.18
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003747" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003747" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.17
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003740" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003740" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.16
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003951" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003951" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.15
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003641" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003641" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.14
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003621" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003621" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.13
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003353" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003353" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.12
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003492" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003492" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.11
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003391" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003391" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.10
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003728" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003728" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.9
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003586" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003586" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.8
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003898" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003898" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.7
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003342" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003342" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.6
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.005409" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.005409" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.5
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003882" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003882" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.4
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003800" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003800" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.3
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003615" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003615" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.2
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003681" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003681" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.1
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003605" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003605" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.1.0
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003941" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003941" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.30
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003418" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003418" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.29
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003369" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003369" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.28
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003386" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003386" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.27
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003533" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003533" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.26
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003598" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003598" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.25
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003295" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003295" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.24
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003901" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003901" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.23
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003645" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003645" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.22
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003623" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003623" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.21
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003665" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003665" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.20
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003518" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003518" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.19
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003618" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003618" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.18
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003739" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003739" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.17
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003470" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003470" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.16
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003711" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003711" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.15
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003632" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003632" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.14
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.004911" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.004911" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.13
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.002717" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.002717" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.12
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003469" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003469" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.11
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003431" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003431" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.10
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003382" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003382" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.9
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003452" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003452" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.8
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.008359" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.008359" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.7
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003813" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003813" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.6
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003380" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003380" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.5
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003489" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003489" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.3
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.009598" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.009598" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.2
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.009328" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.009328" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.1
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003796" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003796" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 8.0.0
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.008764" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.008764" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.33
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.002098" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.002098" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.32
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003268" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003268" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.30
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.002945" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.002945" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.29
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003097" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003097" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.28
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003436" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003436" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.27
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003129" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003129" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.26
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.005466" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.005466" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.25
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003301" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003301" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.24
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003237" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003237" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.23
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003272" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003272" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.22
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.008520" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.008520" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.21
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.007429" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.007429" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.20
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.004418" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.004418" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.19
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003373" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003373" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.16
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.008041" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.008041" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.15
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.008474" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.008474" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.14
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.008244" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.008244" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.13
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.009098" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.009098" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.12
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.009325" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.009325" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.11
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.008375" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.008375" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.10
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.008469" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.008469" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.9
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.009740" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.009740" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.8
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.009175" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.009175" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.7
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.009090" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.009090" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.6
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000632" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000632" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.5
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.001139" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.001139" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.4
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.002849" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.002849" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.4.3
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.008199" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.008199" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.4, 7.4.0
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000181" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000181" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.33
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.002422" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.002422" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.32
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.002081" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.002081" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.31
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003242" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003242" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.30
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.003151" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.003151" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.29
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.010472" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.010472" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.28
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.007572" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.007572" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.27
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.008081" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.008081" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.26
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.008707" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.008707" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.25
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.009803" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.009803" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.24
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.009983" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.009983" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.23
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.009222" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.009222" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.21
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.009479" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.009479" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.20
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.008302" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.008302" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.19
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.011889" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.011889" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.18
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.004500" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.004500" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.17
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.010196" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.010196" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.16
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.011679" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.011679" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.1.26, 7.2.18, 7.3.12
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000186" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000186" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.11
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000194" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000194" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.10
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000310" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000310" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.17, 7.3.9
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000173" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000173" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.8
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000217" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000217" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.7
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.023797" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.023797" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.6
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000161" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000161" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.5
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000154" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000154" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.3
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000160" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000160" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.2
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000172" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000172" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.3.1
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000153" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000153" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.1.25, 7.3.0
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000130" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000130" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.33
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.012692" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.012692" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.32
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.009404" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.009404" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.31
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.008819" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.008819" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.30
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.012407" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.012407" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.29
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.007918" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.007918" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.24
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000190" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000190" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.23
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.013752" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.013752" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.22
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.014331" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.014331" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.21
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000165" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000165" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.20
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000257" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000257" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.19
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000168" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000168" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.16
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000284" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000284" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.13, 7.2.15
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000135" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000135" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.14
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000124" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000124" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.12
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000133" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000133" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.11
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000151" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000151" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.10
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000129" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000129" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.9
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000134" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000134" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.8
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000216" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000216" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.1.28, 7.2.7
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000139" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.6
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000174" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000174" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.5
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000109" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000109" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.4
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000104" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000104" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.3
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000128" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000128" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.2
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000220" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000220" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.1
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000105" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000105" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.2.0
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000132" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000132" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.1.33
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000164" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000164" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.1.32
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000264" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000264" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.1.31
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000152" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000152" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.1.30
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000222" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000222" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.1.29
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:01.000210" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:01.000210" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.1.27
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000203" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000203" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.1.20
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.001830" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.001830" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.1.7
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.002741" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.002741" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.1.6
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.005125" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.005125" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.1.5
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.009666" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.009666" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 7.1.0
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.006408" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.006408" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 5.5.14 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 13:15:00.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 5.5.10 - 5.5.13
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(19) "2014-04-29 14:15:00" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(19) "2014-04-29 13:15:00" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "EET" }
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.29, 5.5.0 - 5.5.9
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(19) "2014-04-29 14:15:00" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(19) "2014-04-29 14:15:00" ["timezone_type"]=> int(3) ["timezone"]=> string(15) "Europe/Helsinki" }
Output for 5.4.30 - 5.4.45
Warning: The use statement with non-compound name 'DateTime' has no effect in /in/bk7tO on line 2 object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "EET" } object(DateTime)#1 (3) { ["date"]=> string(26) "2014-04-29 14:15:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(15) "Europe/Helsinki" }
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /in/bk7tO on line 2
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, 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /in/bk7tO on line 2
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `T_CONSTANT_ENCAPSED_STRING' or `'('' in /in/bk7tO on line 2
Process exited with code 255.

preferences:
321.33 ms | 401 KiB | 395 Q