3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * Based on the following business hours: * (Note : I setup the hours for each day if they carry-over) * everyday is open from 09:00 AM - 12:00 AM * Sun/Sat open extra from 12:00 AM - 01:00 AM */ $storeSchedule = [ 'Sun' => ['12:00 AM' => '01:00 AM', '09:00 AM' => '12:00 AM'], 'Mon' => ['09:00 AM' => '12:00 AM'], 'Tue' => ['09:00 AM' => '12:00 AM'], 'Wed' => ['09:00 AM' => '12:00 AM'], 'Thu' => ['09:00 AM' => '12:00 AM'], 'Fri' => ['03:00 AM' => '12:00 AM'], 'Sat' => ['4:00 AM' => '01:00 AM', '09:00 AM' => '12:00 AM'] ]; // current OR user supplied UNIX timestamp $timestamp = time(); // default status $status = 'closed'; // get current time object $currentTime = (new DateTime())->setTimestamp($timestamp); // loop through time ranges for current day foreach ($storeSchedule[date('D', $timestamp)] as $startTime => $endTime) { // create time objects from start/end times $startTime = DateTime::createFromFormat('h:i A', $startTime); $endTime = DateTime::createFromFormat('h:i A', $endTime); // check if current time is within a range if (($startTime < $currentTime) && ($currentTime < $endTime)) { $status = 'open'; break; } } echo "We are currently: $status";

Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).

