3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fname = $_POST['fname']; $lname = $_POST['lname']; $email = $_POST['email']; $phone = $_POST['phone']; $street = $_POST['street']; $apt = $_POST['apt']; $zip = $_POST['zip']; $additional_info = $_POST['additional_info']; $pickup_date = $_POST['pickup_date']; $dropoff_date = $_POST['dropoff_date']; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined array key "fname" in /in/gMMGO on line 2 Warning: Undefined array key "lname" in /in/gMMGO on line 3 Warning: Undefined array key "email" in /in/gMMGO on line 4 Warning: Undefined array key "phone" in /in/gMMGO on line 5 Warning: Undefined array key "street" in /in/gMMGO on line 6 Warning: Undefined array key "apt" in /in/gMMGO on line 7 Warning: Undefined array key "zip" in /in/gMMGO on line 8 Warning: Undefined array key "additional_info" in /in/gMMGO on line 9 Warning: Undefined array key "pickup_date" in /in/gMMGO on line 10 Warning: Undefined array key "dropoff_date" in /in/gMMGO on line 11

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:
37.38 ms | 402 KiB | 8 Q