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 pm' => '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.0040.00716.51
7.3.00.0030.00916.77
7.2.130.0070.00716.80
7.2.120.0080.00417.17
7.2.110.0030.00717.06
7.2.100.0100.00317.04
7.2.90.0030.00717.01
7.2.80.0060.00317.31
7.2.70.0050.00816.99
7.2.60.0120.00216.96
7.2.50.0000.01416.96
7.2.40.0040.00716.87
7.2.30.0070.00717.15
7.2.20.0070.00717.26
7.2.10.0090.00316.99
7.2.00.0050.01018.31
7.1.250.0070.00415.75
7.1.200.0060.00315.64
7.1.100.0000.01117.90
7.1.70.0040.00416.84
7.1.60.0110.01419.82
7.1.50.0110.01116.76
7.1.00.0030.07722.57
7.0.200.0030.01016.89
7.0.140.0000.07022.10
7.0.80.0500.07020.14
7.0.70.0570.08319.92
7.0.60.0530.08019.97
7.0.50.0570.08720.26
7.0.40.0130.08320.14
7.0.30.0100.08320.17
7.0.20.0200.07020.00
7.0.10.0100.05320.02
7.0.00.0200.07019.97
5.6.230.0030.05020.57
5.6.220.0070.04320.66
5.6.210.0100.07320.75
5.6.200.0100.08321.04
5.6.190.0100.07721.04
5.6.180.0130.04321.14
5.6.170.0130.07720.98
5.6.160.0100.08321.11
5.6.150.0070.04721.18
5.6.140.0070.05721.11
5.6.130.0030.07721.07
5.6.120.0030.05721.17
5.6.110.0100.08021.01
5.6.100.0070.06321.03
5.6.90.0070.04721.04
5.6.80.0100.05020.43
5.6.70.0100.07720.43
5.6.60.0030.04320.43
5.6.50.0070.08720.44
5.6.40.0170.05720.36
5.6.30.0030.05720.41
5.6.20.0000.08720.29
5.6.10.0070.07320.40
5.6.00.0100.07020.48
5.5.370.0100.07320.50
5.5.360.0000.09020.36
5.5.350.0100.08320.32
5.5.340.0230.05720.86
5.5.330.0100.04320.77
5.5.320.0100.05020.88
5.5.310.0070.05320.89
5.5.300.0130.07720.64
5.5.290.0070.04320.88
5.5.280.0130.07720.89
5.5.270.0030.06020.77
5.5.260.0100.08720.85
5.5.250.0070.08320.63
5.5.240.0100.07320.32
5.5.230.0030.07020.25
5.5.220.0070.05020.25
5.5.210.0100.07320.14
5.5.200.0170.06320.16
5.5.190.0030.06020.30
5.5.180.0170.04320.13
5.5.160.0200.05720.28
5.5.150.0070.08320.18
5.5.140.0070.07720.28
5.5.130.0070.04320.00
5.5.120.0070.08720.15
5.5.110.0070.07320.27
5.5.100.0070.06020.09
5.5.90.0030.07720.05
5.5.80.0030.08020.15
5.5.70.0130.07320.06
5.5.60.0030.08020.11
5.5.50.0030.08320.04
5.5.40.0030.07720.14
5.5.30.0200.06720.14
5.5.20.0100.07720.14
5.5.10.0000.06320.08
5.5.00.0030.07720.11
5.4.450.0070.08719.38
5.4.440.0100.07319.55
5.4.430.0070.08019.35
5.4.420.0130.03719.23
5.4.410.0030.04319.14
5.4.400.0070.03718.79
5.4.390.0000.08319.09
5.4.380.0130.07019.12
5.4.370.0030.07719.03
5.4.360.0030.04718.96
5.4.350.0030.04718.78
5.4.340.0030.07319.10
5.4.320.0030.05318.81
5.4.310.0030.05319.03
5.4.300.0000.08018.96
5.4.290.0070.04318.96
5.4.280.0100.05018.94
5.4.270.0070.06019.09
5.4.260.0130.06719.03
5.4.250.0100.04719.05
5.4.240.0030.08019.22
5.4.230.0270.06319.14
5.4.220.0100.07718.79
5.4.210.0030.06319.04
5.4.200.0030.07318.77
5.4.190.0100.04719.10
5.4.180.0000.07018.80
5.4.170.0070.06319.13
5.4.160.0070.07318.76
5.4.150.0070.07718.79
5.4.140.0130.06716.39
5.4.130.0130.06016.40
5.4.120.0070.06716.42
5.4.110.0030.05716.41
5.4.100.0030.07316.49
5.4.90.0100.06716.36
5.4.80.0070.07316.34
5.4.70.0000.08016.42
5.4.60.0170.06316.29
5.4.50.0070.05316.28
5.4.40.0100.07316.23
5.4.30.0130.06316.25
5.4.20.0070.03716.38
5.4.10.0100.05016.40
5.4.00.0000.04715.81
5.3.290.0170.06714.52
5.3.280.0000.05714.58
5.3.270.0000.04714.57
5.3.260.0030.05014.60
5.3.250.0130.07014.45
5.3.240.0100.07014.60
5.3.230.0070.07714.57
5.3.220.0070.04714.39
5.3.210.0030.07714.57
5.3.200.0100.08014.55
5.3.190.0070.07714.55
5.3.180.0130.03714.43
5.3.170.0070.05714.54
5.3.160.0070.05314.42
5.3.150.0100.07714.55
5.3.140.0070.08014.51
5.3.130.0070.05014.51
5.3.120.0070.04014.40
5.3.110.0070.07714.46
5.3.100.0130.07014.05
5.3.90.0030.04713.88
5.3.80.0030.05714.00
5.3.70.0100.05713.87
5.3.60.0070.04014.04
5.3.50.0170.06313.94
5.3.40.0170.06713.89
5.3.30.0100.05313.89
5.3.20.0100.06713.68
5.3.10.0100.05313.62
5.3.00.0000.05313.45
5.2.170.0030.04311.10
5.2.160.0070.06311.16
5.2.150.0030.06011.09
5.2.140.0030.06010.93
5.2.130.0030.05311.09
5.2.120.0100.03311.14
5.2.110.0070.06011.05
5.2.100.0030.06011.09
5.2.90.0030.06011.09
5.2.80.0070.06011.05
5.2.70.0100.06010.92
5.2.60.0030.06710.91
5.2.50.0000.03311.01
5.2.40.0030.06710.83
5.2.30.0030.05310.83
5.2.20.0000.03310.98
5.2.10.0030.05010.87
5.2.00.0030.05310.83
5.1.60.0070.02710.83
5.1.50.0030.05710.83
5.1.40.0100.04710.83
5.1.30.0070.05710.83
5.1.20.0070.04710.83
5.1.10.0030.04010.83
5.1.00.0100.04710.83
5.0.50.0100.03710.83
5.0.40.0000.04710.83
5.0.30.0000.04310.83
5.0.20.0000.03310.83
5.0.10.0030.04310.83
5.0.00.0030.06010.83
4.4.90.0000.03710.83
4.4.80.0030.02010.83
4.4.70.0000.02710.83
4.4.60.0070.03310.83
4.4.50.0100.02710.83
4.4.40.0000.05310.83
4.4.30.0030.03710.83
4.4.20.0100.02710.83
4.4.10.0030.03010.83
4.4.00.0000.05710.83
4.3.110.0030.02310.83
4.3.100.0000.02310.83
4.3.90.0000.02010.83
4.3.80.0070.05010.83
4.3.70.0070.03310.83
4.3.60.0070.02710.83
4.3.50.0030.03310.83
4.3.40.0070.04710.83
4.3.30.0000.03310.83
4.3.20.0030.03010.83
4.3.10.0000.03710.83
4.3.00.0000.03310.83

preferences:
38.69 ms | 401 KiB | 5 Q