3v4l.org

run code in 300+ PHP versions simultaneously
<html> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - See more at: http://www.w3resource.com/php-exercises/php-basic-exercises.php#EDITOR </head> <body> <form method='POST'> Your name: <input input type="text" name="name"> <input type="submit" valuue="submit Name"> </form> <?php $me=$_POST['name']; echo $me; ?> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
<html> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - See more at: http://www.w3resource.com/php-exercises/php-basic-exercises.php#EDITOR </head> <body> <form method='POST'> Your name: <input input type="text" name="name"> <input type="submit" valuue="submit Name"> </form> Warning: Undefined array key "name" in /in/fvvC3 on line 12 </body> </html>

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.97 ms | 402 KiB | 8 Q