3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Fname = $_POST['Fname']; $Lname = $_POST['Lname']; $gender = $_POST['gender']; $food = $_POST['food']; $quote = $_POST['quote']; $education = $_POST['education']; $TofD = $_POST['TofD']; $name = $_POST['name']; echo "User Has submitted the form and entered this name : <b> $name </b>"; echo "<br>You can use the following form again to enter a new name."; ?>
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Undefined array key "Fname" in /in/MSvdk on line 2 Warning: Undefined array key "Lname" in /in/MSvdk on line 3 Warning: Undefined array key "gender" in /in/MSvdk on line 4 Warning: Undefined array key "food" in /in/MSvdk on line 5 Warning: Undefined array key "quote" in /in/MSvdk on line 6 Warning: Undefined array key "education" in /in/MSvdk on line 7 Warning: Undefined array key "TofD" in /in/MSvdk on line 8 Warning: Undefined array key "name" in /in/MSvdk on line 10 User Has submitted the form and entered this name : <b> </b><br>You can use the following form again to enter a new name.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined index: Fname in /in/MSvdk on line 2 Notice: Undefined index: Lname in /in/MSvdk on line 3 Notice: Undefined index: gender in /in/MSvdk on line 4 Notice: Undefined index: food in /in/MSvdk on line 5 Notice: Undefined index: quote in /in/MSvdk on line 6 Notice: Undefined index: education in /in/MSvdk on line 7 Notice: Undefined index: TofD in /in/MSvdk on line 8 Notice: Undefined index: name in /in/MSvdk on line 10 User Has submitted the form and entered this name : <b> </b><br>You can use the following form again to enter a new name.
Output for 7.3.32 - 7.3.33
User Has submitted the form and entered this name : <b> </b><br>You can use the following form again to enter a new name.
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Notice: Undefined index: Fname in /in/MSvdk on line 2 Notice: Undefined index: Lname in /in/MSvdk on line 3 Notice: Undefined index: gender in /in/MSvdk on line 4 Notice: Undefined index: food in /in/MSvdk on line 5 Notice: Undefined index: quote in /in/MSvdk on line 6 Notice: Undefined index: education in /in/MSvdk on line 7 Notice: Undefined index: TofD in /in/MSvdk on line 8 Notice: Undefined index: name in /in/MSvdk on line 10 User Has submitted the form and entered this name : <b> </b><br>You can use the following form again to enter a new name.

preferences:
237.69 ms | 403 KiB | 356 Q