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 /** * Copy hashing context * * @phpstub * * @param resource $context * * @re..
Decoded Output download
<?php
/**
* Copy hashing context
*
* @phpstub
*
* @param resource $context
*
* @return resource Returns a copy of Hashing Context resource.
*/
function hash_copy($context)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Copy hashing context
*
* @phpstub
*
* @param resource $context
*
* @return resource Returns a copy of Hashing Context resource.
*/
function hash_copy($context)
{
}
Function Calls
None |
Stats
MD5 | 7b4a51da77253d7a67603e1c8182b12c |
Eval Count | 0 |
Decode Time | 88 ms |