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 /** * Scan for 1 * * @phpstub * * @param resource $a * @param int $start * ..
Decoded Output download
<?php
/**
* Scan for 1
*
* @phpstub
*
* @param resource $a
* @param int $start
*
* @return int Returns the index of the found bit, as an ``integer``.
* If no set bit is found, -1 is returned.
*/
function gmp_scan1($a, $start)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Scan for 1
*
* @phpstub
*
* @param resource $a
* @param int $start
*
* @return int Returns the index of the found bit, as an ``integer``.
* If no set bit is found, -1 is returned.
*/
function gmp_scan1($a, $start)
{
}
Function Calls
None |
Stats
MD5 | db7d19263ef3c9064161789d725747ed |
Eval Count | 0 |
Decode Time | 96 ms |