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 m d'));
Output for 8.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.010217" ["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:43:50.009080" ["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:43:50.007140" ["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:43:50.006893" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 8.1.3, 8.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.003717" ["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:43:50.003745" ["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:43:50.004041" ["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:43:50.007132" ["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:43:50.010133" ["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:43:50.009583" ["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:43:50.005458" ["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:43:50.003921" ["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:43:50.008561" ["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:43:50.003512" ["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:43:50.004385" ["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:43:50.005179" ["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:43:50.003889" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 8.0.10, 8.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.003922" ["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:43:50.004176" ["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:43:50.013661" ["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:43:50.005828" ["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:43:50.004239" ["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:43:50.003897" ["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:43:50.003806" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 8.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.004079" ["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:43:50.005013" ["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:43:50.006588" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 8.1.14, 8.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.003639" ["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:43:50.003789" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 8.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.003722" ["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:43:50.004368" ["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:43:50.004749" ["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:43:50.003613" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 8.1.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.003792" ["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:43:50.003947" ["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:43:50.003721" ["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:43:50.004077" ["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:43:50.003813" ["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:43:50.003597" ["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:43:50.003655" ["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:43:50.003294" ["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:43:50.003436" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 8.1.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.003621" ["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:43:50.003470" ["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:43:50.003485" ["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:43:50.003827" ["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:43:50.003397" ["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:43:50.003849" ["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:43:50.003660" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 8.0.21, 8.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.003572" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 8.1.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.003659" ["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:43:50.003616" ["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:43:50.003924" ["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:43:50.003234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 8.0.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.003475" ["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:43:50.003277" ["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:43:50.003418" ["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:43:50.003164" ["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:43:50.003420" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 8.0.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.003236" ["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:43:50.003680" ["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:43:50.003612" ["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:43:50.005244" ["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:43:50.003955" ["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:43:50.005879" ["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:43:50.003517" ["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:43:50.003539" ["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:43:50.003610" ["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:43:50.005514" ["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:43:50.002066" ["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:43:50.003538" ["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:43:50.003591" ["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:43:50.003702" ["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:43:50.010782" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 8.0.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.003479" ["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:43:50.003608" ["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:43:50.004218" ["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:43:50.010750" ["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:43:50.010178" ["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:43:50.003566" ["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:43:50.009220" ["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:43:50.001855" ["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:43:50.002962" ["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:43:50.002904" ["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:43:50.003442" ["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:43:50.004312" ["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:43:50.003516" ["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:43:50.003046" ["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:43:50.003557" ["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:43:50.003238" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 7.2.6, 7.4.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.003160" ["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:43:50.009032" ["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:43:50.006872" ["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:43:50.003754" ["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:43:50.003459" ["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:43:50.008302" ["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:43:50.009191" ["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:43:50.008430" ["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:43:50.008180" ["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:43:50.009520" ["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:43:50.008181" ["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:43:50.011581" ["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:43:50.011531" ["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:43:50.009793" ["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:43:50.007861" ["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:43:50.000297" ["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:43:50.002226" ["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:43:50.002461" ["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:43:50.008748" ["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:43:50.000212" ["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:43:50.002053" ["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:43:50.002245" ["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:43:50.003358" ["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:43:50.003196" ["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:43:50.007236" ["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:43:50.011994" ["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:43:50.009102" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 7.3.20, 7.3.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.009751" ["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:43:50.010610" ["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:43:50.010865" ["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:43:50.009169" ["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:43:50.008351" ["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:43:50.010375" ["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:43:50.005494" ["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:43:50.007824" ["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:43:50.008630" ["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:43:50.000245" ["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:43:50.009266" ["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:43:50.013828" ["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:43:50.008781" ["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:43:50.011885" ["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:43:50.009548" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 7.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.004062" ["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:43:50.147410" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 7.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.003382" ["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:43:50.017712" ["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:43:50.012768" ["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:43:50.009334" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 7.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.004137" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 5.6.28, 7.0.14 - 7.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-06-02 11:43:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 7.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 08:47:32.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 05 06"
Output for 7.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 21:42:32.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 01"
Output for 7.0.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 08:06:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 03 11"
Output for 7.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 08:40:23.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 03 18"
Output for 7.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:26:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 03 25"
Output for 7.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 19:26:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 03 25"
Output for 7.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 21:00:38.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 03 25"
Output for 5.6.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 04:08:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 05 06"
Output for 5.6.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-04 20:37:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 08"
Output for 5.6.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 16:13:56.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 03 11"
Output for 5.6.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 23:59:28.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 03 18"
Output for 5.6.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 12:58:15.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 03 18"
Output for 5.6.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 22:46:34.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 03 25"
Output for 5.6.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 23:39:20.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 01"
Output for 5.6.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 02:15:13.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 01"
Output for 5.6.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-11 06:08:39.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 15"
Output for 5.6.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 19:48:13.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 22"
Output for 5.6.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 02:54:18.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 22"
Output for 5.6.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 04:37:35.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 29"
Output for 5.6.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 09:35:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 29"
Output for 5.6.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 17:37:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 29"
Output for 5.6.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 13:16:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 05 27"
Output for 5.5.35
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-16 07:52:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 05 20"
Output for 5.5.34
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-04 22:59:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 08"
Output for 5.5.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 19:11:19.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 03 11"
Output for 5.5.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 01:51:33.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 03 18"
Output for 5.5.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 15:44:23.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 03 18"
Output for 5.5.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 01:47:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 01"
Output for 5.5.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-11 20:14:05.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 15"
Output for 5.5.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 22:54:27.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 22"
Output for 5.5.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-18 01:25:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 22"
Output for 5.5.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 07:04:24.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 29"
Output for 5.5.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 13:09:15.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 04 29"
Output for 5.5.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 20:22:52.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "16 05 27"
Output for 5.4.45
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:03:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "15 09 04"
Output for 5.4.44
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:02:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "15 09 04"
Output for 5.4.43
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:02:55.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "15 09 04"
Output for 5.4.42
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:02:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "15 09 04"
Output for 5.4.41
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:02:52.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "15 09 04"
Output for 5.4.40
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:02:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "15 09 04"
Output for 5.4.39
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-08-31 03:02:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "15 09 04"
Output for 5.4.38
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-02 22:01:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "15 03 06"
Output for 5.4.36 - 5.4.37
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-02 22:01:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "15 03 06"
Output for 5.4.34 - 5.4.35
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-02 22:01:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "15 03 06"
Output for 5.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-09-08 15:19:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 09 12"
Output for 5.4.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-09-08 15:19:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 09 12"
Output for 5.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2014-09-08 15:19:41.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 09 12"
Output for 5.4.22 - 5.4.29
object(DateTime)#1 (3) { ["date"]=> string(19) "2014-06-02 11:43:52" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 5.4.7 - 5.4.21
object(DateTime)#1 (3) { ["date"]=> string(19) "2014-06-02 11:43:53" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(8) "14 06 06"
Output for 5.4.0 - 5.4.6
object(DateTime)#1 (3) { ["date"]=> string(19) "2014-06-02 11:43:54" ["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/9YMAE 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/9YMAE on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/9YMAE on line 4
Process exited with code 255.

preferences:
274.64 ms | 401 KiB | 315 Q