3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (isset($_POST["submit"])): $hidden = $_POST["hidden"]; $x = $hidden + 1; else: $x = 0; endif; ?> <form method ="POST" action=""> <input type="submit" name="submit" value="Increase"/> <input type="hidden" name="hidden" value="<?php echo $x; ?>"/> </form> <?php echo "Kliknuto je <b>$x</b> puta"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
<form method ="POST" action=""> <input type="submit" name="submit" value="Increase"/> <input type="hidden" name="hidden" value="0"/> </form> Kliknuto je <b>0</b> puta

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:
40.68 ms | 401 KiB | 8 Q