3v4l.org

run code in 300+ PHP versions simultaneously
<html> <body> <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" size="20" /><br /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html> <?php if (file_exists("upload/" . $_FILES["file"]["name"])) { echo $_FILES["file"]["name"] . " already exists. "; } else { move_uploaded_file($_FILES["file"]["tmp_name"],"upload/" . $_FILES["file"]["name"]); echo "Stored in: " . "upload/" . $_FILES["file"]["name"]; } ?>
Output for 8.3.0 - 8.3.6
<html> <body> <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" size="20" /><br /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html> Warning: Undefined array key "file" in /in/eo8QM on line 11 Warning: Trying to access array offset on null in /in/eo8QM on line 11 Warning: file_exists(): open_basedir restriction in effect. File(upload/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/eo8QM on line 11 Warning: Undefined array key "file" in /in/eo8QM on line 17 Warning: Trying to access array offset on null in /in/eo8QM on line 17 Warning: Undefined array key "file" in /in/eo8QM on line 17 Warning: Trying to access array offset on null in /in/eo8QM on line 17 Deprecated: move_uploaded_file(): Passing null to parameter #1 ($from) of type string is deprecated in /in/eo8QM on line 17 Warning: Undefined array key "file" in /in/eo8QM on line 18 Warning: Trying to access array offset on null in /in/eo8QM on line 18 Stored in: upload/
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
<html> <body> <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" size="20" /><br /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html> Warning: Undefined array key "file" in /in/eo8QM on line 11 Warning: Trying to access array offset on value of type null in /in/eo8QM on line 11 Warning: file_exists(): open_basedir restriction in effect. File(upload/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/eo8QM on line 11 Warning: Undefined array key "file" in /in/eo8QM on line 17 Warning: Trying to access array offset on value of type null in /in/eo8QM on line 17 Warning: Undefined array key "file" in /in/eo8QM on line 17 Warning: Trying to access array offset on value of type null in /in/eo8QM on line 17 Deprecated: move_uploaded_file(): Passing null to parameter #1 ($from) of type string is deprecated in /in/eo8QM on line 17 Warning: Undefined array key "file" in /in/eo8QM on line 18 Warning: Trying to access array offset on value of type null in /in/eo8QM on line 18 Stored in: upload/
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30
<html> <body> <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" size="20" /><br /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html> Warning: Undefined array key "file" in /in/eo8QM on line 11 Warning: Trying to access array offset on value of type null in /in/eo8QM on line 11 Warning: file_exists(): open_basedir restriction in effect. File(upload/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/eo8QM on line 11 Warning: Undefined array key "file" in /in/eo8QM on line 17 Warning: Trying to access array offset on value of type null in /in/eo8QM on line 17 Warning: Undefined array key "file" in /in/eo8QM on line 17 Warning: Trying to access array offset on value of type null in /in/eo8QM on line 17 Warning: Undefined array key "file" in /in/eo8QM on line 18 Warning: Trying to access array offset on value of type null in /in/eo8QM on line 18 Stored in: upload/
Output for 8.0.13
<html> <body> <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" size="20" /><br /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html> Warning: Undefined array key "file" in /in/eo8QM on line 11 Warning: Trying to access array offset on value of type null in /in/eo8QM on line 11 Warning: Undefined array key "file" in /in/eo8QM on line 17 Warning: Trying to access array offset on value of type null in /in/eo8QM on line 17 Warning: Undefined array key "file" in /in/eo8QM on line 17 Warning: Trying to access array offset on value of type null in /in/eo8QM on line 17 Warning: Undefined array key "file" in /in/eo8QM on line 18 Warning: Trying to access array offset on value of type null in /in/eo8QM on line 18 Stored in: upload/
Output for 7.4.33
<html> <body> <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" size="20" /><br /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html> Notice: Undefined index: file in /in/eo8QM on line 11 Notice: Trying to access array offset on value of type null in /in/eo8QM on line 11 Notice: Undefined index: file in /in/eo8QM on line 17 Notice: Trying to access array offset on value of type null in /in/eo8QM on line 17 Notice: Undefined index: file in /in/eo8QM on line 17 Notice: Trying to access array offset on value of type null in /in/eo8QM on line 17 Notice: Undefined index: file in /in/eo8QM on line 18 Notice: Trying to access array offset on value of type null in /in/eo8QM on line 18 Stored in: upload/
Output for 7.4.0 - 7.4.32
<html> <body> <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" size="20" /><br /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html> Notice: Undefined index: file in /in/eo8QM on line 11 Notice: Trying to access array offset on value of type null in /in/eo8QM on line 11 Warning: file_exists(): open_basedir restriction in effect. File(upload/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/eo8QM on line 11 Notice: Undefined index: file in /in/eo8QM on line 17 Notice: Trying to access array offset on value of type null in /in/eo8QM on line 17 Notice: Undefined index: file in /in/eo8QM on line 17 Notice: Trying to access array offset on value of type null in /in/eo8QM on line 17 Notice: Undefined index: file in /in/eo8QM on line 18 Notice: Trying to access array offset on value of type null in /in/eo8QM on line 18 Stored in: upload/
Output for 7.3.32 - 7.3.33
<html> <body> <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" size="20" /><br /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html> Stored in: upload/
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
<html> <body> <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" size="20" /><br /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html> Notice: Undefined index: file in /in/eo8QM on line 11 Warning: file_exists(): open_basedir restriction in effect. File(upload/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/eo8QM on line 11 Notice: Undefined index: file in /in/eo8QM on line 17 Notice: Undefined index: file in /in/eo8QM on line 17 Notice: Undefined index: file in /in/eo8QM on line 18 Stored in: upload/
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45
<html> <body> <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" size="20" /><br /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html> Notice: Undefined index: file in /in/eo8QM on line 11 Notice: Undefined index: file in /in/eo8QM on line 17 Notice: Undefined index: file in /in/eo8QM on line 17 Notice: Undefined index: file in /in/eo8QM on line 18 Stored in: upload/
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
<html> <body> <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" size="20" /><br /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html> Notice: Undefined index: file in /in/eo8QM on line 11 Notice: Undefined index: file in /in/eo8QM on line 17 Notice: Undefined index: file in /in/eo8QM on line 17 Notice: Undefined index: file in /in/eo8QM on line 18 Stored in: upload/

preferences:
282.64 ms | 403 KiB | 456 Q