3v4l.org

run code in 300+ PHP versions simultaneously
<?php function showOrders($con) { if (!con) { echo "No Connection"; // mysqli_connect_error() <-- use this to debug, but don't show this live } elseif (!$pending_orders = mysqli_query($con, "SELECT OrderNum, product_id, product_color, product_size, product_quality, date, status FROM `Purchase_Order` WHERE status = 'pending' ORDER BY date ASC")) { echo "Pending Orders Query Syntax Error"; // mysqli_error($con) <-- use this to debug, but don't show this live } elseif (!mysqli_num_rows($pending_orders)) { echo "No Pending Orders In Database"; } else { echo '<form action ="PurchaseOrders.php"><table style="border: 1px solid black; border-collapse: collapse; width: 1300px; margin-bottom: 50px; margin-top: 5px; font-size:20px;"> <tr style="border :1px solid black; background-color: black; color: whitesmoke"> <th>ORDER #</th> <th>PRODUCT ID</th> <th>COLOR</th> <th>SIZE</th> <th>QTY</th> <th>DATE ORDERED</th> <th>STATUS</th> </tr>'; while($row = mysqli_fetch_array($pending_orders)) { /* use css to alternate background color if($counter% 2 == 0) { $bg = 'rgba(50,205,50, 0.2);'; } else { $bg = ''; } */ // if ($status === "shipped") { $newstat = "pending"; } else { $newstat = "shipped"; } // omit, this is impossible echo '<tr>'; // use css styling to alternate background color echo "<td>{$row['OrderNum']}</td>"; echo "<td>{$row['product_id']}</td>"; echo "<td>{$row['product_size']}</td>"; echo "<td>{$row['product_color']}</td>"; echo "<td>{$row['product_quantity']}</td>"; echo "<td>{$row['date']}</td>"; echo "<td><select name=\"status\" onchange=\"ship('{$row['OrderNum']}','{$row['product_id']}')\"><option>pending</option><option>shipped</option</td>"; echo '</tr>'; } echo "</form>"; } }

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.140.0140.00617.61
8.4.130.0050.00417.99
8.4.120.0050.00320.57
8.4.110.0060.00322.53
8.4.100.0110.00917.66
8.4.90.0110.01020.63
8.4.80.0110.00818.80
8.4.70.0110.00818.78
8.4.60.0070.01418.40
8.4.50.0080.00317.54
8.4.40.0110.00617.32
8.4.30.0040.00417.46
8.4.20.0100.01018.59
8.4.10.0170.00317.57
8.3.270.0130.00616.64
8.3.260.0110.00816.36
8.3.250.0120.00719.07
8.3.240.0050.00816.34
8.3.230.0130.00716.56
8.3.220.0100.00919.00
8.3.210.0130.00216.42
8.3.200.0100.01016.25
8.3.190.0100.00916.45
8.3.180.0080.01018.66
8.3.170.0110.00716.61
8.3.160.0110.00718.22
8.3.150.0090.00917.26
8.3.140.0060.00618.54
8.3.130.0030.00518.39
8.3.120.0000.00918.74
8.3.110.0040.01120.94
8.3.100.0040.00424.06
8.3.90.0080.00026.77
8.3.80.0060.00318.18
8.3.70.0090.01216.58
8.3.60.0060.00918.14
8.3.50.0100.01017.95
8.3.40.0150.00418.54
8.3.30.0060.00918.46
8.3.20.0050.00318.60
8.3.10.0040.00423.65
8.3.00.0040.00423.61
8.2.290.0100.00920.06
8.2.280.0040.00518.38
8.2.270.0110.00716.30
8.2.260.0090.00917.18
8.2.250.0040.00416.75
8.2.240.0040.01218.71
8.2.230.0040.00422.58
8.2.220.0030.00637.54
8.2.210.0050.00326.77
8.2.200.0030.00618.16
8.2.190.0000.01516.58
8.2.180.0100.00716.50
8.2.170.0030.01222.96
8.2.160.0070.00719.00
8.2.150.0070.00024.18
8.2.140.0000.00824.66
8.2.130.0080.00019.69
8.2.120.0070.00026.35
8.2.110.0000.01121.07
8.2.100.0040.00717.91
8.2.90.0000.00818.03
8.2.80.0040.00417.97
8.2.70.0040.00417.50
8.2.60.0020.00517.50
8.2.50.0040.00418.10
8.2.40.0000.00819.30
8.2.30.0040.00420.64
8.2.20.0040.00418.07
8.2.10.0030.00517.96
8.2.00.0000.00719.21
8.1.330.0070.00221.64
8.1.320.0090.00915.86
8.1.310.0140.00418.09
8.1.300.0000.00917.75
8.1.290.0040.00818.88
8.1.280.0090.00925.92
8.1.270.0080.00020.64
8.1.260.0000.00826.35
8.1.250.0060.00328.09
8.1.240.0080.00023.80
8.1.230.0070.00420.96
8.1.220.0050.00317.74
8.1.210.0080.00018.77
8.1.200.0080.00017.23
8.1.190.0040.00417.11
8.1.180.0000.00818.10
8.1.170.0050.00618.51
8.1.160.0080.00018.79
8.1.150.0040.00418.66
8.1.140.0070.00018.79
8.1.130.0060.00320.09
8.1.120.0000.00717.39
8.1.110.0050.00317.33
8.1.100.0040.00417.29
8.1.90.0050.00217.30
8.1.80.0040.00417.39
8.1.70.0000.00717.26
8.1.60.0000.00817.38
8.1.50.0080.00017.34
8.1.40.0000.00717.32
8.1.30.0000.00817.45
8.1.20.0060.00617.55
8.1.10.0050.00317.45
8.1.00.0040.00417.43
8.0.300.0040.00419.86
8.0.290.0070.00016.58
8.0.280.0000.00718.33
8.0.270.0000.00817.04
8.0.260.0030.00320.18
8.0.250.0000.00716.74
8.0.240.0050.00316.75
8.0.230.0040.00416.78
8.0.220.0030.00316.80
8.0.210.0000.00716.79
8.0.200.0060.00016.89
8.0.190.0000.00716.86
8.0.180.0050.00216.74
8.0.170.0050.00316.78
8.0.160.0070.00016.84
8.0.150.0000.00716.57
8.0.140.0030.00316.77
8.0.130.0030.00313.21
8.0.120.0000.00916.72
8.0.110.0040.00416.80
8.0.100.0000.00716.70
8.0.90.0000.00716.65
8.0.80.0080.01016.79
8.0.70.0000.00816.73
8.0.60.0000.00816.81
8.0.50.0000.00716.70
8.0.30.0120.00916.99
8.0.20.0100.01117.40
8.0.10.0040.00417.03
8.0.00.0110.01216.73
7.4.330.0030.00315.55
7.4.320.0060.00016.42
7.4.300.0030.00316.39
7.4.290.0000.00716.32
7.4.280.0030.00516.40
7.4.270.0040.00416.52
7.4.260.0000.00916.29
7.4.250.0000.01016.26
7.4.240.0000.00716.46
7.4.230.0000.00716.50
7.4.220.0040.00416.48
7.4.210.0060.00816.48
7.4.200.0000.00716.57
7.4.160.0110.00616.42
7.4.140.0100.00917.86
7.4.130.0130.01016.37
7.4.120.0100.01016.36
7.4.110.0130.00916.29
7.4.100.0110.00716.46
7.4.90.0190.00316.39
7.4.80.0080.00819.39
7.4.70.0100.00616.52
7.4.60.0110.00716.32
7.4.50.0070.01016.54
7.4.40.0100.00716.34
7.4.00.0040.00814.80
7.3.330.0000.00513.20
7.3.320.0000.00513.21
7.3.310.0090.00016.18
7.3.300.0030.00316.08
7.3.290.0040.00416.21
7.3.280.0050.01016.17
7.3.260.0120.00716.44
7.3.240.0130.00616.29
7.3.230.0090.00616.25
7.3.210.0150.00916.16
7.3.200.0090.00716.48
7.3.190.0090.00616.38
7.3.180.0070.01416.17
7.3.170.0170.00016.43
7.3.160.0160.00416.27
7.3.10.0110.00416.58
7.3.00.0000.01216.55
7.2.330.0040.01516.26
7.2.320.0120.00616.20
7.2.310.0130.01016.61
7.2.300.0060.01416.26
7.2.290.0080.00816.34
7.2.130.0000.01316.83
7.2.120.0070.00716.56
7.2.110.0100.00316.61
7.2.100.0140.00316.46
7.2.90.0280.00515.44
7.2.80.1290.01215.50
7.2.70.0340.01015.79
7.2.60.0380.01015.66
7.2.50.0300.01315.56
7.2.40.0350.00415.66
7.2.30.0300.01015.71
7.2.20.0460.00115.69
7.2.10.0440.00815.68
7.2.00.0460.00315.69
7.1.250.0100.00315.62
7.1.210.0800.01213.60
7.1.200.0410.01513.43
7.1.190.0430.01013.34
7.1.180.0580.00713.59
7.1.170.0850.00713.21
7.1.160.0770.00713.51
7.1.150.0550.00313.41
7.1.140.0700.00613.55
7.1.130.0650.01013.77
7.1.120.0820.00713.65
7.1.110.0920.00313.74
7.1.100.0740.00613.44
7.1.90.0970.00013.42
7.1.80.1010.00713.48
7.1.70.1340.00313.44
7.1.60.1490.01031.45
7.1.50.1330.00831.51
7.1.40.1540.00631.39
7.1.30.2660.01031.59
7.1.20.1170.01631.47
7.1.10.1030.00013.54
7.1.00.1270.00613.78

preferences:
30.59 ms | 403 KiB | 5 Q