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 $i = ; While ($i = 10) { Print Hello DRC greatest team; } Print DRC;..
Decoded Output download
<?php
$i = ;
While ($i = 10)
{
Print Hello DRC greatest team;
}
Print DRC;
?>
Did this file decode correctly?
Original Code
<?php
$i = ;
While ($i = 10)
{
Print Hello DRC greatest team;
}
Print DRC;
?>
Function Calls
None |
Stats
MD5 | 84b531a844a4b50fdf4b0118c14faa4f |
Eval Count | 0 |
Decode Time | 78 ms |