3v4l.org

run code in 300+ PHP versions simultaneously
<?php $storeSchedule = [ 'Sun' => ['12:00' => '14:00', '28:00' => '24:00'], 'Mon' => ['09:00' => '12:00'], 'Tue' => ['09:00' => '12:00'], 'Wed' => ['09:00' => '12:00'], 'Thu' => ['09:00' => '12:00', '14:00' => '24:00'], 'Fri' => ['09:00' => '12:00'], 'Sat' => ['12:00' => '28:00'] ]; // 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', $startTime); $endTime = DateTime::createFromFormat('h:i', $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.00.0000.01319.54
7.1.100.0070.00418.24
7.1.70.0090.00617.26
7.1.60.0860.00415.43
7.1.50.0030.01417.14
7.1.00.0030.07722.29
7.0.200.0060.00316.89
7.0.140.0070.07322.12
7.0.80.0070.07019.99
7.0.70.0070.07319.87
7.0.60.0130.05720.11
7.0.50.0030.07320.23
7.0.40.0070.04720.09
7.0.30.0100.08320.13
7.0.20.0230.04319.95
7.0.10.0200.04320.16
7.0.00.0130.07319.99
5.6.280.0030.07321.04
5.6.230.0130.05320.70
5.6.220.0170.06720.66
5.6.210.0200.07320.75
5.6.200.0070.08321.09
5.6.190.0130.04721.04
5.6.180.0070.05720.91
5.6.170.0130.07721.02
5.6.160.0270.06721.06
5.6.150.0100.08021.03
5.6.140.0230.04320.96
5.6.130.0030.09020.91
5.6.120.0070.05321.07
5.6.110.0070.08321.06
5.6.100.0130.08021.02
5.6.90.0170.07321.02
5.6.80.0070.07020.44
5.6.70.0000.08720.46
5.6.60.0070.08020.44
5.6.50.0030.06720.31
5.6.40.0200.07020.46
5.6.30.0130.06020.32
5.6.20.0100.06720.45
5.6.10.0370.03320.39
5.6.00.0100.07720.36
5.5.370.0030.08320.42
5.5.360.0100.05720.36
5.5.350.0070.07320.33
5.5.340.0130.06720.73
5.5.330.0070.08020.86
5.5.320.0030.06320.82
5.5.310.0070.08020.88
5.5.300.0100.08320.91
5.5.290.0070.04720.64
5.5.280.0030.08720.88
5.5.270.0100.07720.91
5.5.260.0100.08320.75
5.5.250.0100.07320.57
5.5.240.0170.07020.31
5.5.230.0030.09020.27
5.5.220.0100.04320.02
5.5.210.0070.07720.25
5.5.200.0130.06020.23
5.5.190.0070.08320.25
5.5.180.0070.04319.98
5.5.160.0070.04720.24
5.5.150.0030.08320.12
5.5.140.0100.07720.15
5.5.130.0070.07720.15
5.5.120.0030.07720.22
5.5.110.0070.07320.21
5.5.100.0100.07719.98
5.5.90.0070.07720.04
5.5.80.0170.06320.07
5.5.70.0070.05020.15
5.5.60.0130.07319.92
5.5.50.0100.07320.02
5.5.40.0030.05320.05
5.5.30.0130.04020.09
5.5.20.0130.04320.05
5.5.10.0170.05020.04
5.5.00.0030.06020.07
5.4.450.0100.04719.37
5.4.440.0070.07719.38
5.4.430.0000.05319.29
5.4.420.0030.08719.42
5.4.410.0170.07019.13
5.4.400.0100.04019.10
5.4.390.0000.08318.81
5.4.380.0100.07018.91
5.4.370.0070.07319.04
5.4.360.0030.07719.12
5.4.350.0100.07018.81
5.4.340.0100.07319.03
5.4.320.0070.08018.90
5.4.310.0070.04718.98
5.4.300.0070.07719.23
5.4.290.0100.07019.07
5.4.280.0130.07018.99
5.4.270.0070.07018.80
5.4.260.0070.04019.10
5.4.250.0130.07018.97
5.4.240.0100.07019.11
5.4.230.0100.07019.06
5.4.220.0100.07719.02
5.4.210.0030.04719.11
5.4.200.0030.07018.97
5.4.190.0100.07018.95
5.4.180.0100.04019.09
5.4.170.0070.06719.04
5.4.160.0030.08318.94
5.4.150.0000.07718.76
5.4.140.0100.07016.34
5.4.130.0070.04716.32
5.4.120.0070.07016.38
5.4.110.0100.07716.32
5.4.100.0100.04716.29
5.4.90.0030.07316.44
5.4.80.0170.06016.25
5.4.70.0070.07316.27
5.4.60.0130.06716.29
5.4.50.0030.08016.41
5.4.40.0030.07316.28
5.4.30.0030.06316.39
5.4.20.0030.06316.24
5.4.10.0070.05316.27
5.4.00.0100.07015.81
5.3.290.0100.07314.65
5.3.280.0100.07714.54
5.3.270.0100.07314.46
5.3.260.0070.07714.47
5.3.250.0030.07314.60
5.3.240.0000.06014.47
5.3.230.0030.04314.61
5.3.220.0100.05714.43
5.3.210.0100.07014.53
5.3.200.0070.07314.55
5.3.190.0070.08014.48
5.3.180.0100.04014.55
5.3.170.0070.07714.50
5.3.160.0100.07314.43
5.3.150.0130.06314.47
5.3.140.0170.06714.38
5.3.130.0100.07314.54
5.3.120.0030.05714.41
5.3.110.0170.06714.56
5.3.100.0070.07014.04
5.3.90.0030.08014.01
5.3.80.0100.07013.99
5.3.70.0070.06714.01
5.3.60.0070.07713.86
5.3.50.0070.06313.88
5.3.40.0000.06713.89
5.3.30.0030.07313.86
5.3.20.0070.06313.54
5.3.10.0070.04013.61
5.3.00.0170.03713.59
5.2.170.0070.06010.98
5.2.160.0100.06311.00
5.2.150.0070.05711.00
5.2.140.0100.05311.16
5.2.130.0000.06311.16
5.2.120.0100.06010.94
5.2.110.0100.05710.95
5.2.100.0030.06010.91
5.2.90.0000.04310.96
5.2.80.0030.03310.94
5.2.70.0070.05710.93
5.2.60.0070.05711.07
5.2.50.0100.04711.05
5.2.40.0170.02310.99
5.2.30.0030.04011.00
5.2.20.0070.06010.95
5.2.10.0000.06010.76
5.2.00.0070.05710.75
5.1.60.0000.06010.04
5.1.50.0100.0479.98
5.1.40.0000.0579.97
5.1.30.0000.04710.27
5.1.20.0030.06010.26
5.1.10.0070.05310.05
5.1.00.0100.05010.14
5.0.50.0000.0508.63
5.0.40.0100.0408.63
5.0.30.0030.0608.63
5.0.20.0100.0378.63
5.0.10.0030.0308.63
5.0.00.0000.0408.63
4.4.90.0030.0308.63
4.4.80.0030.0208.63
4.4.70.0000.0378.63
4.4.60.0100.0278.63
4.4.50.0030.0308.63
4.4.40.0070.0438.63
4.4.30.0030.0338.63
4.4.20.0000.0338.63
4.4.10.0030.0338.63
4.4.00.0030.0438.63
4.3.110.0000.0378.63
4.3.100.0100.0278.63
4.3.90.0000.0308.63
4.3.80.0000.0538.63
4.3.70.0000.0338.63
4.3.60.0030.0178.63
4.3.50.0030.0178.63
4.3.40.0000.0508.63
4.3.30.0000.0238.63
4.3.20.0000.0238.63
4.3.10.0000.0178.63
4.3.00.0030.0338.63

preferences:
40.3 ms | 401 KiB | 5 Q