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 echo phpinfo(); echo "Hello"; ..

Decoded Output download

<?php 
 
 
echo phpinfo(); 
 
echo "Hello";  ?>

Did this file decode correctly?

Original Code

<?php


echo phpinfo();

echo "Hello"; 

Function Calls

phpinfo 1

Variables

None

Stats

MD5 b3fd8f771eeb1943421404b4aa300ece
Eval Count 0
Decode Time 133 ms