3v4l.org

run code in 300+ PHP versions simultaneously
<?php function twoNumberSum ( $inputArray, $targetSum ) { $res = []; foreach($inputArray as $i => $firstVal){ array_shift($inputArray); foreach($inputArray as $secVal){ if ( $firstVal + $secVal == $targetSum ) { $res[] = [$firstVal,$secVal] ; } } } return $res; } $numArray = [3,5,-4,8,11,1,-1,6]; $targetSum = 4; var_export( twoNumberSum( $numArray, $targetSum ) );

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.130.0080.00117.44
8.4.120.0140.00622.13
8.4.110.0060.00318.75
8.4.100.0110.00717.85
8.4.90.0150.00520.73
8.4.80.0110.00820.66
8.4.70.0080.00720.85
8.4.60.0120.00920.55
8.4.50.0050.00322.03
8.4.40.0150.00418.71
8.4.30.0140.00720.24
8.4.20.0070.01319.50
8.4.10.0070.01122.21
8.3.260.0090.00916.64
8.3.250.0120.00318.92
8.3.240.0120.00816.80
8.3.230.0100.00916.57
8.3.220.0050.00320.89
8.3.210.0130.00616.88
8.3.200.0050.00416.85
8.3.190.0060.00418.93
8.3.180.0060.00519.11
8.3.170.0160.00317.33
8.3.160.0000.00816.75
8.3.150.0140.00016.63
8.3.140.0100.00719.00
8.3.130.0040.00416.44
8.3.120.0000.00818.84
8.3.110.0000.00816.65
8.3.100.0040.00416.47
8.3.90.0060.00326.77
8.3.80.0100.00018.31
8.3.70.0060.00816.58
8.3.60.0160.00916.73
8.3.50.0140.00320.25
8.3.40.0070.00718.99
8.3.30.0110.00418.43
8.3.20.0040.00424.18
8.3.10.0030.00624.66
8.3.00.0000.00826.16
8.2.290.0140.00516.95
8.2.280.0120.00718.93
8.2.270.0120.00616.76
8.2.260.0040.01116.93
8.2.250.0040.00418.23
8.2.240.0160.00016.45
8.2.230.0030.00620.94
8.2.220.0060.00324.06
8.2.210.0060.00326.77
8.2.200.0000.01016.50
8.2.190.0140.00416.75
8.2.180.0120.00325.92
8.2.170.0040.01119.09
8.2.160.0060.00922.96
8.2.150.0080.00025.66
8.2.140.0000.00824.66
8.2.130.0100.00726.16
8.2.120.0080.00021.19
8.2.110.0060.00320.52
8.2.100.0040.00817.71
8.2.90.0000.00917.63
8.2.80.0040.00418.91
8.2.70.0000.00818.05
8.2.60.0000.00818.05
8.2.50.0040.00418.07
8.2.40.0060.00618.09
8.2.30.0040.00418.13
8.2.20.0040.00420.49
8.2.10.0040.00418.18
8.2.00.0080.00019.31
8.1.330.0100.00916.03
8.1.320.0080.01222.18
8.1.310.0100.00716.68
8.1.300.0080.00015.95
8.1.290.0090.00330.84
8.1.280.0100.00725.92
8.1.270.0030.00523.91
8.1.260.0030.00526.35
8.1.250.0040.00428.09
8.1.240.0030.00623.98
8.1.230.0080.00417.70
8.1.220.0080.00017.77
8.1.210.0060.00318.77
8.1.200.0030.00617.35
8.1.190.0030.00517.23
8.1.180.0030.00518.10
8.1.170.0030.00618.57
8.1.160.0080.00018.89
8.1.150.0040.00418.60
8.1.140.0040.00417.45
8.1.130.0040.00418.86
8.1.120.0000.00717.40
8.1.110.0070.00017.48
8.1.100.0000.00717.45
8.1.90.0080.00017.46
8.1.80.0120.00017.36
8.1.70.0080.00817.34
8.1.60.0140.00517.55
8.1.50.0150.00317.49
8.1.40.0130.00617.47
8.1.30.0140.00517.66
8.1.20.0090.00917.61
8.1.10.0110.00817.37
8.1.00.0160.00317.31
8.0.300.0000.00718.77
8.0.290.0080.00016.63
8.0.280.0000.00818.53
8.0.270.0000.00816.73
8.0.260.0060.00018.36
8.0.250.0000.00717.01
8.0.240.0000.00816.88
8.0.230.0070.00016.85
8.0.220.0040.00416.86
8.0.210.0100.00616.86
8.0.200.0160.00016.91
8.0.190.0000.01616.93
8.0.180.0090.00916.80
8.0.170.0050.01016.85
8.0.160.0110.00516.83
8.0.150.0040.01216.86
8.0.140.0130.00416.80
8.0.130.0070.01116.73
8.0.120.0100.00616.80
8.0.110.0050.00916.84
8.0.100.0120.00016.82
8.0.90.0060.00616.66
8.0.80.0090.00216.82
8.0.70.0120.00416.79
8.0.60.0080.00816.70
8.0.50.0090.00616.85
8.0.30.0050.01116.72
8.0.20.0110.00516.91
8.0.10.0100.00617.01
7.4.330.0060.00015.55
7.4.320.0070.00016.50
7.4.300.0130.00616.60
7.4.290.0140.00316.54
7.4.280.0160.00416.57
7.4.270.0120.00416.39
7.4.260.0150.00416.48
7.4.250.0120.00616.42
7.4.240.0110.00516.54
7.4.230.0050.01316.47
7.4.220.0100.00616.54
7.4.210.0080.00816.56
7.4.200.0050.01116.52
7.4.190.0100.00216.50
7.4.180.0100.00416.63
7.4.160.0080.00416.57
7.4.150.0030.00916.41
7.4.140.0120.00016.08
7.4.130.0090.00416.16
7.4.120.0060.00616.21
7.4.110.0060.00616.42
7.4.100.0060.00616.43
7.4.90.0000.01116.50
7.4.80.0000.00816.48
7.4.70.0030.00716.41
7.4.60.0090.00016.46
7.4.50.0040.00416.27
7.4.40.0090.00016.43
7.4.30.0050.00316.36
7.4.20.0080.00016.28
7.4.10.0050.00516.25
7.4.00.0000.00816.51

preferences:
91.9 ms | 403 KiB | 5 Q