3v4l.org

run code in 300+ PHP versions simultaneously
<?php // id => weight $ads = [ 10 => 5, 20 => 10, 30 => 15 ]; function show_ad($ads) { // calculate the total of all weights $combined = array_sum($ads); // pick a random number from $combined weights $random = rand(0, $combined - 1); // keep subtracting weight until we drop below an ad weight foreach ($ads as $id => $weight) { if ($random < $weight) return $id; $random -= $weight; } return $random; } function simulate_views($ads, $rounds = 100) { $result = []; for ($i = 0; $i < $rounds; $i++) { $id = show_ad($ads); $result[$id] = isset($result[$id]) ? $result[$id]+1: 1; } return $result; } print_r(simulate_views($ads));

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.2.10.0070.00518.27
8.1.130.0110.00018.64
8.1.120.0000.00918.74
8.1.110.0030.00518.68
8.1.100.0050.00218.57
8.1.90.0030.00518.57
8.1.80.0000.00918.61
8.1.70.0020.00718.79
8.1.60.0070.00318.72
8.1.50.0000.01118.76
8.1.40.0040.00418.82
8.1.30.0000.00818.94
8.1.20.0000.00718.88
8.1.10.0040.00418.75
8.1.00.0070.00018.59
8.0.260.0030.00317.99
8.0.250.0030.00518.06
8.0.240.0070.00017.98
8.0.230.0040.00418.06
8.0.220.0000.00817.92
8.0.210.0030.00518.00
8.0.200.0030.00317.97
8.0.190.0030.00517.93
8.0.180.0000.00818.00
8.0.170.0040.00418.08
8.0.160.0040.00418.04
8.0.150.0040.00417.96
8.0.140.0050.00318.02
8.0.130.0050.00317.89
8.0.120.0050.00217.96
8.0.110.0000.00717.91
8.0.100.0020.00517.97
8.0.90.0070.00017.97
8.0.80.0000.00718.03
8.0.70.0040.00417.86
8.0.60.0040.00417.90
8.0.50.0070.00017.95
8.0.30.0000.00718.01
8.0.20.0040.00417.93
8.0.10.0030.00318.05
8.0.00.0000.00818.21
7.4.330.0140.00016.95
7.4.320.0160.00517.56
7.4.300.0100.01017.59
7.4.290.0110.00517.75
7.4.280.0100.00617.57
7.4.270.0090.00617.70
7.4.260.0160.00017.70
7.4.250.0130.00317.68
7.4.240.0090.00617.53
7.4.230.0120.00317.71
7.4.220.0070.00717.70
7.4.210.0090.00417.55
7.4.200.0100.00417.66
7.4.190.0050.00917.78
7.4.180.0080.00617.59
7.4.160.0000.01317.69
7.4.150.0100.00317.52
7.4.140.0090.00517.48
7.4.130.0090.00417.64
7.4.120.0070.00717.60
7.4.110.0070.00717.64
7.4.100.0110.00317.71
7.4.90.0040.00917.54
7.4.80.0090.00617.46
7.4.70.0140.00017.50
7.4.60.0090.00617.46
7.4.50.0100.00317.46
7.4.40.0140.00017.61
7.4.30.0080.00517.63
7.4.20.0130.00017.64
7.4.10.0100.00616.12
7.4.00.0080.00916.24
7.3.330.0140.00017.50
7.3.320.0070.00717.45
7.3.310.0090.00517.46
7.3.300.0140.00017.37
7.3.290.0150.00017.56
7.3.280.0080.00517.59
7.3.270.0090.00417.52
7.3.260.0050.00917.55
7.3.250.0070.00717.59
7.3.240.0110.00417.55
7.3.230.0110.00317.52
7.3.220.0090.00417.53
7.3.210.0120.00217.53
7.3.200.0140.00017.53
7.3.190.0070.00717.43
7.3.180.0120.00317.30
7.3.170.0040.00917.36
7.3.160.0070.00717.37
7.3.150.0080.00517.41
7.3.140.0080.00517.30
7.3.130.0050.00716.23
7.3.120.0100.00616.13
7.3.110.0080.00716.04
7.3.100.0070.00816.04
7.3.90.0040.01016.34
7.3.80.0050.01016.03
7.3.70.0110.00516.18
7.3.60.0100.00516.19
7.3.50.0060.00716.16
7.3.40.0110.00416.17
7.3.30.0100.00616.11
7.3.20.0060.00917.97
7.3.10.0080.01017.49
7.3.00.0090.00517.40
7.2.340.0000.01317.45
7.2.330.0100.00317.64
7.2.320.0080.00617.49
7.2.310.0100.00417.54
7.2.300.0110.00317.45
7.2.290.0140.00017.65
7.2.280.0090.00417.56
7.2.270.0110.00317.68
7.2.260.0060.01016.24
7.2.250.0090.00716.33
7.2.240.0070.00716.08
7.2.230.0120.00216.46
7.2.220.0070.00816.34
7.2.210.0130.00316.22
7.2.200.0080.00716.48
7.2.190.0070.00916.26
7.2.180.0090.00516.23
7.2.170.0050.01016.25
7.2.160.0110.00416.51
7.2.150.0120.00318.25
7.2.140.0090.00518.20
7.2.130.0090.00617.69
7.2.120.0070.00717.64
7.2.110.0090.00917.74
7.2.100.0090.00617.54
7.2.90.0130.00617.54
7.2.80.0110.00817.49
7.2.70.0310.00516.97
7.2.60.0240.00816.89
7.2.50.0190.00616.87
7.2.40.0200.00916.97
7.2.30.0280.00817.09
7.2.20.0290.00917.06
7.2.10.0250.00817.06
7.2.00.0170.01017.11
7.1.330.0070.00817.04
7.1.320.0110.00517.04
7.1.310.0100.00517.11
7.1.300.0060.00617.13
7.1.290.0120.00317.23
7.1.280.0050.01017.01
7.1.270.0070.00617.00
7.1.260.0100.00517.06
7.1.250.0060.00816.51
7.1.240.0060.00817.01
7.1.230.0120.00317.11
7.1.220.0070.01017.09
7.1.210.0090.00517.12
7.1.200.0060.00717.04
7.1.190.0090.00617.21
7.1.180.0090.00717.01
7.1.170.0300.00715.93
7.1.160.0220.00816.03
7.1.150.0320.00615.94
7.1.140.0220.00515.94
7.1.130.0330.00716.14
7.1.120.0300.00615.93
7.1.110.0250.00916.11
7.1.100.0210.00716.02
7.1.90.0230.00916.10
7.1.80.0200.00915.94
7.1.70.0200.00715.90
7.1.60.0300.00621.91
7.1.50.0460.00821.93
7.1.40.0390.01122.13
7.1.30.0400.00921.98
7.1.20.0330.00722.02
7.1.10.0230.00916.07
7.1.00.0260.00616.06
7.0.330.0100.00216.61
7.0.320.0100.00516.66
7.0.310.0070.00816.54
7.0.300.0090.00416.79
7.0.290.0050.00916.67
7.0.280.0080.00616.81
7.0.270.0050.00816.59
7.0.260.0040.00716.72
7.0.250.0110.00316.83
7.0.240.0050.00816.86
7.0.230.0080.00616.79
7.0.220.0090.00516.87
7.0.210.0040.00716.77
7.0.200.0080.00716.76
7.0.190.0100.00516.76
7.0.180.0100.00316.83
7.0.170.0070.00516.68
7.0.160.0050.00816.73
7.0.150.0120.00116.78
7.0.140.0120.00216.66
7.0.130.0090.00516.82
7.0.120.0080.00616.91
7.0.110.0070.00716.74
7.0.100.0040.00816.83
7.0.90.0020.01016.72
7.0.80.0060.00416.72
7.0.70.0090.00616.74
7.0.60.0060.00516.76
7.0.50.0080.00416.81
7.0.40.0100.00015.84
7.0.30.0120.00315.84
7.0.20.0040.00815.72
7.0.10.0060.00815.85
7.0.00.0060.00615.79
5.6.400.0080.00715.83
5.6.390.0070.00515.70
5.6.380.0110.00215.62
5.6.370.0080.00615.83
5.6.360.0100.00515.83
5.6.350.0030.01115.81
5.6.340.0070.00715.89
5.6.330.0070.00715.92
5.6.320.0070.00515.80
5.6.310.0050.00815.77
5.6.300.0140.00015.74
5.6.290.0070.00715.69
5.6.280.0110.00215.70
5.6.270.0020.01115.80
5.6.260.0080.00315.77
5.6.250.0050.00815.63
5.6.240.0050.01015.67
5.6.230.0040.01115.92
5.6.220.0080.00615.77
5.6.210.0050.00815.82
5.6.200.0080.00316.06
5.6.190.0030.01115.88
5.6.180.0080.00715.85
5.6.170.0050.00615.86
5.6.160.0090.00515.87
5.6.150.0060.00515.77
5.6.140.0040.00815.77
5.6.130.0120.00215.88
5.6.120.0060.00515.86
5.6.110.0080.00615.88
5.6.100.0120.00115.83
5.6.90.0090.00615.78
5.6.80.0070.00715.74
5.6.70.0110.00315.80
5.6.60.0050.00715.69
5.6.50.0090.00415.62
5.6.40.0050.00715.92
5.6.30.0060.00515.71
5.6.20.0110.00215.88
5.6.10.0100.00315.78
5.6.00.0130.00215.83

preferences:
30.41 ms | 403 KiB | 5 Q