3v4l.org

run code in 300+ PHP versions simultaneously
<form enctype="multipart/form-data" action="upload.php" method="POST"><input name="uploadedfile" type="file"/><input type="submit" value="Upload File"/></form> <?php $target_path=basename($_FILES['uploadedfile']['name']);if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'],$target_path)){echo basename($_FILES['uploadedfile']['name'])." has been uploaded";}else{echo "Error!";}?>
Output for git.master, git.master_jit
<form enctype="multipart/form-data" action="upload.php" method="POST"><input name="uploadedfile" type="file"/><input type="submit" value="Upload File"/></form> Warning: Undefined array key "uploadedfile" in /in/OOY2C on line 1 Warning: Trying to access array offset on value of type null in /in/OOY2C on line 1 Deprecated: basename(): Passing null to parameter #1 ($path) of type string is deprecated in /in/OOY2C on line 1 Warning: Undefined array key "uploadedfile" in /in/OOY2C on line 1 Warning: Trying to access array offset on value of type null in /in/OOY2C on line 1 Deprecated: move_uploaded_file(): Passing null to parameter #1 ($from) of type string is deprecated in /in/OOY2C on line 1 Error!
Output for rfc.property-hooks
<form enctype="multipart/form-data" action="upload.php" method="POST"><input name="uploadedfile" type="file"/><input type="submit" value="Upload File"/></form> Warning: Undefined array key "uploadedfile" in /in/OOY2C on line 1 Warning: Trying to access array offset on null in /in/OOY2C on line 1 Deprecated: basename(): Passing null to parameter #1 ($path) of type string is deprecated in /in/OOY2C on line 1 Warning: Undefined array key "uploadedfile" in /in/OOY2C on line 1 Warning: Trying to access array offset on null in /in/OOY2C on line 1 Deprecated: move_uploaded_file(): Passing null to parameter #1 ($from) of type string is deprecated in /in/OOY2C on line 1 Error!

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:
64.16 ms | 402 KiB | 8 Q