3v4l.org

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