3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Function to print moving average function movingAverage($win_numbers, $average_for) { foreach($win_numbers as $key=>$value){ $win_number_consecutive_5 = array_slice($win_numbers, $key, $average_for); $win_averages[] = array_sum($win_number_consecutive_5) / $average_for; } return $win_averages; } echo "Moving Averages:<br>"; $win_numbers = explode('-','3-4-5-6-7-8-4-5-6-33-23-12-5-1'); $average_for = 5; echo implode('-',movingAverage($win_numbers, $average_for)); ?>

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.0130.00817.50
8.4.130.0120.00817.80
8.4.120.0080.00420.72
8.4.110.0130.00618.62
8.4.100.0120.00817.58
8.4.90.0090.00720.63
8.4.80.0070.00118.88
8.4.70.0080.00818.88
8.4.60.0100.01120.78
8.4.50.0080.01324.12
8.4.40.0040.01519.44
8.4.30.0070.00718.67
8.4.20.0070.01418.58
8.4.10.0080.00017.75
8.3.270.0090.01016.63
8.3.260.0120.00716.66
8.3.250.0030.00819.07
8.3.240.0080.01116.34
8.3.230.0110.00916.70
8.3.220.0080.01218.74
8.3.210.0070.01316.51
8.3.200.0080.00316.74
8.3.190.0080.00717.14
8.3.180.0100.00820.82
8.3.170.0130.00617.31
8.3.160.0100.00918.77
8.3.150.0160.00616.75
8.3.140.0120.00316.29
8.3.130.0040.00416.86
8.3.120.0090.00018.90
8.3.110.0070.01020.94
8.3.100.0090.00016.48
8.3.90.0140.00426.77
8.3.80.0030.00616.63
8.3.70.0070.01116.63
8.3.60.0060.01118.38
8.3.50.0080.00822.04
8.3.40.0110.00418.75
8.3.30.0040.01118.66
8.3.20.0040.00421.90
8.3.10.0030.00619.91
8.3.00.0080.00023.48
8.2.290.0060.00317.16
8.2.280.0100.00918.47
8.2.270.0130.00616.79
8.2.260.0040.01117.28
8.2.250.0080.00018.27
8.2.240.0090.00017.12
8.2.230.0070.01122.58
8.2.220.0030.00624.06
8.2.210.0050.00526.77
8.2.200.0060.00318.18
8.2.190.0170.00016.75
8.2.180.0150.00925.92
8.2.170.0110.00318.89
8.2.160.0070.00721.02
8.2.150.0030.00524.18
8.2.140.0090.00024.66
8.2.130.0040.00426.16
8.2.120.0040.00426.16
8.2.110.0030.00621.06
8.2.100.0080.00417.78
8.2.90.0000.00720.58
8.2.80.0040.00717.99
8.2.70.0000.00818.01
8.2.60.0040.00418.09
8.2.50.0040.00418.10
8.2.40.0040.00419.30
8.2.30.0070.00019.30
8.2.20.0050.00717.81
8.2.10.0080.00418.57
8.2.00.0070.00418.46
8.1.330.0070.00216.05
8.1.320.0060.00316.21
8.1.310.0040.01116.57
8.1.300.0130.00617.97
8.1.290.0000.01030.84
8.1.280.0150.00325.92
8.1.270.0040.00424.66
8.1.260.0040.00426.35
8.1.250.0000.00728.09
8.1.240.0040.00422.53
8.1.230.0090.00320.81
8.1.220.0030.00617.74
8.1.210.0050.00318.82
8.1.200.0030.00717.35
8.1.190.0080.00017.00
8.1.180.0040.00418.10
8.1.170.0040.00418.51
8.1.160.0080.00018.81
8.1.150.0130.00018.16
8.1.140.0060.00519.76
8.1.130.0050.00618.76
8.1.120.0020.00717.45
8.1.110.0040.00517.42
8.1.100.0040.00617.45
8.1.90.0050.00617.47
8.1.80.0090.00317.41
8.1.70.0050.00517.38
8.1.60.0090.00417.59
8.1.50.0060.00617.45
8.1.40.0060.00717.53
8.1.30.0060.00317.61
8.1.20.0060.00617.55
8.1.10.0110.00417.36
8.1.00.0080.00417.34
8.0.300.0000.00720.08
8.0.290.0090.00016.75
8.0.280.0040.00418.45
8.0.270.0060.00216.83
8.0.260.0070.00218.39
8.0.250.0030.00516.90
8.0.240.0050.00316.94
8.0.230.0030.00616.89
8.0.220.0020.00816.82
8.0.210.0070.00416.86
8.0.200.0060.00416.79
8.0.190.0060.00616.82
8.0.180.0020.00916.73
8.0.170.0070.00616.86
8.0.160.0090.00416.87
8.0.150.0050.00716.80
8.0.140.0070.00416.79
8.0.130.0050.00515.10
8.0.120.0060.00416.79
8.0.110.0080.00416.79
8.0.100.0070.00416.85
8.0.90.0080.00316.86
8.0.80.0020.01116.78
8.0.70.0070.00316.87
8.0.60.0060.00416.88
8.0.50.0060.00416.88
8.0.30.0090.00816.92
8.0.20.0090.00817.04
8.0.10.0100.00316.91
8.0.00.0130.00716.88
7.4.330.0080.00215.99
7.4.320.0100.00216.56
7.4.300.0080.00416.53
7.4.290.0070.00516.52
7.4.280.0090.00316.53
7.4.270.0100.00216.52
7.4.260.0130.00116.57
7.4.250.0140.00216.50
7.4.240.0090.00116.53
7.4.230.0060.00616.54
7.4.220.0080.00216.46
7.4.210.0070.00816.50
7.4.200.0050.00516.52
7.4.190.0090.00516.52
7.4.180.0140.00016.43
7.4.160.0090.00716.52
7.4.150.0130.00216.51
7.4.140.0070.01016.80
7.4.130.0120.00616.33
7.4.120.0100.00616.34
7.4.110.0120.00516.35
7.4.100.0110.00716.34
7.4.90.0090.00816.44
7.4.80.0120.00616.98
7.4.70.0080.00816.36
7.4.60.0100.00716.41
7.4.50.0080.00916.37
7.4.40.0070.00916.39
7.4.30.0120.00516.22
7.4.20.0110.00816.41
7.4.10.0140.00519.54
7.4.00.0080.01216.06
7.3.330.0060.00414.94
7.3.320.0070.00414.86
7.3.310.0070.00316.44
7.3.300.0080.00216.40
7.3.290.0090.00516.39
7.3.280.0070.00816.40
7.3.270.0110.00416.44
7.3.260.0090.00816.47
7.3.250.0100.00516.32
7.3.240.0070.01016.34
7.3.230.0150.00316.33
7.3.220.0120.00716.37
7.3.210.0120.00516.37
7.3.200.0100.00716.35
7.3.190.0110.00616.41
7.3.180.0090.00916.38
7.3.170.0100.00716.45
7.3.160.0070.01116.39
7.3.150.0110.00616.35
7.3.140.0110.00716.46
7.3.130.0090.00916.31
7.3.120.0070.01116.35
7.3.110.0090.00916.36
7.3.100.0090.00816.39
7.3.90.0110.00616.40
7.3.80.0090.01016.39
7.3.70.0080.01016.07
7.3.60.0120.00816.02
7.3.50.0100.00716.06
7.3.40.0100.00716.06
7.3.30.0090.00716.01
7.3.20.0130.00516.37
7.3.10.0130.00516.33
7.3.00.0110.00716.41
7.2.340.0140.00816.56
7.2.330.0110.01016.62
7.2.320.0130.00816.63
7.2.310.0090.01216.59
7.2.300.0120.01416.56
7.2.290.0110.00916.54
7.2.280.0110.00916.52
7.2.270.0140.00716.45
7.2.260.0070.01416.55
7.2.250.0130.00816.69
7.2.240.0090.01116.59
7.2.230.0150.00616.48
7.2.220.0110.01016.54
7.2.210.0150.00716.50
7.2.200.0140.00616.29
7.2.190.0140.00916.20
7.2.180.0120.00816.18
7.2.170.0090.01016.17
7.2.160.0100.01016.18
7.2.150.0140.00716.60
7.2.140.0130.00816.56
7.2.130.0150.00716.71
7.2.120.0140.00716.61
7.2.110.0120.00816.66
7.2.100.0150.00816.64
7.2.90.0130.01016.62
7.2.80.0130.00916.61
7.2.70.0130.00816.60
7.2.60.0140.00716.66
7.2.50.0140.00716.63
7.2.40.0190.00516.62
7.2.30.0140.00816.66
7.2.20.0140.00816.64
7.2.10.0110.01116.68
7.2.00.0130.00916.67
7.1.330.0140.00715.79
7.1.320.0130.01015.86
7.1.310.0140.00915.81
7.1.300.0120.00815.74
7.1.290.0370.00715.66
7.1.280.0180.00715.61
7.1.270.0150.00815.68
7.1.260.0150.00615.58
7.1.250.0140.00615.59
7.1.240.0160.00815.58
7.1.230.0150.01015.65
7.1.220.0170.00615.63
7.1.210.0150.00915.69
7.1.200.0150.00815.60
7.1.190.0180.00715.63
7.1.180.0170.00715.71
7.1.170.0190.00615.68
7.1.160.0240.00415.68
7.1.150.0210.00415.72
7.1.140.0150.01015.67
7.1.130.0240.00915.59
7.1.120.0180.00615.65
7.1.110.0160.00915.71
7.1.100.0200.00515.69
7.1.90.0170.00915.70
7.1.80.0180.01015.69
7.1.70.0190.00815.70
7.1.60.0190.00615.69
7.1.50.0150.01315.55
7.1.40.0260.01315.63
7.1.30.0160.01115.68
7.1.20.0190.00915.58
7.1.10.0140.01315.60
7.1.00.0160.01215.67

preferences:
29.48 ms | 403 KiB | 5 Q