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 /** * Bitwise AND * * @phpstub * * @param resource $a * @param resource $b *..
Decoded Output download
<?php
/**
* Bitwise AND
*
* @phpstub
*
* @param resource $a
* @param resource $b
*
* @return resource A GMP number representing the bitwise comparison.
*/
function gmp_and($a, $b)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Bitwise AND
*
* @phpstub
*
* @param resource $a
* @param resource $b
*
* @return resource A GMP number representing the bitwise comparison.
*/
function gmp_and($a, $b)
{
}
Function Calls
None |
Stats
MD5 | 2e24b21aad9cd3ee29e55d5d6c4ec420 |
Eval Count | 0 |
Decode Time | 93 ms |