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' => ['18:00 AM' => '02: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' => ['09:00 AM' => '12:00 AM'], 'Sat' => ['12: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 currentlyd: $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.3.10.0070.00716.79
7.3.00.0030.00716.93
7.2.130.0060.00617.33
7.2.120.0100.00316.84
7.2.110.0080.00017.12
7.2.100.0060.00616.95
7.2.90.0030.01217.28
7.2.80.0000.01316.82
7.2.70.0030.00616.94
7.2.60.0120.00816.85
7.2.50.0070.00616.98
7.2.40.0110.00017.01
7.2.30.0070.01017.33
7.2.20.0000.01417.04
7.2.10.0040.00717.08
7.2.00.0030.00617.00
7.1.250.0040.00415.96
7.1.200.0080.00015.84
7.1.70.0000.00717.31
7.1.60.0100.01619.82
7.1.50.0170.00717.10
7.1.00.0070.07322.43
7.0.200.0030.01316.98
7.0.140.0000.07321.92
7.0.90.0070.06021.81
7.0.80.0030.06721.76
7.0.70.0130.07721.70
7.0.60.0070.07721.80
7.0.50.0030.08322.14
7.0.40.0070.06020.01
7.0.30.0030.08720.18
7.0.20.0170.07020.02
7.0.10.0070.08020.09
7.0.00.0100.07320.16
5.6.280.0030.07321.07
5.6.240.0000.05720.68
5.6.230.0000.08720.63
5.6.220.0070.06020.62
5.6.210.0070.07020.61
5.6.200.0070.05721.09
5.6.190.0070.06021.11
5.6.180.0070.06020.94
5.6.170.0000.05321.11
5.6.160.0030.08321.00
5.6.150.0100.05721.11
5.6.140.0030.07721.12
5.6.130.0000.07021.13
5.6.120.0030.06721.11
5.6.110.0000.05321.07
5.6.100.0070.05720.93
5.6.90.0070.08021.00
5.6.80.0100.06020.39
5.6.70.0030.07320.45
5.6.60.0070.07020.44
5.6.50.0030.07020.48
5.6.40.0100.07020.46
5.6.30.0030.08320.50
5.6.20.0070.07720.49
5.6.10.0070.08020.38
5.6.00.0100.07720.41
5.5.380.0030.04020.39
5.5.370.0030.05320.35
5.5.360.0070.06320.48
5.5.350.0100.07720.37
5.5.340.0030.08320.83
5.5.330.0070.07720.87
5.5.320.0070.08020.78
5.5.310.0100.07320.82
5.5.300.0030.08720.92
5.5.290.0070.07720.88
5.5.280.0070.08320.91
5.5.270.0070.08320.89
5.5.260.0000.09020.63
5.5.250.0070.07320.46
5.5.240.0000.08020.16
5.5.230.0030.08720.11
5.5.220.0000.05720.26
5.5.210.0130.07320.18
5.5.200.0000.08320.29
5.5.190.0000.09020.20
5.5.180.0000.06020.26
5.5.160.0170.05320.24
5.5.150.0100.07020.08
5.5.140.0030.07020.13
5.5.130.0030.07320.08
5.5.120.0170.06720.16
5.5.110.0030.04320.16
5.5.100.0070.07720.08
5.5.90.0100.07020.07
5.5.80.0070.07020.10
5.5.70.0030.06320.06
5.5.60.0070.07720.10
5.5.50.0030.07720.09
5.5.40.0130.07020.11
5.5.30.0130.06020.00
5.5.20.0030.06020.05
5.5.10.0030.07020.09
5.5.00.0100.05020.08
5.4.450.0000.08019.36
5.4.440.0100.07319.28
5.4.430.0100.05019.35
5.4.420.0000.08019.29
5.4.410.0100.07319.31
5.4.400.0030.06719.08
5.4.390.0130.07319.14
5.4.380.0130.05318.96
5.4.370.0070.07019.05
5.4.360.0030.07719.10
5.4.350.0130.07319.02
5.4.340.0070.07018.85
5.4.320.0100.05319.05
5.4.310.0030.07318.79
5.4.300.0100.07018.97
5.4.290.0000.05018.79
5.4.280.0030.08018.96
5.4.270.0070.04719.02
5.4.260.0100.07319.07
5.4.250.0100.07019.06
5.4.240.0100.06719.22
5.4.230.0030.05018.82
5.4.220.0070.10319.11
5.4.210.0030.04319.04
5.4.200.0000.08018.97
5.4.190.0000.08319.02
5.4.180.0000.06319.02
5.4.170.0070.06718.89
5.4.160.0100.06718.88
5.4.150.0030.05318.76
5.4.140.0070.06316.42
5.4.130.0070.07016.17
5.4.120.0030.06016.41
5.4.110.0070.06716.38
5.4.100.0070.06716.26
5.4.90.0070.04716.46
5.4.80.0030.06716.49
5.4.70.0070.04716.30
5.4.60.0000.07716.23
5.4.50.0030.07016.28
5.4.40.0070.06716.50
5.4.30.0000.05716.22
5.4.20.0030.06016.29
5.4.10.0030.07716.29
5.4.00.0070.05315.77
5.3.290.0070.07714.52
5.3.280.0070.04314.45
5.3.270.0070.06014.46
5.3.260.0070.07314.45
5.3.250.0030.07314.59
5.3.240.0030.04014.56
5.3.230.0030.06714.59
5.3.220.0000.05314.58
5.3.210.0000.06314.55
5.3.200.0070.05314.55
5.3.190.0030.07714.56
5.3.180.0000.08014.53
5.3.170.0030.07714.54
5.3.160.0030.08014.51
5.3.150.0030.06714.55
5.3.140.0030.06314.43
5.3.130.0130.07314.54
5.3.120.0030.06014.51
5.3.110.0000.06714.46
5.3.100.0000.08013.90
5.3.90.0070.07014.01
5.3.80.0000.06013.79
5.3.70.0000.08013.87
5.3.60.0030.07014.01
5.3.50.0070.07713.80
5.3.40.0100.07013.91
5.3.30.0030.04313.87
5.3.20.0100.06713.67
5.3.10.0030.05313.42
5.3.00.0030.07013.61
5.2.170.0030.06011.00
5.2.160.0000.04011.15
5.2.150.0030.05711.13
5.2.140.0030.03711.14
5.2.130.0000.03711.16
5.2.120.0070.02311.09
5.2.110.0030.05311.09
5.2.100.0100.05310.96
5.2.90.0000.05011.08
5.2.80.0000.03310.95
5.2.70.0030.04710.91
5.2.60.0000.06310.86
5.2.50.0030.04710.87
5.2.40.0000.05310.98
5.2.30.0070.06310.96
5.2.20.0000.06310.85
5.2.10.0030.04310.90
5.2.00.0030.06010.63
5.1.60.0000.05310.30
5.1.50.0030.04710.30
5.1.40.0030.03310.30
5.1.30.0030.03310.38
5.1.20.0030.05710.38
5.1.10.0070.02710.30
5.1.00.0030.05010.30
5.0.50.0000.04710.30
5.0.40.0030.03710.30
5.0.30.0130.03710.30
5.0.20.0030.01710.30
5.0.10.0000.03710.30
5.0.00.0000.06010.30
4.4.90.0000.01710.30
4.4.80.0000.03010.30
4.4.70.0070.03010.30
4.4.60.0000.03310.30
4.4.50.0000.03710.30
4.4.40.0000.04010.30
4.4.30.0030.03310.30
4.4.20.0000.03010.30
4.4.10.0030.02710.30
4.4.00.0030.05310.30
4.3.110.0070.02010.30
4.3.100.0000.03010.30
4.3.90.0030.03310.30
4.3.80.0000.04010.30
4.3.70.0000.01710.30
4.3.60.0000.01710.30
4.3.50.0030.02010.30
4.3.40.0030.03310.30
4.3.30.0030.03310.30
4.3.20.0000.03710.30
4.3.10.0000.03310.30
4.3.00.0070.02710.30

preferences:
34.48 ms | 401 KiB | 5 Q