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 /** * This function runs a self test on the specified module * * @phpstub * * ..
Decoded Output download
<?php
/**
* This function runs a self test on the specified module
*
* @phpstub
*
* @param string $algorithm
* @param string $lib_dir
*
* @return bool The function returns true if the self test succeeds, or false when it
* fails.
*/
function mcrypt_module_self_test($algorithm, $lib_dir = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* This function runs a self test on the specified module
*
* @phpstub
*
* @param string $algorithm
* @param string $lib_dir
*
* @return bool The function returns true if the self test succeeds, or false when it
* fails.
*/
function mcrypt_module_self_test($algorithm, $lib_dir = NULL)
{
}
Function Calls
None |
Stats
MD5 | 939d7e78b6646c5e133302f071c508e5 |
Eval Count | 0 |
Decode Time | 88 ms |