3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <body> <h1>My first PHP page</h1> <?php Name: <input type="text" name="name" value="<?php echo $name;?>"> E-mail: <input type="text" name="email" value="<?php echo $email;?>"> Website: <input type="text" name="website" value="<?php echo $website;?>"> Comment: <textarea name="comment" rows="5" cols="40"><?php echo $comment;?></textarea> Gender: <input type="radio" name="gender" <?php if (isset($gender) && $gender=="female") echo "checked";?> value="female">Female <input type="radio" name="gender" <?php if (isset($gender) && $gender=="male") echo "checked";?> value="male">Male ?> </body> </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)
5.4.240.0130.04512.37
5.4.230.0140.04512.36
5.4.220.0180.03912.36
5.4.210.0180.03912.36
5.4.200.0160.04312.36
5.4.190.0150.04512.36
5.4.180.0200.04012.36
5.4.170.0120.04712.36
5.4.160.0130.04612.36
5.4.150.0140.04612.36
5.4.140.0160.04112.04
5.4.130.0130.04512.02
5.4.120.0180.03911.99
5.4.110.0170.03911.99
5.4.100.0300.09211.99
5.4.90.0170.04111.99
5.4.80.0140.04511.98
5.4.70.0190.03711.98
5.4.60.0120.04411.98
5.4.50.0110.04511.98
5.4.40.0160.04311.97
5.4.30.0190.04611.97
5.4.20.0140.04411.96
5.4.10.0450.07611.96
5.4.00.0190.04511.46
5.3.280.0200.04412.71
5.3.270.0170.04312.72
5.3.260.0180.04312.72
5.3.250.0130.04612.72
5.3.240.0150.04412.72
5.3.230.0290.09212.71
5.3.220.0160.04512.68
5.3.210.0150.04512.68
5.3.200.0150.04412.68
5.3.190.0160.04412.67
5.3.180.0150.04412.67
5.3.170.0140.04512.67
5.3.160.0310.05912.67
5.3.150.0180.04112.68
5.3.140.0180.04212.66
5.3.130.0170.04312.66
5.3.120.0170.04212.66
5.3.110.0200.04112.66
5.3.100.0180.04112.12
5.3.90.0150.04212.09
5.3.80.0260.06412.07
5.3.70.0130.04612.08
5.3.60.0130.04612.06
5.3.50.0170.04212.00
5.3.40.0170.04612.00
5.3.30.0220.03711.94
5.3.20.0300.06111.70
5.3.10.0150.04111.66
5.3.00.0130.04411.65

preferences:
141.45 ms | 1386 KiB | 7 Q