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', '03: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.4.00.0030.01415.09
7.3.120.0100.00714.91
7.3.110.0110.00715.18
7.3.100.0030.01014.75
7.3.90.0040.00815.16
7.3.80.0070.00714.94
7.3.70.0070.00714.83
7.3.60.0040.01115.09
7.3.50.0060.00914.79
7.3.40.0120.00615.10
7.3.30.0070.00714.81
7.3.20.0080.00816.63
7.3.10.0000.00916.93
7.3.00.0100.00716.56
7.2.250.0110.00815.34
7.2.240.0000.01614.86
7.2.230.0040.00815.46
7.2.220.0110.00415.54
7.2.210.0070.00715.40
7.2.200.0080.00815.30
7.2.190.0000.01314.93
7.2.180.0030.01315.26
7.2.170.0000.01515.19
7.2.00.0030.01219.23
7.1.330.0080.00416.00
7.1.320.0030.01015.99
7.1.310.0090.00316.02
7.1.300.0120.00916.00
7.1.290.0040.01115.65
7.1.280.0040.00415.93
7.1.270.0060.00615.51
7.1.260.0100.00615.79
7.1.200.0020.00816.05
7.1.100.0000.01518.07
7.1.70.0000.00717.32
7.1.60.0030.02219.70
7.1.50.0110.01416.80
7.1.00.0070.07322.51
7.0.200.0090.00317.04
7.0.140.0000.07322.10
7.0.90.0030.07321.73
7.0.80.0000.06021.80
7.0.70.0070.04021.70
7.0.60.0000.08321.81
7.0.50.0070.04322.19
7.0.40.0070.07019.96
7.0.30.0000.05020.05
7.0.20.0100.04720.18
7.0.10.0100.08020.12
7.0.00.0030.08720.18
5.6.280.0030.04721.07
5.6.240.0100.07720.65
5.6.230.0000.08720.63
5.6.220.0070.07320.49
5.6.210.0070.07020.65
5.6.200.0000.05321.05
5.6.190.0030.05721.03
5.6.180.0070.06721.07
5.6.170.0000.08720.91
5.6.160.0100.07721.14
5.6.150.0030.08321.09
5.6.140.0000.08321.09
5.6.130.0100.07321.04
5.6.120.0130.07321.04
5.6.110.0170.07720.92
5.6.100.0000.08321.02
5.6.90.0000.08721.06
5.6.80.0000.08720.43
5.6.70.0000.08020.39
5.6.60.0070.05720.36
5.6.50.0030.08020.42
5.6.40.0070.05320.41
5.6.30.0130.07720.38
5.6.20.0070.05720.45
5.6.10.0030.07720.43
5.6.00.0070.06720.44
5.5.380.0070.04720.37
5.5.370.0030.08320.36
5.5.360.0030.07020.41
5.5.350.0030.07020.39
5.5.340.0000.07320.80
5.5.330.0000.09020.80
5.5.320.0070.04320.77
5.5.310.0030.08320.64
5.5.300.0000.07320.82
5.5.290.0030.06720.90
5.5.280.0030.08720.86
5.5.270.0030.09020.83
5.5.260.0030.08320.82
5.5.250.0130.07320.67
5.5.240.0030.04320.16
5.5.230.0000.07320.26
5.5.220.0070.07720.17
5.5.210.0100.07320.25
5.5.200.0000.05320.11
5.5.190.0130.07020.15
5.5.180.0030.08320.28
5.5.160.0070.07320.21
5.5.150.0030.07020.23
5.5.140.0100.07320.25
5.5.130.0070.05020.17
5.5.120.0030.06720.22
5.5.110.0030.08320.16
5.5.100.0170.05320.07
5.5.90.0070.07320.15
5.5.80.0070.07320.16
5.5.70.0070.07019.93
5.5.60.0000.04020.14
5.5.50.0000.07020.02
5.5.40.0070.07320.12
5.5.30.0070.07019.91
5.5.20.0100.07320.04
5.5.10.0100.07319.97
5.5.00.0000.04720.06
5.4.450.0130.06719.40
5.4.440.0130.07319.37
5.4.430.0000.07719.35
5.4.420.0070.07319.11
5.4.410.0070.07319.32
5.4.400.0030.04719.07
5.4.390.0100.07019.03
5.4.380.0070.07018.90
5.4.370.0070.07319.07
5.4.360.0070.06019.00
5.4.350.0030.07018.81
5.4.340.0130.06719.03
5.4.320.0030.04019.12
5.4.310.0030.04018.98
5.4.300.0030.07718.89
5.4.290.0000.07319.12
5.4.280.0100.04318.97
5.4.270.0030.07019.22
5.4.260.0070.07319.02
5.4.250.0070.07019.04
5.4.240.0000.06318.97
5.4.230.0030.07018.97
5.4.220.0000.08318.97
5.4.210.0030.06019.02
5.4.200.0000.07019.11
5.4.190.0000.07719.02
5.4.180.0000.07719.13
5.4.170.0000.05319.11
5.4.160.0000.04019.00
5.4.150.0000.04019.05
5.4.140.0000.05016.45
5.4.130.0070.06016.43
5.4.120.0130.06016.42
5.4.110.0000.03716.29
5.4.100.0070.05316.43
5.4.90.0030.03316.27
5.4.80.0070.06716.37
5.4.70.0030.05316.40
5.4.60.0030.07716.34
5.4.50.0000.07316.33
5.4.40.0000.07716.23
5.4.30.0030.07016.30
5.4.20.0070.05716.19
5.4.10.0030.07716.18
5.4.00.0030.07015.81
5.3.290.0000.08014.64
5.3.280.0000.07314.59
5.3.270.0030.04714.59
5.3.260.0100.05014.55
5.3.250.0030.03714.60
5.3.240.0000.05714.44
5.3.230.0030.04314.55
5.3.220.0070.08314.57
5.3.210.0030.05014.55
5.3.200.0000.04714.55
5.3.190.0070.07014.54
5.3.180.0000.07714.38
5.3.170.0000.08014.52
5.3.160.0070.07714.54
5.3.150.0030.06714.43
5.3.140.0030.06714.53
5.3.130.0000.04314.55
5.3.120.0000.07714.56
5.3.110.0030.07014.53
5.3.100.0030.05313.88
5.3.90.0030.06313.86
5.3.80.0070.06313.99
5.3.70.0130.05314.01
5.3.60.0070.07013.76
5.3.50.0030.06713.95
5.3.40.0000.08013.72
5.3.30.0100.05713.77
5.3.20.0070.06313.68
5.3.10.0000.06313.65
5.3.00.0000.07313.59
5.2.170.0070.04711.12
5.2.160.0070.06011.10
5.2.150.0030.06011.19
5.2.140.0070.05011.19
5.2.130.0030.05011.09
5.2.120.0000.04011.05
5.2.110.0030.03711.13
5.2.100.0070.06011.16
5.2.90.0000.05310.96
5.2.80.0000.05011.13
5.2.70.0030.03311.09
5.2.60.0000.03011.09
5.2.50.0030.05710.98
5.2.40.0070.04710.97
5.2.30.0000.05711.01
5.2.20.0070.05311.03
5.2.10.0070.05310.89
5.2.00.0030.06010.62
5.1.60.0030.0539.99
5.1.50.0030.0509.97
5.1.40.0070.0409.96
5.1.30.0030.05310.39
5.1.20.0000.05710.40
5.1.10.0030.04010.07
5.1.00.0030.04310.11
5.0.50.0030.0238.87
5.0.40.0070.0508.87
5.0.30.0000.0438.87
5.0.20.0000.0438.87
5.0.10.0030.0438.87
5.0.00.0000.0638.87
4.4.90.0000.0178.87
4.4.80.0000.0138.87
4.4.70.0030.0338.87
4.4.60.0030.0338.87
4.4.50.0000.0378.87
4.4.40.0030.0408.87
4.4.30.0030.0308.87
4.4.20.0030.0278.87
4.4.10.0000.0278.87
4.4.00.0030.0508.87
4.3.110.0000.0338.87
4.3.100.0000.0278.87
4.3.90.0000.0278.87
4.3.80.0000.0538.87
4.3.70.0000.0378.87
4.3.60.0000.0208.87
4.3.50.0070.0308.87
4.3.40.0030.0338.87
4.3.30.0000.0238.87
4.3.20.0030.0238.87
4.3.10.0000.0338.87
4.3.00.0030.0308.87

preferences:
37.03 ms | 401 KiB | 5 Q