3v4l.org

run code in 300+ PHP versions simultaneously
<?php function array_subtract(array $input) { $result = reset($input); // First element of the array foreach (array_slice($input, 1) as $value) { // Use array_slice to avoid subtracting the first element twice $result -= $value; // Subtract the value } return $result; // Return the result } $array = ["one" => 50, "two" => 6, 8, 9]; echo array_subtract($array); // Outputs 27

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.120.0150.00522.07
8.4.110.0060.00320.15
8.4.100.0060.01018.80
8.4.90.0140.00622.50
8.4.80.0040.00418.86
8.4.70.0030.00518.77
8.4.60.0080.00820.50
8.4.50.0120.00718.50
8.4.40.0140.00719.65
8.4.30.0120.00318.81
8.4.20.0060.01318.81
8.4.10.0080.00417.62
8.3.250.0060.01217.09
8.3.240.0120.00716.48
8.3.230.0060.00216.61
8.3.220.0110.00618.86
8.3.210.0110.00716.82
8.3.200.0050.00416.84
8.3.190.0090.00717.19
8.3.180.0120.00718.95
8.3.170.0150.00316.70
8.3.160.0110.00717.29
8.3.150.0100.01019.01
8.3.140.0070.01118.87
8.3.130.0040.00418.46
8.3.120.0090.00618.80
8.3.110.0080.00018.30
8.3.100.0030.00624.06
8.3.90.0040.00426.77
8.3.80.0070.00316.63
8.3.70.0040.01118.45
8.3.60.0110.00716.63
8.3.50.0110.00718.27
8.3.40.0150.00418.84
8.3.30.0060.00918.54
8.3.20.0080.00022.29
8.3.10.0040.00421.76
8.3.00.0040.00422.46
8.2.290.0090.00319.10
8.2.280.0130.00618.41
8.2.270.0040.00416.68
8.2.260.0070.01116.47
8.2.250.0040.01118.27
8.2.240.0030.00717.14
8.2.230.0050.00520.94
8.2.220.0060.00337.54
8.2.210.0050.00326.77
8.2.200.0050.00516.38
8.2.190.0080.00816.58
8.2.180.0140.00718.38
8.2.170.0090.00922.96
8.2.160.0200.00020.49
8.2.150.0000.00824.18
8.2.140.0000.00824.66
8.2.130.0040.00426.16
8.2.120.0040.00420.99
8.2.110.0100.00021.04
8.2.100.0040.00717.97
8.2.90.0030.00518.03
8.2.80.0040.00417.97
8.2.70.0040.00418.05
8.2.60.0000.00818.34
8.2.50.0040.00418.10
8.2.40.0030.00519.45
8.2.30.0070.00019.36
8.2.20.0040.00418.09
8.2.10.0040.00419.32
8.2.00.0000.00719.21
8.1.330.0110.00718.63
8.1.320.0100.01117.59
8.1.310.0070.00716.38
8.1.300.0080.00816.48
8.1.290.0090.00030.84
8.1.280.0090.00925.92
8.1.270.0000.00822.18
8.1.260.0090.00026.35
8.1.250.0070.00028.09
8.1.240.0080.00022.16
8.1.230.0090.00322.69
8.1.220.0050.00217.77
8.1.210.0000.00918.88
8.1.200.0000.00817.23
8.1.190.0100.00017.23
8.1.180.0030.00518.10
8.1.170.0040.00418.50
8.1.160.0040.00418.79
8.1.150.0000.00718.79
8.1.140.0000.00720.80
8.1.130.0040.00419.23
8.1.120.0040.00417.34
8.1.110.0000.00817.47
8.1.100.0060.00317.35
8.1.90.0020.00517.46
8.1.80.0070.00017.45
8.1.70.0000.00817.49
8.1.60.0040.00417.39
8.1.50.0040.00417.51
8.1.40.0040.00417.52
8.1.30.0090.00017.61
8.1.20.0000.00817.61
8.1.10.0040.00417.41
8.1.00.0000.00817.41
8.0.300.0070.00021.79
8.0.290.0040.00416.75
8.0.280.0030.00318.50
8.0.270.0070.00016.80
8.0.260.0000.00718.49
8.0.250.0000.00816.79
8.0.240.0000.00716.84
8.0.230.0030.00316.96
8.0.220.0050.00316.88
8.0.210.0070.00016.82
8.0.200.0070.00016.91
8.0.190.0050.00216.96
8.0.180.0050.00316.93
8.0.170.0030.00616.92
8.0.160.0070.00216.88
8.0.150.0030.00316.79
8.0.140.0070.00016.72
8.0.130.0060.00013.26
8.0.120.0030.00616.87
8.0.110.0050.00316.78
8.0.100.0030.00616.82
8.0.90.0040.00416.87
8.0.80.0070.00716.87
8.0.70.0030.00616.94
8.0.60.0000.00716.91
8.0.50.0040.00416.75
8.0.30.0060.01316.95
8.0.20.0130.01216.99
8.0.10.0070.01717.04
8.0.00.0120.00916.89
7.4.330.0050.00016.76
7.4.320.0030.00316.52
7.4.300.0030.00316.50
7.4.290.0090.00016.46
7.4.280.0000.00716.49
7.4.270.0030.00616.52
7.4.260.0030.00313.24
7.4.250.0000.00816.50
7.4.240.0000.00716.61
7.4.230.0070.00016.30
7.4.220.0000.00716.41
7.4.210.0050.01216.63
7.4.200.0080.00016.49
7.4.160.0080.01416.68
7.4.150.0150.00916.69
7.4.140.0110.00717.37
7.4.130.0110.00916.47
7.4.120.0140.00916.44
7.4.110.0090.01216.30
7.4.100.0100.01016.42
7.4.90.0120.00816.34
7.4.80.0090.01217.13
7.4.70.0100.01316.45
7.4.60.0130.01016.41
7.4.50.0120.01016.43
7.4.40.0080.01116.36
7.4.30.0090.01116.44
7.4.20.0120.01216.52
7.4.10.0130.00816.41
7.4.00.0080.00915.82
7.3.330.0050.00316.32
7.3.320.0000.00613.30
7.3.310.0040.00416.27
7.3.300.0030.00316.29
7.3.290.0080.00016.10
7.3.280.0040.01416.25
7.3.270.0150.00316.33
7.3.260.0110.01016.40
7.3.250.0100.01016.24
7.3.240.0100.01016.38
7.3.230.0070.01016.36
7.3.220.0120.00816.18
7.3.210.0140.00916.23
7.3.200.0150.00716.41
7.3.190.0120.01216.41
7.3.180.0160.00516.33
7.3.170.0120.01016.41
7.3.160.0080.01016.30
7.3.150.0070.01216.29
7.3.140.0120.00916.28
7.3.130.0090.01416.37
7.3.120.0120.00815.55
7.3.110.0130.00715.58
7.3.100.0120.00815.69
7.3.90.0100.00915.55
7.3.80.0100.00815.45
7.3.70.0100.00815.43
7.3.60.0110.00715.49
7.3.50.0080.01015.49
7.3.40.0110.00815.52
7.3.30.0080.00715.43
7.3.20.0100.00615.98
7.3.10.0070.01115.94
7.3.00.0120.00516.02
7.2.340.0190.00616.42
7.2.330.0130.01016.59
7.2.320.0130.01216.53
7.2.310.0180.01016.49
7.2.300.0150.01116.60
7.2.290.0120.01016.57
7.2.280.0140.01216.57
7.2.270.0150.01116.49
7.2.260.0180.00916.52
7.2.250.0130.01216.27
7.2.240.0120.01115.88
7.2.230.0140.01115.83
7.2.220.0130.00915.76
7.2.210.0110.01015.80
7.2.200.0130.00715.74
7.2.190.0100.01115.81
7.2.180.0100.00915.73
7.2.170.0110.00815.72
7.2.160.0110.00815.90
7.2.150.0150.00716.22
7.2.140.0180.01116.14
7.2.130.0090.01116.18
7.2.120.0140.00916.20
7.2.110.0120.00916.18
7.2.100.0110.01016.23
7.2.90.0130.00916.15
7.2.80.0120.00916.21
7.2.70.0120.00916.24
7.2.60.0090.01016.27
7.2.50.0100.01216.19
7.2.40.0110.01216.21
7.2.30.0120.00816.17
7.2.20.0100.01216.27
7.2.10.0170.01216.16
7.2.00.0140.00816.25
7.1.330.0120.01215.36
7.1.320.0110.01015.17
7.1.310.0170.00615.20
7.1.300.0220.00815.16
7.1.290.0320.00815.19
7.1.280.0160.00415.23
7.1.270.0100.01015.14
7.1.260.0130.00815.15
7.1.250.0150.00815.04
7.1.240.0190.01015.40
7.1.230.0220.00815.49
7.1.220.0220.00615.46
7.1.210.0140.01615.50
7.1.200.0160.01115.52
7.1.190.0260.00815.54
7.1.180.0200.00615.49
7.1.170.0170.01215.52
7.1.160.0180.00815.48
7.1.150.0200.01015.52
7.1.140.0170.01015.48
7.1.130.0180.01115.50
7.1.120.0210.00715.54
7.1.110.0180.01115.51
7.1.100.0230.00515.53
7.1.90.0220.01015.52
7.1.80.0180.01015.56
7.1.70.0130.01315.51
7.1.60.0200.00715.56
7.1.50.0190.00815.54
7.1.40.0410.00615.60
7.1.30.0160.01315.54
7.1.20.0130.01415.54
7.1.10.0180.01115.56
7.1.00.0210.00615.58

preferences:
29.58 ms | 403 KiB | 5 Q