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' => ['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 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.0000.01317.19
7.2.00.0050.00819.65
7.1.200.0000.00915.84
7.1.100.0840.00716.34
7.1.70.0030.00617.17
7.1.60.0070.01719.17
7.1.50.0100.01316.75
7.1.00.0070.03722.28
7.0.200.0000.00916.64
7.0.140.0030.07322.15
7.0.120.0130.05022.18
7.0.110.0430.07719.95
7.0.100.0100.05320.06
7.0.90.0530.07019.95
7.0.80.0170.04020.05
7.0.70.0070.04719.95
7.0.60.0030.04720.01
7.0.50.0200.07020.36
7.0.40.0000.04720.18
7.0.30.0030.04320.06
7.0.20.0070.04020.16
7.0.10.0030.04020.20
7.0.00.0070.04020.23
5.6.280.0030.07320.77
5.6.260.0170.07720.72
5.6.250.0030.06720.58
5.6.240.0100.08320.56
5.6.230.0030.04720.62
5.6.220.0070.05720.67
5.6.210.0000.04320.81
5.6.200.0070.04020.99
5.6.190.0030.04321.09
5.6.180.0030.04721.14
5.6.170.0000.04321.02
5.6.160.0000.05021.14
5.6.150.0000.04320.95
5.6.140.0070.03720.95
5.6.130.0100.03721.02
5.6.120.0030.06720.93
5.6.110.0100.04021.13
5.6.100.0100.04021.13
5.6.90.0070.04021.03
5.6.80.0000.04320.43
5.6.70.0070.03720.51
5.6.60.0070.06020.45
5.6.50.0070.07720.50
5.6.40.0070.07320.49
5.6.30.0030.08020.46
5.6.20.0030.07720.34
5.6.10.0030.06720.30
5.6.00.0130.07020.29
5.5.380.0070.07720.33
5.5.370.0070.06320.56
5.5.360.0030.04320.45
5.5.350.0000.05720.38
5.5.340.0130.03720.87
5.5.330.0070.04320.95
5.5.320.0000.04320.95
5.5.310.0100.03320.95
5.5.300.0030.04020.98
5.5.290.0070.05020.96
5.5.280.0030.04321.01
5.5.270.0130.03320.73
5.5.260.0170.03020.77
5.5.250.0030.04320.79
5.5.240.0030.04020.20
5.5.230.0030.04020.28
5.5.220.0030.05320.35
5.5.210.0030.04320.28
5.5.200.0030.03720.34
5.5.190.0070.03720.13
5.5.180.0130.06720.19
5.5.160.0070.05720.16
5.5.150.0030.04020.13
5.5.140.0100.06720.23
5.5.130.0100.06720.04
5.5.120.0070.07320.32
5.5.110.0070.06320.25
5.5.100.0130.04020.25
5.5.90.0100.03320.05
5.5.80.0130.05720.05
5.5.70.0130.07320.24
5.5.60.0000.07320.00
5.5.50.0170.06320.17
5.5.40.0130.05720.17
5.5.30.0070.07719.96
5.5.20.0100.07020.13
5.5.10.0170.07020.15
5.5.00.0100.06720.02
5.4.450.0130.03319.37
5.4.440.0000.05019.33
5.4.430.0070.05019.57
5.4.420.0030.04019.43
5.4.410.0030.04319.12
5.4.400.0000.04019.13
5.4.390.0000.04318.93
5.4.380.0000.04019.16
5.4.370.0030.03718.95
5.4.360.0070.07019.03
5.4.350.0070.03319.02
5.4.340.0070.03319.18
5.4.320.0070.03318.98
5.4.310.0070.07018.98
5.4.300.0070.06318.93
5.4.290.0130.07319.11
5.4.280.0100.06019.11
5.4.270.0030.08019.03
5.4.260.0000.05719.27
5.4.250.0030.05018.99
5.4.240.0100.07019.24
5.4.230.0070.05019.19
5.4.220.0030.08019.08
5.4.210.0130.07019.11
5.4.200.0100.04719.24
5.4.190.0030.04719.00
5.4.180.0070.07719.02
5.4.170.0100.06718.92
5.4.160.0130.04719.15
5.4.150.0170.03719.09
5.4.140.0030.05016.42
5.4.130.0030.08016.21
5.4.120.0030.07316.25
5.4.110.0030.07316.33
5.4.100.0070.03716.24
5.4.90.0030.06716.42
5.4.80.0030.06016.32
5.4.70.0100.06316.44
5.4.60.0070.07016.21
5.4.50.0030.07016.27
5.4.40.0030.08316.51
5.4.30.0030.04016.49
5.4.20.0070.04316.37
5.4.10.0070.05716.45
5.4.00.0100.05315.64
5.3.290.0100.06314.75
5.3.280.0000.05714.61
5.3.270.0030.08014.53
5.3.260.0030.07714.60
5.3.250.0000.07014.45
5.3.240.0070.06014.50
5.3.230.0030.05714.59
5.3.220.0100.06014.51
5.3.210.0030.05714.39
5.3.200.0030.04714.43
5.3.190.0030.07714.47
5.3.180.0030.07714.43
5.3.170.0030.03714.46
5.3.160.0100.07714.49
5.3.150.0000.07714.43
5.3.140.0030.04314.45
5.3.130.0100.07314.54
5.3.120.0030.07014.57
5.3.110.0100.07014.41
5.3.100.0070.04313.93
5.3.90.0000.04713.95
5.3.80.0030.07713.94
5.3.70.0200.06313.95
5.3.60.0000.05713.88
5.3.50.0070.05313.79
5.3.40.0130.06714.00
5.3.30.0000.08313.84
5.3.20.0100.03713.69
5.3.10.0030.04013.52
5.3.00.0070.04713.71
5.2.170.0070.05311.83
5.2.160.0070.06011.83
5.2.150.0070.06311.83
5.2.140.0070.04711.83
5.2.130.0070.03711.83
5.2.120.0070.03311.83
5.2.110.0130.05311.83
5.2.100.0070.05711.83
5.2.90.0070.05311.83
5.2.80.0070.03011.83
5.2.70.0100.03011.83
5.2.60.0070.06311.83
5.2.50.0070.04711.83
5.2.40.0030.06011.83
5.2.30.0030.06011.83
5.2.20.0000.04711.83
5.2.10.0070.05711.83
5.2.00.0100.03011.83
5.1.60.0030.05311.83
5.1.50.0030.03311.83
5.1.40.0070.03311.83
5.1.30.0070.05011.83
5.1.20.0100.04711.83
5.1.10.0000.05011.83
5.1.00.0030.05711.83
5.0.50.0000.05011.83
5.0.40.0030.04011.83
5.0.30.0030.04711.83
5.0.20.0000.02711.83
5.0.10.0030.04011.83
5.0.00.0000.06311.83
4.4.90.0030.01711.83
4.4.80.0030.03711.83
4.4.70.0030.03311.83
4.4.60.0030.03311.83
4.4.50.0130.02311.83
4.4.40.0070.05311.83
4.4.30.0000.03711.83
4.4.20.0030.03011.83
4.4.10.0000.02711.83
4.4.00.0000.05311.83
4.3.110.0030.03311.83
4.3.100.0000.03311.83
4.3.90.0000.03311.83
4.3.80.0000.05311.83
4.3.70.0000.03711.83
4.3.60.0030.03311.83
4.3.50.0000.03311.83
4.3.40.0100.04711.83
4.3.30.0030.03311.83
4.3.20.0000.02711.83
4.3.10.0070.02711.83
4.3.00.0000.02311.83

preferences:
34.49 ms | 401 KiB | 5 Q