3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "<form action=\"\" method=\"post\"><input name=\"username\" type=\"text\" autocomplete=\"off\" id=\"username\" />"; echo "<input type=\"checkbox\" id=\"atur_peg\" name=\"atur_peg\" value=\"Ya\" checked />"; echo "<input type=\"submit\"></form>"; echo $username=$_POST['username']; // this can get value echo $atur_peg=$_POST['atur_peg'];?>
Output for git.master, git.master_jit, rfc.property-hooks
<form action="" method="post"><input name="username" type="text" autocomplete="off" id="username" /><input type="checkbox" id="atur_peg" name="atur_peg" value="Ya" checked /><input type="submit"></form> Warning: Undefined array key "username" in /in/fFNAt on line 6 Warning: Undefined array key "atur_peg" in /in/fFNAt on line 7

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