3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str='PHP Tutorial'; $name=$_POST['n']; ?> <html> <head> </head> <body> <form method="POST"> <h3>Please Input Your Name:</h3> <input type="text" name="n" /> <input type="button" value="Submit Name" /> </form> <p><?php echo $name; ?></p> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined array key "n" in /in/tfiGa on line 3 <html> <head> </head> <body> <form method="POST"> <h3>Please Input Your Name:</h3> <input type="text" name="n" /> <input type="button" value="Submit Name" /> </form> <p></p> </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:
37.01 ms | 401 KiB | 8 Q