3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html = '<html>' .PHP_EOL; $html .= '<form action="login.php" method="post"><input type="hidden" name="ac" value="log">' .PHP_EOL; $html .= 'Username: <input type="text" name="username" />' .PHP_EOL; $html .= 'Password: <input type="password" name="password" />' .PHP_EOL; $html .= '<input type="submit" value="Login" />' .PHP_EOL; $html .= '</form>' .PHP_EOL; $html .= '</html>'; echo $html; ?>
Output for git.master, git.master_jit, rfc.property-hooks
<html> <form action="login.php" method="post"><input type="hidden" name="ac" value="log"> Username: <input type="text" name="username" /> Password: <input type="password" name="password" /> <input type="submit" value="Login" /> </form> </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:
49.86 ms | 401 KiB | 8 Q