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 8.3.0 - 8.3.6
<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!
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
<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 8.0.0 - 8.0.30
<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 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 Error!
Output for 7.4.0 - 7.4.33
<form enctype="multipart/form-data" action="upload.php" method="POST"><input name="uploadedfile" type="file"/><input type="submit" value="Upload File"/></form> Notice: Undefined index: uploadedfile in /in/OOY2C on line 1 Notice: Trying to access array offset on value of type null in /in/OOY2C on line 1 Notice: Undefined index: uploadedfile in /in/OOY2C on line 1 Notice: Trying to access array offset on value of type null in /in/OOY2C on line 1 Error!
Output for 7.3.32 - 7.3.33
<form enctype="multipart/form-data" action="upload.php" method="POST"><input name="uploadedfile" type="file"/><input type="submit" value="Upload File"/></form> Error!
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.36, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
<form enctype="multipart/form-data" action="upload.php" method="POST"><input name="uploadedfile" type="file"/><input type="submit" value="Upload File"/></form> Notice: Undefined index: uploadedfile in /in/OOY2C on line 1 Notice: Undefined index: uploadedfile in /in/OOY2C on line 1 Error!
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
<form enctype="multipart/form-data" action="upload.php" method="POST"><input name="uploadedfile" type="file"/><input type="submit" value="Upload File"/></form> Notice: Undefined index: uploadedfile in /in/OOY2C on line 1 Notice: Undefined index: uploadedfile in /in/OOY2C on line 1 Error!

preferences:
273.52 ms | 403 KiB | 389 Q