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 0 * * @phpstub * * @param resource $a * @param int $start * ..
Decoded Output download
<?php
/**
* Scan for 0
*
* @phpstub
*
* @param resource $a
* @param int $start
*
* @return int Returns the index of the found bit, as an ``integer``. The
* index starts from 0.
*/
function gmp_scan0($a, $start)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Scan for 0
*
* @phpstub
*
* @param resource $a
* @param int $start
*
* @return int Returns the index of the found bit, as an ``integer``. The
* index starts from 0.
*/
function gmp_scan0($a, $start)
{
}
Function Calls
None |
Stats
MD5 | 47b0637d8d6347a58a7834aecdd9eb1c |
Eval Count | 0 |
Decode Time | 95 ms |