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 git.master, git.master_jit, rfc.property-hooks
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.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
50.26 ms | 402 KiB | 8 Q