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')); $fulldate = getDay('Friday')->format('y') ."-".getDay('Friday')->format('m') ."-". getDay('Friday')->format('d'); var_dump($fulldate);
Output for 8.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.010168" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.007687" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.007406" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.006873" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003661" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003939" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.004148" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.007332" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.010025" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.008020" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003638" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003708" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.008634" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003660" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.005234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.005233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003822" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.004060" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003949" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003829" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.004090" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.004146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003903" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.004066" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.21, 8.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003824" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.005259" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.006493" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003594" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003870" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.2, 8.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003731" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.009682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.005189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.004108" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.004047" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003864" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003737" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003805" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003830" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003657" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003571" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003426" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003442" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.29, 8.1.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003689" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003626" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003456" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003684" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003377" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.004026" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003619" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003658" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003764" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.004016" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003378" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.004179" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003090" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.7, 8.0.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003354" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003390" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003693" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003254" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003711" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003889" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003803" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003435" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003575" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003262" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.005967" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 09:45:39.002195" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(8) "14-06-06"
Output for 8.0.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003820" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003495" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003477" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003716" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.007743" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003778" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003533" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.009024" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.009529" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.004189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 8.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.012702" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.001805" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003028" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.002843" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003448" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.004992" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003563" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003253" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003464" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003180" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.012930" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.006635" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003364" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003277" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.008361" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.008264" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.012240" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.012467" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.009535" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.008472" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.011268" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.009471" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.009226" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.008557" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000300" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.001659" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.002657" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.011283" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.4.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000279" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 09:45:39.002330" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(8) "14-06-06"
Output for 7.3.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 09:45:39.002093" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(8) "14-06-06"
Output for 7.3.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003489" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.003620" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.007599" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.011186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.008984" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.009053" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.008592" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.009113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.009493" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.008608" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.010211" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.010399" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.006033" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.008525" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.008596" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000262" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000270" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000268" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000336" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000255" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000299" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000165" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000171" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.0, 7.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000180" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.10, 7.2.3, 7.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000147" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.009008" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.025960" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.009026" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.011819" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.009337" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000272" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000250" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.33, 7.2.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000190" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.21 - 7.2.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.12, 7.2.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000168" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000349" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.5, 7.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000172" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000215" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.32, 7.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000143" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000231" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.22, 7.2.2, 7.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000145" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.31, 7.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000195" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000134" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000140" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000156" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000218" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.24, 7.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.14, 7.1.26, 7.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000144" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.15, 7.1.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000210" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000220" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000216" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000141" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000150" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000213" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.0, 7.1.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000133" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000136" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.9, 7.1.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000179" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000148" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000265" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000257" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000167" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000196" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000198" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 5.4.30 - 5.4.45, 5.5.14 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000161" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 7.1.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:45:39.000129" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
Output for 5.4.0 - 5.4.29, 5.5.0 - 5.5.13
object(DateTime)#1 (3) { ["date"]=> string(19) "2014-06-02 11:45:39" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14-06-06"
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/r1NtZ 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/r1NtZ on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/r1NtZ on line 4
Process exited with code 255.

preferences:
299.82 ms | 401 KiB | 457 Q