VersionSystem time (s)User time (s)Memory (MiB)
7.2.60.0060.00917.12
7.2.00.0040.00819.57
7.1.200.0070.00715.98
7.1.100.0060.00918.45
7.1.70.0000.00817.35
7.1.60.0130.01019.70
7.1.50.0040.02117.05
7.1.00.0070.07322.25
7.0.200.0000.01016.88
7.0.140.0030.07321.98
7.0.80.0530.04319.86
7.0.70.0430.05020.10
7.0.60.0470.04319.99
7.0.50.0530.08320.18
7.0.40.0230.07320.10
7.0.30.0000.07720.13
7.0.20.0170.05019.96
7.0.10.0130.05720.06
7.0.00.0030.08020.17
5.6.280.0070.07021.00
5.6.230.0100.07020.43
5.6.220.0100.06720.61
5.6.210.0100.08020.70
5.6.200.0100.08020.96
5.6.190.0070.08021.16
5.6.180.0130.06721.03
5.6.170.0070.08721.04
5.6.160.0070.04321.03
5.6.150.0130.03321.06
5.6.140.0000.08021.03
5.6.130.0070.05321.16
5.6.120.0100.07321.04
5.6.110.0030.04321.12
5.6.100.0070.05320.99
5.6.90.0100.06321.07
5.6.80.0100.06720.40
5.6.70.0170.07020.41
5.6.60.0030.06020.43
5.6.50.0130.07720.45
5.6.40.0070.07320.48
5.6.30.0030.06020.36
5.6.20.0100.07720.52
5.6.10.0100.04020.29
5.6.00.0030.05020.45
5.5.370.0030.05020.29
5.5.360.0070.05320.32
5.5.350.0170.06720.29
5.5.340.0200.07020.83
5.5.330.0100.08020.76
5.5.320.0030.09020.92
5.5.310.0030.08320.86
5.5.300.0030.08320.86
5.5.290.0100.07320.88
5.5.280.0030.09020.77
5.5.270.0070.04720.86
5.5.260.0100.08020.91
5.5.250.0200.05320.70
5.5.240.0130.04020.25
5.5.230.0130.04720.21
5.5.220.0070.04020.20
5.5.210.0130.07020.30
5.5.200.0070.08320.15
5.5.190.0100.04320.23
5.5.180.0000.08720.18
5.5.160.0100.07720.27
5.5.150.0070.04320.17
5.5.140.0070.08020.08
5.5.130.0000.08020.23
5.5.120.0070.08020.11
5.5.110.0070.06320.20
5.5.100.0170.03320.07
5.5.90.0100.07020.09
5.5.80.0070.04019.97
5.5.70.0100.03320.12
5.5.60.0130.06720.06
5.5.50.0070.06720.05
5.5.40.0100.07320.14
5.5.30.0030.08320.13
5.5.20.0130.07020.09
5.5.10.0100.07020.12
5.5.00.0070.04020.09
5.4.450.0100.07319.41
5.4.440.0170.05019.11
5.4.430.0070.07319.42
5.4.420.0130.07019.29
5.4.410.0100.07019.28
5.4.400.0130.06319.23
5.4.390.0070.03719.05
5.4.380.0100.04018.81
5.4.370.0030.04018.93
5.4.360.0070.03719.13
5.4.350.0070.07318.96
5.4.340.0070.07719.03
5.4.320.0100.08019.07
5.4.310.0070.08318.98
5.4.300.0100.07019.14
5.4.290.0100.05319.09
5.4.280.0070.07718.90
5.4.270.0030.05318.80
5.4.260.0070.03718.96
5.4.250.0030.04018.77
5.4.240.0030.04019.14
5.4.230.0070.04019.11
5.4.220.0030.07319.12
5.4.210.0070.06718.96
5.4.200.0030.06018.80
5.4.190.0030.04719.03
5.4.180.0100.04018.83
5.4.170.0100.04719.22
5.4.160.0130.07018.76
5.4.150.0070.06019.02
5.4.140.0000.07316.34
5.4.130.0070.04016.29
5.4.120.0100.07016.38
5.4.110.0000.08016.31
5.4.100.0100.06716.39
5.4.90.0030.08016.36
5.4.80.0000.05316.45
5.4.70.0100.07316.45
5.4.60.0000.05716.38
5.4.50.0030.07716.20
5.4.40.0030.07716.44
5.4.30.0030.05316.19
5.4.20.0100.03016.28
5.4.10.0170.05316.30
5.4.00.0130.06315.77
5.3.290.0000.04714.60
5.3.280.0030.06714.43
5.3.270.0000.05014.61
5.3.260.0030.06014.57
5.3.250.0000.04014.57
5.3.240.0200.04714.57
5.3.230.0070.04314.41
5.3.220.0100.07014.43
5.3.210.0100.07014.50
5.3.200.0070.07314.52
5.3.190.0030.07714.53
5.3.180.0070.06714.54
5.3.170.0170.06314.50
5.3.160.0070.04314.54
5.3.150.0000.08014.42
5.3.140.0000.05014.41
5.3.130.0030.04714.38
5.3.120.0000.04714.52
5.3.110.0070.03714.53
5.3.100.0030.04313.88
5.3.90.0000.08013.88
5.3.80.0130.05713.99
5.3.70.0070.05013.89
5.3.60.0070.06713.86
5.3.50.0000.07713.90
5.3.40.0030.05013.70
5.3.30.0000.04713.92
5.3.20.0000.07013.70
5.3.10.0100.02713.59
5.3.00.0100.06313.64
5.2.170.0070.05710.98
5.2.160.0030.04310.90
5.2.150.0070.05311.10
5.2.140.0030.06010.93
5.2.130.0030.05711.05
5.2.120.0000.06311.08
5.2.110.0130.05011.01
5.2.100.0000.03711.09
5.2.90.0030.04311.15
5.2.80.0000.06711.02
5.2.70.0130.04711.08
5.2.60.0030.04311.03
5.2.50.0030.02710.95
5.2.40.0030.03010.80
5.2.30.0030.03310.96
5.2.20.0070.05710.82
5.2.10.0030.06010.86
5.2.00.0030.04010.74
5.1.60.0070.0509.99
5.1.50.0030.03310.03
5.1.40.0030.0379.96
5.1.30.0030.03010.26
5.1.20.0070.05310.40
5.1.10.0070.0439.95
5.1.00.0030.05310.07
5.0.50.0070.0338.54
5.0.40.0070.0378.42
5.0.30.0070.0408.25
5.0.20.0070.0408.28
5.0.10.0000.0338.27
5.0.00.0070.0608.14
4.4.90.0000.0236.81
4.4.80.0000.0206.81
4.4.70.0030.0236.81
4.4.60.0030.0306.81
4.4.50.0030.0336.81
4.4.40.0000.0436.81
4.4.30.0030.0336.81
4.4.20.0000.0276.81
4.4.10.0030.0336.81
4.4.00.0030.0336.81
4.3.110.0030.0306.81
4.3.100.0030.0306.81
4.3.90.0030.0306.81
4.3.80.0030.0276.81
4.3.70.0030.0336.81
4.3.60.0100.0306.81
4.3.50.0030.0276.81
4.3.40.0030.0506.81
4.3.30.0030.0336.81
4.3.20.0000.0376.81
4.3.10.0000.0376.81
4.3.00.0030.0276.81

preferences:
35.77 ms | 401 KiB | 5 Q