3v4l.org

run code in 300+ PHP versions simultaneously
<?php $appointments = array( array( 'start_date' => '2018-04-02 12:00:00', 'end_date' => '2018-04-02 12:55:00' ), array( 'start_date' => '2018-04-02 13:00:00', 'end_date' => '2018-04-02 13:55:00' ) ); $begin = new DateTime('2018-04-02 09:00:00'); $end = new DateTime('2018-04-02 18:30:00'); $interval = new DateInterval('PT5M'); $daterange = new DatePeriod($begin, $interval ,$end); $availableDates = []; foreach($daterange as $date) { $availableDates[] = $date; } foreach($appointments as $appointment) { $startsAt = new DateTime($appointment['start_date']); $endsAt = new DateTime($appointment['end_date']); foreach ($availableDates as $key => $date) { if ($startsAt <= $date && $endsAt >= $date) { unset($availableDates[$key]); } } } foreach($availableDates as $date){ echo $date->format("Y-m-d H:i:s") . "\n"; }

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)
8.4.140.0100.01017.80
8.4.130.0110.00917.74
8.4.120.0130.00820.56
8.4.110.0050.00418.97
8.4.100.0130.00818.13
8.4.90.0110.00920.54
8.4.80.0100.00818.96
8.4.70.0080.00919.03
8.4.60.0110.00620.50
8.4.50.0120.01120.54
8.4.40.0100.01018.09
8.4.30.0030.01717.81
8.4.20.0120.00919.49
8.4.10.0130.00717.79
8.3.270.0070.01316.89
8.3.260.0090.00816.72
8.3.250.0110.00619.24
8.3.240.0140.00516.82
8.3.230.0130.00716.64
8.3.220.0090.00218.92
8.3.210.0090.00916.97
8.3.200.0120.00716.73
8.3.190.0040.00517.18
8.3.180.0100.01019.06
8.3.170.0130.00619.09
8.3.160.0080.00017.07
8.3.150.0130.00316.80
8.3.140.0040.00416.74
8.3.130.0070.01316.90
8.3.120.0040.00420.66
8.3.110.0070.00317.15
8.3.100.0030.00716.71
8.3.90.0040.00426.77
8.3.80.0070.00416.88
8.3.70.0190.00317.00
8.3.60.0090.00616.88
8.3.50.0100.00817.61
8.3.40.0120.00619.09
8.3.30.0150.00019.00
8.3.20.0040.00421.87
8.3.10.0030.00621.85
8.3.00.0000.00721.75
8.2.290.0120.00417.42
8.2.280.0170.00418.65
8.2.270.0070.01017.00
8.2.260.0080.00017.21
8.2.250.0160.00618.37
8.2.240.0110.00018.69
8.2.230.0040.00420.94
8.2.220.0030.00624.06
8.2.210.0110.00426.77
8.2.200.0030.00616.75
8.2.190.0150.00617.00
8.2.180.0070.01525.92
8.2.170.0130.00719.07
8.2.160.0110.00422.96
8.2.150.0080.00025.66
8.2.140.0040.00424.66
8.2.130.0050.00326.16
8.2.120.0000.00821.03
8.2.110.0060.00319.39
8.2.100.0130.00018.03
8.2.90.0050.00319.95
8.2.80.0060.00318.34
8.2.70.0030.00518.16
8.2.60.0040.00417.93
8.2.50.0040.00418.28
8.2.40.0080.00020.59
8.2.30.0000.00719.60
8.2.20.0030.00518.27
8.2.10.0050.00318.35
8.2.00.0030.00618.25
8.1.330.0130.00616.41
8.1.320.0130.00817.95
8.1.310.0090.00617.09
8.1.300.0080.00016.43
8.1.290.0060.00330.84
8.1.280.0170.00325.92
8.1.270.0050.00324.66
8.1.260.0000.00926.35
8.1.250.0000.00928.09
8.1.240.0040.00422.67
8.1.230.0060.00620.91
8.1.220.0050.00317.79
8.1.210.0090.00018.77
8.1.200.0040.00717.48
8.1.190.0060.00617.36
8.1.180.0060.00318.10
8.1.170.0040.00418.89
8.1.160.0030.00519.06
8.1.150.0040.00419.11
8.1.140.0040.00417.75
8.1.130.0070.00020.23
8.1.120.0040.00417.66
8.1.110.0030.00617.71
8.1.100.0000.00717.61
8.1.90.0050.00317.69
8.1.80.0030.00617.58
8.1.70.0040.00417.68
8.1.60.0000.00917.64
8.1.50.0070.00717.63
8.1.40.0040.00417.64
8.1.30.0050.00517.76
8.1.20.0000.00817.84
8.1.10.0060.00317.62
8.1.00.0000.01017.76
8.0.300.0040.00420.22
8.0.290.0050.00317.00
8.0.280.0040.00418.56
8.0.270.0080.00017.33
8.0.260.0070.00017.42
8.0.250.0030.00317.17
8.0.240.0040.00417.14
8.0.230.0000.00717.20
8.0.220.0000.00717.02
8.0.210.0000.00717.20
8.0.200.0040.00417.07
8.0.190.0000.00917.07
8.0.180.0040.00417.14
8.0.170.0030.00617.15
8.0.160.0000.00717.12
8.0.150.0060.00316.99
8.0.140.0050.00216.98
8.0.130.0000.00613.47
8.0.120.0040.00417.06
8.0.110.0070.00017.00
8.0.100.0030.00617.17
8.0.90.0080.00016.97
8.0.80.0060.00917.14
8.0.70.0000.00817.08
8.0.60.0000.00717.13
8.0.50.0040.00416.97
8.0.30.0110.00817.26
8.0.20.0120.00817.42
8.0.10.0000.00717.26
8.0.00.0130.00617.00
7.4.330.0050.00015.55
7.4.320.0030.00316.69
7.4.300.0030.00316.63
7.4.290.0030.00316.58
7.4.280.0030.00616.69
7.4.270.0030.00516.58
7.4.260.0000.00716.76
7.4.250.0080.00016.75
7.4.240.0000.00816.68
7.4.230.0070.00016.80
7.4.220.0040.00416.58
7.4.210.0050.01016.64
7.4.200.0070.00016.88
7.4.160.0080.01116.68
7.4.140.0110.01017.86
7.4.130.0160.00316.85
7.4.120.0100.01016.65
7.4.110.0040.01516.79
7.4.100.0070.01116.79
7.4.90.0080.01016.93
7.4.80.0120.01219.39
7.4.70.0130.00516.77
7.4.60.0070.01016.65
7.4.50.0030.01316.61
7.4.40.0100.00716.62
7.4.10.0130.00615.05
7.4.00.0120.00715.08
7.3.330.0060.00013.33
7.3.320.0000.00513.22
7.3.310.0080.00016.49
7.3.300.0070.00016.40
7.3.290.0030.00316.39
7.3.280.0080.01116.48
7.3.260.0110.01116.64
7.3.240.0070.01416.60
7.3.230.0160.00316.84
7.3.210.0030.01516.57
7.3.200.0050.01316.74
7.3.190.0030.01416.66
7.3.180.0040.01416.74
7.3.170.0100.01016.54
7.3.160.0130.00416.84
7.3.130.0170.00014.95
7.3.120.0040.01415.36
7.3.110.0120.00615.14
7.3.100.0030.00614.93
7.3.90.0030.01414.88
7.3.80.0030.00814.97
7.3.70.0070.00315.04
7.3.60.0070.00715.11
7.3.50.0060.00314.92
7.3.40.0060.00615.11
7.3.30.0000.01214.84
7.3.20.0060.00916.91
7.3.10.0070.00416.84
7.3.00.0060.00616.95
7.2.330.0160.00316.81
7.2.320.0130.01016.82
7.2.310.0070.01716.76
7.2.300.0040.01516.87
7.2.290.0110.00716.77
7.2.260.0130.00615.28
7.2.250.0090.00915.62
7.2.240.0070.01015.54
7.2.230.0060.00614.98
7.2.220.0030.01215.52
7.2.210.0090.00615.11
7.2.200.0030.01015.43
7.2.190.0070.01115.19
7.2.180.0040.01215.00
7.2.170.0060.00615.37
7.2.160.0090.00615.23
7.2.150.0060.00317.19
7.2.140.0030.00916.85
7.2.130.0130.00316.90
7.2.120.0030.00717.22
7.2.110.0040.00716.94
7.2.100.0130.00316.79
7.2.90.0100.00717.02
7.2.80.0120.00316.97
7.2.70.0000.01017.20
7.2.60.0070.00717.19
7.2.50.0070.01017.17
7.2.40.0120.01317.45
7.2.30.0290.01017.79
7.2.20.0180.00817.41
7.2.10.0200.01017.71
7.2.00.0150.01217.78
7.1.330.0090.00916.09
7.1.320.0040.00716.00
7.1.310.0030.00816.05
7.1.300.0040.01215.90
7.1.290.0070.00415.86
7.1.280.0030.00915.88
7.1.270.0120.00316.03
7.1.260.0030.01015.85
7.1.250.0040.00915.88
7.1.240.0040.01415.97
7.1.230.0100.00315.66
7.1.220.0040.00816.05
7.1.210.0000.01115.55
7.1.200.0050.00915.70
7.1.190.0040.00816.08
7.1.180.0000.00915.88
7.1.170.0080.00816.14
7.1.160.0170.00916.66
7.1.150.0170.00916.64
7.1.140.0150.00916.28
7.1.130.0170.01016.52
7.1.120.0140.01016.42
7.1.110.0860.00716.20
7.1.100.0150.01115.91
7.1.90.0160.00916.24
7.1.80.0140.01016.05
7.1.70.0210.00915.75
7.1.60.0240.01124.66
7.1.50.0250.00924.62
7.1.40.0260.01024.42
7.1.30.0320.01224.27
7.1.20.0230.01224.44
7.1.10.0140.01115.57
7.1.00.0170.00515.62
7.0.330.0070.00715.52
7.0.320.0100.00715.16
7.0.310.0000.01615.59
7.0.300.0000.01415.59
7.0.290.0000.01415.72
7.0.280.0040.01115.41
7.0.270.0000.01515.37
7.0.260.0060.00315.52
7.0.250.0030.01415.55
7.0.240.0090.00315.80
7.0.230.0030.01215.74
7.0.220.0030.00715.59
7.0.210.0060.00315.60
7.0.200.0030.00915.71
7.0.190.0100.00315.69
7.0.180.0040.01115.63
7.0.170.0060.00615.77
7.0.160.0000.01115.69
7.0.150.0100.00615.39
7.0.140.0120.00315.57
7.0.130.0080.00815.51
7.0.120.0070.00715.75
7.0.110.0080.00315.62
7.0.100.0080.00015.67
7.0.90.0050.00515.54
7.0.80.0030.01015.45
7.0.70.0120.00615.44
7.0.60.0130.00015.85
7.0.50.0070.00715.58
7.0.40.0030.00913.45
7.0.30.0100.00313.81
7.0.20.0040.00813.39
7.0.10.0030.00613.57
7.0.00.0070.00313.62
5.6.400.0030.00614.39
5.6.390.0000.01114.25
5.6.380.0030.01314.82
5.6.370.0060.00314.73
5.6.360.0090.00014.76
5.6.350.0140.00414.85
5.6.340.0120.00314.90
5.6.330.0000.01014.34
5.6.320.0060.01014.89
5.6.310.0030.00814.87
5.6.300.0100.00714.95
5.6.290.0000.01314.89
5.6.280.0000.01414.77
5.6.270.0000.01015.00
5.6.260.0070.00714.78
5.6.250.0090.00014.56
5.6.240.0040.00414.71
5.6.230.0040.01514.53
5.6.220.0080.00614.69
5.6.210.0120.00614.55
5.6.200.0110.00414.86
5.6.190.0030.01214.89
5.6.180.0030.01214.60
5.6.170.0070.01014.65
5.6.160.0030.00614.42
5.6.150.0080.00514.50
5.6.140.0070.00714.58
5.6.130.0100.00314.49
5.6.120.0120.00314.56
5.6.110.0070.01014.63
5.6.100.0040.01515.00
5.6.90.0040.01114.75
5.6.80.0120.00414.51
5.6.70.0030.01014.88
5.6.60.0040.00814.73
5.6.50.0110.00414.40
5.6.40.0040.01114.78
5.6.30.0040.00714.72
5.6.20.0090.00614.94
5.6.10.0000.01114.73
5.6.00.0130.00314.80

preferences:
34.94 ms | 403 KiB | 5 Q