3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getDay($day) { $days = ['Monday' => 1, 'Tuesday' => 2, 'Wednesday' => 3, 'Thursday' => 4, 'Friday' => 5, 'Saturday' => 6, 'Sunday' => 7]; $today = new \DateTime(); $today->setISODate($today->format('o'), $today->format('W'), $days[ucfirst($day)]); return $today; } var_dump(getDay('Monday')); var_dump(getDay('Friday')->format('y "-" mm "-" dd'));
Output for 8.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.010508" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.008253" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.010541" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.010209" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003925" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.1, 8.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003870" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.004009" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.008190" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009858" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.006717" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.25, 8.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003579" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003784" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009380" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003729" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003917" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.005699" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003961" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.006032" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.004012" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003845" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.006171" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.004070" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003949" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003880" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.005092" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.006841" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003957" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003838" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003481" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003916" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.004937" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.004045" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003987" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003676" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003883" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003679" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003764" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003754" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003656" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003644" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003382" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003623" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003846" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003901" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003667" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003928" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003839" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.2, 8.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003966" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003981" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003594" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003815" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003563" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003824" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003327" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003677" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003547" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003306" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003104" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003364" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003658" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003456" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.005414" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003398" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003614" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003458" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.004959" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 09:42:48.002309" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003737" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003515" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003555" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003706" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009888" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003390" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003985" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003371" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.010089" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009692" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003648" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 8.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.008206" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.001982" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.002948" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.002912" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003174" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003405" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003892" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003271" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003495" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.008611" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009865" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003722" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.004053" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.008662" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.012121" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.008495" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009300" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.008580" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009339" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.011847" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009932" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.000292" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.002205" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003960" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.4.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.000253" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 09:42:48.002495" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 09:42:48.002050" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003523" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003324" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.010199" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009520" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.008269" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009372" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.019219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009161" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009105" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.012087" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.011207" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.004555" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.008544" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.3.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.000204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.2.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.008548" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.2.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.011968" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.2.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009346" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.2.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.011186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.2.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.009169" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.002750" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.006221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003367" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.004090" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.003708" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.012437" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.012615" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.004138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 5.6.28, 7.0.14 - 7.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:42:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 7.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 08:47:08.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0505 "-" 0606"
Output for 7.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 21:42:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 0101"
Output for 7.0.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 08:05:40.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0303 "-" 1111"
Output for 7.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 08:39:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0303 "-" 1818"
Output for 7.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:25:38.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0303 "-" 2525"
Output for 7.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 19:25:40.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0303 "-" 2525"
Output for 7.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 21:00:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0303 "-" 2525"
Output for 5.6.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 04:08:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0505 "-" 0606"
Output for 5.6.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-04 20:36:41.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 0808"
Output for 5.6.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 16:13:27.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0303 "-" 1111"
Output for 5.6.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 23:58:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0303 "-" 1818"
Output for 5.6.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 12:57:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0303 "-" 1818"
Output for 5.6.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 22:46:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0303 "-" 2525"
Output for 5.6.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 23:38:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 0101"
Output for 5.6.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 02:14:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 0101"
Output for 5.6.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-11 06:08:13.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 1515"
Output for 5.6.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 19:47:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 2222"
Output for 5.6.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 02:53:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 2222"
Output for 5.6.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 04:37:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 2929"
Output for 5.6.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 09:35:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 2929"
Output for 5.6.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 17:36:34.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 2929"
Output for 5.6.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 13:15:38.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0505 "-" 2727"
Output for 5.5.35
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-16 07:51:34.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0505 "-" 2020"
Output for 5.5.34
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-04 22:58:55.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 0808"
Output for 5.5.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 19:10:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0303 "-" 1111"
Output for 5.5.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 01:51:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0303 "-" 1818"
Output for 5.5.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 15:43:55.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0303 "-" 1818"
Output for 5.5.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 01:46:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 0101"
Output for 5.5.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-11 20:13:41.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 1515"
Output for 5.5.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 22:54:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 2222"
Output for 5.5.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 01:24:44.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 2222"
Output for 5.5.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 07:04:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 2929"
Output for 5.5.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 13:08:39.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0404 "-" 2929"
Output for 5.5.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 20:22:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "16 "-" 0505 "-" 2727"
Output for 5.4.45
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:02:15.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "15 "-" 0909 "-" 0404"
Output for 5.4.44
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:02:11.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "15 "-" 0909 "-" 0404"
Output for 5.4.43
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:02:08.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "15 "-" 0909 "-" 0404"
Output for 5.4.42
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:02:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "15 "-" 0909 "-" 0404"
Output for 5.4.41
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:02:05.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "15 "-" 0909 "-" 0404"
Output for 5.4.39 - 5.4.40
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:02:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "15 "-" 0909 "-" 0404"
Output for 5.4.38
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-02 22:00:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "15 "-" 0303 "-" 0606"
Output for 5.4.35 - 5.4.37
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-02 22:00:18.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "15 "-" 0303 "-" 0606"
Output for 5.4.34
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-02 22:00:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "15 "-" 0303 "-" 0606"
Output for 5.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-09-08 15:17:23.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0909 "-" 1212"
Output for 5.4.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-09-08 15:17:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0909 "-" 1212"
Output for 5.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-09-08 15:17:15.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0909 "-" 1212"
Output for 5.4.21 - 5.4.29
object(DateTime)#1 (3) { ["date"]=> string(19) "2014-06-02 11:42:51" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 5.4.7 - 5.4.20
object(DateTime)#1 (3) { ["date"]=> string(19) "2014-06-02 11:42:52" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 5.4.0 - 5.4.6
object(DateTime)#1 (3) { ["date"]=> string(19) "2014-06-02 11:42:53" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(20) "14 "-" 0606 "-" 0606"
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Parse error: syntax error, unexpected '[' in /in/gf2vC on line 4
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 '[' in /in/gf2vC on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/gf2vC on line 4
Process exited with code 255.

preferences:
236.48 ms | 401 KiB | 315 Q