3v4l.org

run code in 300+ PHP versions simultaneously
<?php $db = new mysqli($dbHost, $dbUsername, $dbPassword, $dbName); if ($db->connect_error) { die("Unable to connect database: " . $db->connect_error); } if(isset($_POST['importSubmit'])){ //validate whether uploaded file is a csv file $csvMimes = array('text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'application/x-csv', 'text/x-csv', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel', 'text/plain'); if(!empty($_FILES['file']['name']) && in_array($_FILES['file']['type'],$csvMimes)){ if(is_uploaded_file($_FILES['file']['tmp_name'])){ //open uploaded csv file with read only mode $csvFile = fopen($_FILES['file']['tmp_name'], 'r'); //skip first line fgetcsv($csvFile); //parse data from csv file line by line while(($line = fgetcsv($csvFile)) !== FALSE){ //insert member data into database $$db->query("INSERT INTO `table 25` (tipologia, inventario, nordcom, marca, modello, sn, cpu, os, cdr, cdc, urgenza, sede, padiglione, piano, stanza, nome, cognome, telefono, ram, stato, datainstallazione, datadisponibilita, datareso, note) VALUES ('".$line[0]."','".$line[1]."','".$line[2]."','".$line[3]."','".$line[3]."','".$line[4]."','".$line[5]."','".$line[6]."','".$line[7]."','".$line[8]."','".$line[9]."','".$line[10]."','".$line[11]."','".$line[12]."','".$line[13]."','".$line[14]."','".$line[15]."','".$line[16]."','".$line[17]."','".$line[18]."','".$line[19]."','".$line[20]."','".$line[21]."','".$line[22]."','".$line[23]."','".$line[24]."')"); } //close opened csv file fclose($csvFile); $qstring = '?status=succ'; }else{ $qstring = '?status=err'; } }else{ $qstring = '?status=invalid_file'; } } //redirect to the listing page header("Location: import.php".$qstring); ?>

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.70.0070.01416.88
8.3.60.0070.01116.63
8.3.50.0110.00417.81
8.3.40.0110.00718.84
8.3.30.0140.00418.84
8.3.20.0070.00020.35
8.3.10.0040.00423.52
8.3.00.0040.00423.44
8.2.180.0100.01318.54
8.2.170.0110.00422.96
8.2.160.0030.01420.35
8.2.150.0060.00324.18
8.2.140.0040.00424.66
8.2.130.0040.00420.52
8.2.120.0000.00726.35
8.2.110.0090.00019.30
8.2.100.0040.00719.95
8.2.90.0060.00319.28
8.2.80.0000.00917.97
8.2.70.0080.00017.93
8.2.60.0030.00617.93
8.2.50.0040.00418.10
8.2.40.0030.00519.23
8.2.30.0000.00819.11
8.2.20.0060.00318.04
8.2.10.0050.00218.04
8.2.00.0070.00018.04
8.1.280.0110.00425.92
8.1.270.0000.00823.92
8.1.260.0110.00726.35
8.1.250.0040.00428.09
8.1.240.0030.00722.64
8.1.230.0100.00318.98
8.1.220.0000.01017.74
8.1.210.0080.00018.77
8.1.200.0030.00617.22
8.1.190.0080.00017.23
8.1.180.0000.00818.10
8.1.170.0080.00018.77
8.1.160.0040.00418.71
8.1.150.0030.00620.12
8.1.140.0000.01017.38
8.1.130.0040.00418.82
8.1.120.0030.00317.42
8.1.110.0030.00517.31
8.1.100.0000.00717.32
8.1.90.0080.00017.37
8.1.80.0000.00717.29
8.1.70.0000.00717.42
8.1.60.0000.00717.37
8.1.50.0030.00617.50
8.1.40.0040.00417.41
8.1.30.0000.00817.57
8.1.20.0070.00017.65
8.1.10.0040.00417.60
8.1.00.0000.00817.54
8.0.300.0060.00318.77
8.0.290.0060.00316.88
8.0.280.0000.00718.29
8.0.270.0060.00317.32
8.0.260.0070.00016.82
8.0.250.0000.00617.05
8.0.240.0040.00416.88
8.0.230.0040.00417.01
8.0.220.0070.00016.91
8.0.210.0030.00616.88
8.0.200.0040.00417.00
8.0.190.0000.00816.85
8.0.180.0000.00716.89
8.0.170.0030.00517.04
8.0.160.0030.00616.97
8.0.150.0050.00316.95
8.0.140.0060.00316.79
8.0.130.0050.00013.42
8.0.120.0000.00916.91
8.0.110.0040.00416.92
8.0.100.0000.00816.85
8.0.90.0000.00716.93
8.0.80.0100.00716.92
8.0.70.0040.00416.76
8.0.60.0030.00516.99
8.0.50.0030.00517.06
8.0.30.0050.01217.17
8.0.20.0120.00817.40
8.0.10.0050.00316.81
8.0.00.0070.01116.70
7.4.330.0050.00015.55
7.4.320.0030.00316.54
7.4.300.0000.00616.57
7.4.290.0000.01016.64
7.4.280.0000.00916.48
7.4.270.0030.00316.53
7.4.260.0040.00416.52
7.4.250.0000.00716.32
7.4.240.0020.00516.59
7.4.230.0000.00716.47
7.4.220.0060.01216.40
7.4.210.0110.00616.49
7.4.200.0000.00716.32
7.4.160.0050.01016.37
7.4.150.0110.00717.40
7.4.140.0120.00717.86
7.4.130.0160.00316.45
7.4.120.0100.01116.47
7.4.110.0100.01716.49
7.4.100.0130.00316.50
7.4.90.0060.01016.44
7.4.80.0070.01019.39
7.4.70.0120.00916.55
7.4.60.0100.00716.63
7.4.50.0100.00516.59
7.4.40.0000.01616.43
7.4.30.0150.00616.47
7.4.00.0060.00914.98
7.3.330.0040.00413.24
7.3.320.0050.00013.09
7.3.310.0030.00316.19
7.3.300.0000.00716.40
7.3.290.0040.01116.37
7.3.280.0080.00916.33
7.3.270.0100.00717.40
7.3.260.0110.01016.39
7.3.250.0090.01316.58
7.3.240.0090.00916.43
7.3.230.0100.00716.50
7.3.210.0080.00816.38
7.3.200.0070.01016.41
7.3.190.0100.01016.56
7.3.180.0090.00616.31
7.3.170.0110.01116.43
7.3.160.0140.00316.39
7.3.120.0050.01214.88
7.3.110.0100.00514.84
7.3.100.0060.00814.80
7.3.90.0090.00514.86
7.3.80.0070.00514.71
7.3.70.0070.00614.90
7.3.60.0040.00914.71
7.3.50.0020.01014.86
7.3.40.0030.01414.57
7.3.30.0050.00814.90
7.3.20.0050.00716.62
7.3.10.0060.00816.55
7.3.00.0070.00716.53
7.2.330.0120.00616.52
7.2.320.0100.01416.39
7.2.310.0060.01016.52
7.2.300.0090.00916.62
7.2.290.0120.00516.34
7.2.250.0030.01614.94
7.2.240.0050.01114.86
7.2.230.0040.00914.96
7.2.220.0070.00915.01
7.2.210.0050.01014.81
7.2.200.0090.00514.78
7.2.190.0050.01014.95
7.2.180.0050.01114.89
7.2.170.0050.00714.99
7.2.160.0050.00515.12
7.2.150.0000.01816.76
7.2.140.0060.01016.91
7.2.130.0000.01516.84
7.2.120.0030.01016.56
7.2.110.0120.00316.64
7.2.100.0090.00616.73
7.2.90.0090.00316.86
7.2.80.0030.01016.86
7.2.70.0030.01316.83
7.2.60.0050.00616.85
7.2.50.0060.00616.80
7.2.40.0020.01216.85
7.2.30.0030.00716.80
7.2.20.0060.00916.60
7.2.10.0000.01216.86
7.2.00.0000.01516.58
7.1.330.0050.00915.60
7.1.320.0080.00515.70
7.1.310.0050.01115.41
7.1.300.0030.01115.56
7.1.290.0020.01015.48
7.1.280.0040.00815.59
7.1.270.0060.00915.55
7.1.260.0060.00715.40
7.1.250.0040.00715.64
7.1.200.0080.00415.59
7.1.110.0490.00915.85
7.1.100.2070.01316.05
7.1.90.2170.01016.38
7.1.80.0190.01315.99
7.1.70.1390.00715.30
7.1.60.1550.01033.39
7.1.50.1170.00732.97
7.1.40.2320.01032.58
7.1.30.2280.01032.50
7.1.20.2110.01632.70
7.1.10.2000.01014.70
7.1.00.2270.00714.95
7.0.240.0930.00915.69
7.0.230.2090.00715.68
7.0.220.1180.00415.97
7.0.210.1180.01314.73
7.0.200.1060.00314.86
7.0.190.1400.00614.96
7.0.180.2090.01014.25
7.0.170.2220.00714.28
7.0.160.2400.00314.24
7.0.150.2130.01014.58
7.0.140.1930.01014.43
7.0.130.1910.01014.46
7.0.120.2120.00314.63
7.0.110.2030.00314.54
7.0.100.2090.00714.50
7.0.90.2350.00714.33
7.0.80.3330.00714.55
7.0.70.2270.01314.61
7.0.60.1450.00714.07
7.0.50.2250.00314.39
7.0.40.2230.01314.39
7.0.30.2050.01014.57
7.0.20.2160.01014.45
7.0.10.2560.00714.77
7.0.00.2410.01314.48

preferences:
49.48 ms | 401 KiB | 5 Q