Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$match = false; $i = 0; $fp = fopen("test.txt",'r'); while (!feof($fp)){ ..
Decoded Output download
<? $match = false;
$i = 0;
$fp = fopen("test.txt",'r');
while (!feof($fp)){
$ac[$i] = fgets($fp);
$i++;
?>
Did this file decode correctly?
Original Code
$match = false;
$i = 0;
$fp = fopen("test.txt",'r');
while (!feof($fp)){
$ac[$i] = fgets($fp);
$i++;
Function Calls
| None |
Stats
| MD5 | 9816c4b0ba02b84ae0db07ab379e1762 |
| Eval Count | 0 |
| Decode Time | 68 ms |