3v4l.org

run code in 300+ PHP versions simultaneously
<?php $htmlPage = <<<HTML <style> .signup { border: 1px solid #999999; font: normal 14px helvatica; color: #444444; } </style> <script src="form_validation.js"> </script> </head> <body> <table border="0" cellpadding="2" cellspacing="5" bgcolor="#eeeeee"> <th cellspan="2" align="center">Sign Up Form</th> <form method="post" action="addUser.php" onsubmit="return validate(this)"> <tr> <td>Forename</td> <td><input type = "text" maxlength="32" name="forename"/></td> </tr> <tr> <td>Surname</td> <td><input type = "text" maxlength="32" name="surname" /></td> </tr> <tr> <td>Username</td> <td><input type = "text" maxlength="16" name="username" /></td> </tr> <tr> <td>Password</td> <td><input type = "password" maxlength="12" name="password" /></td> </tr> <tr> <td>Age</td> <td><input type = "text" maxlength="3" name="age" /></td> </tr> <tr> <td>E-mail</td> <td><input type = "text" maxlength="32" name="email" /></td> </tr> <tr> <td colspace="2" align="center"> <td><input type = "submit" value="Sign Up"/></td> </tr> </form> </table> </body> </html> HTML; echo $htmlPage;
Output for git.master, git.master_jit, rfc.property-hooks
<style> .signup { border: 1px solid #999999; font: normal 14px helvatica; color: #444444; } </style> <script src="form_validation.js"> </script> </head> <body> <table border="0" cellpadding="2" cellspacing="5" bgcolor="#eeeeee"> <th cellspan="2" align="center">Sign Up Form</th> <form method="post" action="addUser.php" onsubmit="return validate(this)"> <tr> <td>Forename</td> <td><input type = "text" maxlength="32" name="forename"/></td> </tr> <tr> <td>Surname</td> <td><input type = "text" maxlength="32" name="surname" /></td> </tr> <tr> <td>Username</td> <td><input type = "text" maxlength="16" name="username" /></td> </tr> <tr> <td>Password</td> <td><input type = "password" maxlength="12" name="password" /></td> </tr> <tr> <td>Age</td> <td><input type = "text" maxlength="3" name="age" /></td> </tr> <tr> <td>E-mail</td> <td><input type = "text" maxlength="32" name="email" /></td> </tr> <tr> <td colspace="2" align="center"> <td><input type = "submit" value="Sign Up"/></td> </tr> </form> </table> </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:
58.24 ms | 405 KiB | 8 Q