3v4l.org

run code in 500+ PHP versions simultaneously
<?php $test = array( 30.04, 0.00, 30.04, 0.00, 47.00, 17.03, 5.02, 25.08, 2.06, 32.06, 37.00, 7.07, ); $output = array(); foreach ($test as $key => $value) { // To make sure this will only be executed every second item if ($key % 2 !== 0) { continue; } $next = ''; if (!isset($test[$key+1])) { break; } else { $next = $test[$key+1]; } $output[$key] = $value . ' is ' . ($value < $next ? "lower" : ($value > $next ? 'higher' : 'equal')) . ' than ' . $next; } echo '<pre>'; print_r($output);

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.5.30.0030.00521.22
8.5.20.0060.01119.52
8.5.10.0140.00516.67
8.5.00.0140.00821.78
8.4.180.0130.00925.58
8.4.170.0120.00923.90
8.4.160.0110.01223.92
8.4.150.0080.00516.89
8.4.140.0120.01117.78
8.4.130.0140.00917.77
8.4.120.0090.01120.47
8.4.110.0050.00519.07
8.4.100.0140.00617.68
8.4.90.0100.00920.71
8.4.80.0050.00419.15
8.4.70.0120.00817.91
8.4.60.0110.00918.95
8.4.50.0100.00419.02
8.4.40.0060.00317.87
8.4.30.0070.01319.64
8.4.20.0120.00918.61
8.4.10.0000.01617.67
8.3.300.0110.01020.10
8.3.290.0100.01020.99
8.3.280.0150.00418.38
8.3.270.0110.00816.63
8.3.260.0120.00916.91
8.3.250.0040.00517.05
8.3.240.0050.00616.49
8.3.230.0120.00616.66
8.3.220.0040.00318.94
8.3.210.0070.00418.65
8.3.200.0050.00516.73
8.3.190.0100.00917.48
8.3.180.0130.00816.61
8.3.170.0060.01217.11
8.3.160.0100.00918.38
8.3.150.0100.01016.43
8.3.140.0080.00017.32
8.3.130.0100.00718.36
8.3.120.0060.00320.63
8.3.110.0090.00016.66
8.3.100.0060.00316.45
8.3.90.0050.00316.63
8.3.80.0060.00318.43
8.3.70.0120.00618.43
8.3.60.0040.01118.55
8.3.50.0030.01317.24
8.3.40.0120.00318.48
8.3.30.0140.00018.86
8.3.20.0040.00419.34
8.3.10.0080.00021.86
8.3.00.0040.00420.57
8.2.300.0100.01018.05
8.2.290.0110.00716.55
8.2.280.0080.00522.45
8.2.270.0070.01117.26
8.2.260.0080.00016.91
8.2.250.0000.00820.64
8.2.240.0130.00619.05
8.2.230.0030.00720.94
8.2.220.0130.00737.54
8.2.210.0040.00426.77
8.2.200.0060.00318.29
8.2.190.0140.00718.64
8.2.180.0100.00716.63
8.2.170.0140.00422.96
8.2.160.0040.01121.20
8.2.150.0080.00024.18
8.2.140.0070.00024.66
8.2.130.0040.00421.17
8.2.120.0060.00326.35
8.2.110.0090.00021.18
8.2.100.0060.00617.78
8.2.90.0060.00320.59
8.2.80.0000.00820.50
8.2.70.0040.00417.75
8.2.60.0000.00817.93
8.2.50.0030.00718.07
8.2.40.0030.00518.29
8.2.30.0030.00518.04
8.2.20.0000.00818.21
8.2.10.0000.00718.22
8.2.00.0030.00519.46
8.1.340.0110.01120.10
8.1.330.0040.00615.99
8.1.320.0120.00816.19
8.1.310.0100.00718.54
8.1.300.0090.00020.04
8.1.290.0060.00318.88
8.1.280.0070.01025.92
8.1.270.0040.00422.14
8.1.260.0070.00026.35
8.1.250.0070.00028.09
8.1.240.0060.00322.18
8.1.230.0110.00020.90
8.1.220.0040.00417.74
8.1.210.0030.00519.03
8.1.200.0050.00517.48
8.1.190.0000.00817.23
8.1.180.0060.00318.10
8.1.170.0090.00018.66
8.1.160.0040.00418.83
8.1.150.0050.00318.79
8.1.140.0000.00920.79
8.1.130.0090.00019.05
8.1.120.0030.00517.41
8.1.110.0000.00717.47
8.1.100.0000.00717.38
8.1.90.0070.00017.48
8.1.80.0030.00517.55
8.1.70.0000.00717.48
8.1.60.0100.00017.49
8.1.50.0120.00017.42
8.1.40.0080.00317.43
8.1.30.0040.00417.55
8.1.20.0070.00017.67
8.1.10.0040.00417.61
8.1.00.0040.00417.50
8.0.300.0000.00719.89
8.0.290.0000.00716.63
8.0.280.0000.00818.54
8.0.270.0000.00817.22
8.0.260.0060.00020.10
8.0.250.0040.00416.93
8.0.240.0000.00716.95
8.0.230.0070.00016.95
8.0.220.0000.00716.91
8.0.210.0030.00316.82
8.0.200.0060.00016.83
8.0.190.0050.00317.00
8.0.180.0000.00816.96
8.0.170.0090.00016.96
8.0.160.0000.00716.88
8.0.150.0080.00016.83
8.0.140.0030.00316.80
8.0.130.0050.00013.30
8.0.120.0030.00516.75
8.0.110.0070.00016.77
8.0.100.0040.00416.82
8.0.90.0050.00316.91
8.0.80.0080.00916.94
8.0.70.0050.00216.98
8.0.60.0040.00416.90
8.0.50.0040.00416.79
8.0.30.0100.01117.15
8.0.20.0160.01017.40
8.0.10.0000.00716.93
8.0.00.0090.00816.84
7.4.330.0000.00515.55
7.4.320.0030.00316.61
7.4.300.0030.00316.62
7.4.290.0070.00016.63
7.4.280.0000.00916.62
7.4.270.0000.00716.68
7.4.260.0030.00316.54
7.4.250.0030.00316.42
7.4.240.0030.00316.44
7.4.230.0030.00316.43
7.4.220.0040.00416.57
7.4.210.0100.00716.60
7.4.200.0000.00716.54
7.4.160.0100.00616.47
7.4.140.0090.00917.86
7.4.130.0080.00816.50
7.4.120.0090.01016.53
7.4.110.0170.00016.45
7.4.100.0100.00716.70
7.4.90.0060.01216.68
7.4.80.0100.00619.39
7.4.70.0150.00616.46
7.4.60.0110.01116.62
7.4.50.0070.01016.39
7.4.40.0110.01116.28
7.4.10.0090.00914.98
7.4.00.0090.00514.98
7.3.330.0020.00213.25
7.3.320.0000.00613.29
7.3.310.0070.00016.44
7.3.300.0000.00716.38
7.3.290.0030.00316.21
7.3.280.0070.01116.30
7.3.260.0090.01016.50
7.3.240.0090.00916.49
7.3.230.0030.01416.55
7.3.210.0060.01216.45
7.3.200.0080.00816.36
7.3.190.0060.01216.47
7.3.180.0100.00616.29
7.3.170.0090.00916.35
7.3.160.0130.00316.67
7.3.130.0070.01114.58
7.3.120.0060.01014.43
7.3.110.0070.01314.57
7.3.100.0030.01014.91
7.3.90.0040.00714.83
7.3.80.0030.00614.24
7.3.70.0030.01014.87
7.3.60.0070.00714.57
7.3.50.0100.00714.81
7.3.40.0030.01414.85
7.3.30.0070.00714.80
7.3.20.0120.00316.60
7.3.10.0080.00816.45
7.3.00.0030.01016.57
7.2.330.0200.00316.33
7.2.320.0030.01416.75
7.2.310.0130.00916.79
7.2.300.0100.00616.51
7.2.290.0060.01016.84
7.2.260.0050.01415.19
7.2.250.0150.00314.87
7.2.240.0040.01214.84
7.2.230.0070.00715.05
7.2.220.0090.00614.79
7.2.210.0070.00715.09
7.2.200.0030.00615.11
7.2.190.0040.01115.15
7.2.180.0090.00615.22
7.2.170.0030.01214.96
7.2.160.0100.00714.94
7.2.150.0040.01517.07
7.2.140.0030.01317.00
7.2.130.0080.00616.94
7.2.120.0070.00716.74
7.2.110.0060.00916.89
7.2.100.0030.01217.04
7.2.90.0080.00415.94
7.2.80.0070.00815.84
7.2.70.0030.01316.06
7.2.60.0250.00515.88
7.2.50.0670.01016.00
7.2.40.0700.00816.04
7.2.30.0090.00916.09
7.2.20.0090.00915.72
7.2.10.0110.00815.99
7.2.00.0470.00515.95
7.1.330.0060.00615.86
7.1.320.0030.01315.86
7.1.310.0070.00315.68
7.1.300.0040.01515.59
7.1.290.0060.00615.58
7.1.280.0000.01215.54
7.1.270.0040.01115.76
7.1.260.0030.00715.52
7.1.250.0030.00615.78
7.1.240.0060.00915.78
7.1.230.0030.01315.79
7.1.220.0100.00715.79
7.1.210.0050.00614.62
7.1.200.0050.01014.80
7.1.190.0190.00714.76
7.1.180.0560.00314.81
7.1.170.0790.00714.79
7.1.160.0550.00814.95
7.1.150.0620.00814.77
7.1.140.0530.00914.79
7.1.130.0090.00714.85
7.1.120.0140.00214.84
7.1.110.0350.00814.79
7.1.100.0190.00914.81
7.1.90.0300.00714.77
7.1.80.0070.00514.84
7.1.70.0090.00314.75
7.1.60.0180.00423.59
7.1.50.0200.00823.77
7.1.40.0190.01323.69
7.1.30.0790.00223.71
7.1.20.0540.01323.70
7.1.10.0550.00814.76
7.1.00.0540.00515.00
7.0.330.0000.00815.39
7.0.320.0090.00615.47
7.0.310.0060.01015.29
7.0.300.0000.01115.58
7.0.290.0040.01115.29
7.0.280.0040.00815.31
7.0.270.0040.01115.43
7.0.260.0000.01415.24
7.0.250.0030.00915.50
7.0.240.0040.00915.44
7.0.230.0030.00915.29
7.0.220.0030.01015.39
7.0.210.0000.01415.54
7.0.200.0040.00415.27
7.0.190.0090.00615.39
7.0.180.0110.00415.58
7.0.170.0080.00415.34
7.0.160.0060.00315.56
7.0.150.0060.00615.53
7.0.140.0060.00615.49
7.0.130.0000.01215.30
7.0.120.0090.00915.27
7.0.110.0090.00415.26
7.0.100.0110.00015.53
7.0.90.0000.01315.36
7.0.80.0030.01215.38
7.0.70.0030.00715.50
7.0.60.0140.00015.38
7.0.50.0000.00815.52
7.0.40.0030.01013.51
7.0.30.0060.00613.61
7.0.20.0030.01013.54
7.0.10.0000.01013.50
7.0.00.0070.00313.53
5.6.400.0100.00314.61
5.6.390.0100.00014.30
5.6.380.0040.01214.46
5.6.370.0060.00914.17
5.6.360.0100.00714.46
5.6.350.0060.00914.54
5.6.340.0030.01014.45
5.6.330.0090.00614.70
5.6.320.0140.00014.66
5.6.310.0040.01414.23
5.6.300.0120.00314.72
5.6.290.0120.00014.62
5.6.280.0030.01314.23
5.6.270.0090.00614.43
5.6.260.0070.00714.49
5.6.250.0030.00614.35
5.6.240.0060.00914.42
5.6.230.0070.00714.43
5.6.220.0070.00314.30
5.6.210.0040.00814.43
5.6.200.0040.00814.51
5.6.190.0040.01214.41
5.6.180.0030.01014.41
5.6.170.0100.00614.33
5.6.160.0060.00614.21
5.6.150.0080.00414.02
5.6.140.0030.00714.55
5.6.130.0000.01014.22
5.6.120.0070.00714.27
5.6.110.0110.00314.37
5.6.100.0060.01014.38
5.6.90.0030.01314.29
5.6.80.0030.00914.17
5.6.70.0030.01214.47
5.6.60.0030.01014.35
5.6.50.0040.00814.52
5.6.40.0040.01114.27
5.6.30.0070.00714.23
5.6.20.0030.00914.21
5.6.10.0040.00814.11
5.6.00.0060.00314.14

preferences:
48.46 ms | 1993 KiB | 5 Q