3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); include '../koneksi/connect.php'; $selectprocessor = mysql_query("SELECT 'benchmark_processor' FROM `processor` "); $fuzzyprocessormax = mysql_query("SELECT 'max_batas_fuzzy' FROM `batas_fuzzy` WHERE 'nama_batas_fuzzy' = 'processor'"); $fuzzyprocessormin = mysql_query("SELECT 'min_batas_fuzzy' FROM `batas_fuzzy` WHERE 'nama_batas_fuzzy' = 'processor'"); $office_status = 'unchecked'; $game_status = 'unchecked'; if (isset($_POST['submit_kebutuhan_processor'])) { $selected_radio = $_POST['$kebutuhan_processor_status']; if ($selected_radio == 'office') { $office_status = 'checked'; while($row = mysql_fetch_array($selectprocessor)) { // Hitung fuzzy processor min if ($row <= $fuzzyprocessormin ) { mysql_query ( "UPDATE processor SET kebutuhan_fuzzy = '1'"); echo 'Kebutuhan fuzzy 1'; die(); header("Location: ../processor.html"); } else if ($fuzzyprocessormin <= $row or $row <= $fuzzyprocessormax ) { $rekomendasi = ($fuzzyprocessormax - $row ) / ($fuzzyprocessormax-$fuzzyprocessormin); mysql_query ( "UPDATE processor SET kebutuhan_fuzzy = '$rekomendasi'"); die(); header("Location: ../processor.html");} else if ($row >= $fuzzyprocessormax) { mysql_query ( "UPDATE processor SET kebutuhan_fuzzy = '0' "); } else echo header("Location: ../processor.html"); } } else if ($selected_radio == 'game') { $game_status = 'checked'; while($row = mysql_fetch_array($selectprocessor)) { // Hitung fuzzy processor max if ($row <= $fuzzyprocessormin) { mysql_query ( "UPDATE processor SET kebutuhan_fuzzy = '0' "); } else if ($fuzzyprocessormin <= $row OR $row <= $fuzzyhardiskmax) { $rekomendasi = ($row - $fuzzyprocessormin) / ($fuzzyprocessormax-$fuzzyprocessormin); mysql_query ( "UPDATE processor SET kebutuhan_fuzzy = '$rekomendasi' "); } else if ($row >= $fuzzyprocessormax) { mysql_query ( "UPDATE processor SET kebutuhan_fuzzy = '1' "); } else header("Location: ../processor.html"); } }} ?>

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.3.60.0040.01118.55
8.3.50.0160.00221.97
8.3.40.0040.01118.86
8.3.30.0140.00019.21
8.3.20.0050.00320.34
8.3.10.0040.00421.92
8.3.00.0000.00822.58
8.2.180.0140.00716.88
8.2.170.0110.00422.96
8.2.160.0140.00420.95
8.2.150.0040.00424.18
8.2.140.0040.00424.66
8.2.130.0000.00826.16
8.2.120.0040.00717.75
8.2.110.0030.00720.30
8.2.100.0060.00617.72
8.2.90.0080.00019.13
8.2.80.0080.00017.97
8.2.70.0060.00317.50
8.2.60.0040.00417.80
8.2.50.0000.00818.07
8.2.40.0000.00918.09
8.2.30.0000.00818.02
8.2.20.0040.00417.74
8.2.10.0040.00417.68
8.2.00.0100.00017.71
8.1.280.0120.00325.92
8.1.270.0080.00022.07
8.1.260.0040.00426.35
8.1.250.0040.00428.09
8.1.240.0030.00623.95
8.1.230.0060.00619.02
8.1.220.0000.00817.74
8.1.210.0050.00518.77
8.1.200.0040.00717.36
8.1.190.0080.00017.51
8.1.180.0040.00418.77
8.1.170.0030.00618.64
8.1.160.0090.00022.04
8.1.150.0070.00418.53
8.1.140.0040.00417.47
8.1.130.0000.00717.73
8.1.120.0040.00417.36
8.1.110.0030.00517.41
8.1.100.0000.00717.40
8.1.90.0040.00417.32
8.1.80.0040.00417.33
8.1.70.0030.00317.37
8.1.60.0060.00317.61
8.1.50.0000.00817.55
8.1.40.0040.00417.43
8.1.30.0040.00417.50
8.1.20.0000.00917.59
8.1.10.0030.00617.55
8.1.00.0000.00717.53
8.0.300.0000.00718.77
8.0.290.0040.00417.18
8.0.280.0000.00818.41
8.0.270.0000.00717.36
8.0.260.0070.00016.92
8.0.250.0030.00317.14
8.0.240.0040.00317.02
8.0.230.0040.00417.16
8.0.220.0030.00317.13
8.0.210.0030.00317.02
8.0.200.0000.00617.14
8.0.190.0000.00917.18
8.0.180.0040.00417.04
8.0.170.0040.00417.10
8.0.160.0070.00016.93
8.0.150.0060.00316.88
8.0.140.0000.00717.00
8.0.130.0000.00813.52
8.0.120.0040.00417.01
8.0.110.0040.00416.99
8.0.100.0040.00416.96
8.0.90.0000.00716.97
8.0.80.0060.00917.10
8.0.70.0070.00017.16
8.0.60.0050.00317.07
8.0.50.0000.00716.90
8.0.30.0090.00917.29
8.0.20.0150.00517.40
8.0.10.0070.00016.95
8.0.00.0120.00616.77
7.4.330.0050.00015.06
7.4.320.0000.00616.56
7.4.300.0000.00716.43
7.4.290.0030.00316.65
7.4.280.0040.00416.63
7.4.270.0000.00716.69
7.4.260.0040.00416.60
7.4.250.0000.00716.53
7.4.240.0020.00516.58
7.4.230.0040.00416.48
7.4.220.0140.00316.52
7.4.210.0070.00816.61
7.4.200.0070.00016.66
7.4.190.0040.00416.66
7.4.160.0100.01016.45
7.4.150.0100.00717.40
7.4.140.0090.01017.86
7.4.130.0090.01016.52
7.4.120.0120.00716.59
7.4.110.0030.01316.69
7.4.100.0120.00616.67
7.4.90.0090.01616.56
7.4.80.0060.01219.39
7.4.70.0060.01216.69
7.4.60.0100.00616.85
7.4.50.0000.00816.44
7.4.40.0060.00922.77
7.4.30.0030.01316.67
7.4.00.0070.01215.17
7.3.330.0050.00013.23
7.3.320.0030.00313.23
7.3.310.0040.00416.34
7.3.300.0070.00016.44
7.3.290.0070.00716.40
7.3.280.0080.00916.40
7.3.270.0070.01017.40
7.3.260.0060.01416.58
7.3.250.0060.01316.54
7.3.240.0120.00616.32
7.3.230.0100.00716.63
7.3.210.0090.00916.62
7.3.200.0110.00719.39
7.3.190.0170.00716.44
7.3.180.0000.01716.46
7.3.170.0100.01216.35
7.3.160.0080.00816.40
7.3.120.0100.00714.81
7.3.110.0080.01114.82
7.3.100.0050.00914.77
7.3.90.0040.00814.84
7.3.80.0050.01214.66
7.3.70.0030.01014.79
7.3.60.0050.00914.92
7.3.50.0080.00514.97
7.3.40.0090.00714.86
7.3.30.0090.00714.76
7.3.20.0110.00616.66
7.3.10.0070.00916.55
7.3.00.0050.00816.69
7.2.330.0130.00316.67
7.2.320.0080.01616.69
7.2.310.0080.00816.65
7.2.300.0120.00616.72
7.2.290.0130.00316.40
7.2.250.0050.01214.85
7.2.240.0050.01414.79
7.2.230.0100.00515.01
7.2.220.0030.00914.87
7.2.210.0060.00614.94
7.2.200.0070.00814.95
7.2.190.0110.00514.73
7.2.180.0050.01214.92
7.2.170.0070.00814.98
7.2.60.0040.01116.89
7.2.00.0030.00619.54
7.1.330.0070.01015.59
7.1.320.0040.01015.87
7.1.310.0080.00715.90
7.1.300.0030.00615.69
7.1.290.0040.00815.70
7.1.280.0080.00715.71
7.1.270.0090.00615.79
7.1.260.0060.00815.79
7.1.200.0060.01015.55
7.1.100.0060.00918.05
7.1.70.0000.00717.29
7.1.60.0180.00719.82
7.1.50.0060.00616.74
7.1.00.0030.08722.46
7.0.200.0030.00716.78
7.0.140.0070.06721.95
7.0.60.0370.07319.99
7.0.50.0030.06717.83
7.0.40.0030.08020.09
7.0.30.0330.06720.02
7.0.20.0270.08020.16
7.0.10.0170.07720.01
7.0.00.0030.08720.00
5.6.280.0000.07720.96
5.6.210.0170.05320.70
5.6.200.0070.08018.20
5.6.190.0100.08320.64
5.6.180.0300.07720.50
5.6.170.0400.05720.72
5.6.160.0100.04020.39
5.6.150.0070.03718.10
5.6.140.0070.04318.23
5.6.130.0130.08018.21
5.6.120.0130.07721.02
5.6.110.0070.04021.12
5.6.100.0000.04720.98
5.6.90.0030.07721.13
5.6.80.0200.06720.38
5.5.350.0130.07720.42
5.5.340.0070.08718.02
5.5.330.0070.04020.21
5.5.320.0330.07320.32
5.5.310.0370.06720.27
5.5.300.0070.08717.93
5.5.290.0100.08018.02
5.5.280.0070.08720.80
5.5.270.0070.08320.76
5.5.260.0030.09020.90
5.5.250.0030.08720.55
5.5.240.0230.07020.29
5.4.450.0100.06019.13
5.4.440.0070.06719.63
5.4.430.0130.05019.42
5.4.420.0130.05019.15
5.4.410.0170.05718.95
5.4.400.0270.06018.78
5.4.390.0370.05318.74
5.4.380.0370.05318.79
5.4.370.0270.04018.62
5.4.360.0370.05318.69
5.4.350.0050.03712.00
5.4.340.0080.03411.99
5.4.320.0100.03212.48
5.4.310.0070.03712.48
5.4.300.0090.03812.48
5.4.290.0060.03812.48
5.4.280.0060.03712.38
5.4.270.0080.03812.38
5.4.260.0130.04718.87
5.4.250.0030.05719.03
5.4.240.0070.06718.91
5.4.230.0100.05018.76
5.4.220.0070.05319.02
5.4.210.0100.07718.70
5.4.200.0170.06318.92
5.4.190.0200.04018.77
5.4.180.0130.04718.79
5.4.170.0030.05718.99
5.4.160.0070.05318.88
5.4.150.0000.06018.94
5.4.140.0070.05016.31
5.4.130.0030.05016.48
5.4.120.0100.04716.30
5.4.110.0130.04316.49
5.4.100.0100.06716.51
5.4.90.0100.06316.46
5.4.80.0070.05016.36
5.4.70.0030.07316.52
5.4.60.0000.05316.42
5.4.50.0100.04316.54
5.4.40.0170.05316.45
5.4.30.0030.05716.48
5.4.20.0100.07016.32
5.4.10.0100.05016.32
5.4.00.0070.07015.79
5.3.290.0070.03712.80
5.3.280.0030.05314.61
5.3.270.0130.06014.79
5.3.260.0030.05314.33
5.3.250.0130.04314.47
5.3.240.0130.06314.63
5.3.230.0100.04714.78
5.3.220.0070.05014.64
5.3.210.0000.06014.45
5.3.200.0100.04714.48
5.3.190.0070.05314.46
5.3.180.0030.05314.68
5.3.170.0000.05714.43
5.3.160.0070.07714.62
5.3.150.0170.04314.45
5.3.140.0170.06314.50
5.3.130.0230.04714.59
5.3.120.0070.07014.73
5.3.110.0030.05714.46
5.3.100.0130.05314.08
5.3.90.0130.06314.05
5.3.80.0070.07013.89
5.3.70.0070.05014.03
5.3.60.0170.04314.17
5.3.50.0130.04313.84
5.3.40.0070.05013.89
5.3.30.0070.05013.93
5.3.20.0030.05313.78
5.3.10.0070.07313.56
5.3.00.0100.04713.52
5.2.170.0070.05711.32
5.2.160.0100.03711.13
5.2.150.0070.04011.01
5.2.140.0070.04311.32
5.2.130.0030.04011.24
5.2.120.0030.04011.04
5.2.110.0070.04011.21
5.2.100.0070.04011.13
5.2.90.0100.04711.14
5.2.80.0100.03711.27
5.2.70.0070.04311.03
5.2.60.0170.04711.08
5.2.50.0170.04311.05
5.2.40.0100.04010.95
5.2.30.0030.04711.00
5.2.20.0030.04311.00
5.2.10.0170.04310.84
5.2.00.0030.06010.71
5.1.60.0100.02710.12
5.1.50.0130.0339.98
5.1.40.0170.03710.07
5.1.30.0100.04310.34
5.1.20.0130.04710.34
5.1.10.0200.03310.14
5.1.00.0030.03710.17
5.0.50.0070.0238.77
5.0.40.0030.0278.52
5.0.30.0070.0408.36
5.0.20.0100.0208.05
5.0.10.0030.0278.43
5.0.00.0070.0478.02
4.4.90.0000.0237.45
4.4.80.0030.0207.45
4.4.70.0070.0307.45
4.4.60.0030.0237.45
4.4.50.0030.0307.45
4.4.40.0070.0477.45
4.4.30.0100.0277.45
4.4.20.0030.0277.45
4.4.10.0070.0307.45
4.4.00.0030.0437.45
4.3.110.0030.0237.45
4.3.100.0030.0207.45
4.3.90.0030.0207.45
4.3.80.0000.0337.45
4.3.70.0000.0237.45
4.3.60.0000.0237.45
4.3.50.0030.0277.45
4.3.40.0000.0507.45
4.3.30.0030.0277.45
4.3.20.0030.0207.45
4.3.10.0030.0207.45
4.3.00.0130.01713.23

preferences:
43.72 ms | 401 KiB | 5 Q