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 print "line 2"; print "line 3"; print "line 4"; echo echo; ..

Decoded Output download

<?php
print "line 2";
print "line 3";
print "line 4";
echo echo;
 ?>

Did this file decode correctly?

Original Code

<?php
print "line 2";
print "line 3";
print "line 4";
echo echo;

Function Calls

None

Variables

None

Stats

MD5 cc98207cef7b3f68dbd971d6e6d7af8a
Eval Count 0
Decode Time 86 ms