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 /** * Population count * * @phpstub * * @param resource $a * * @return int T..

Decoded Output download

<?php

/**
 * Population count
 *
 * @phpstub
 *
 * @param resource $a
 *
 * @return int The population count of , as an ``integer``.
 */
function gmp_popcount($a)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Population count
 *
 * @phpstub
 *
 * @param resource $a
 *
 * @return int The population count of , as an ``integer``.
 */
function gmp_popcount($a)
{
}

Function Calls

None

Variables

None

Stats

MD5 d89c65bd771505e975d2c18d572f31ee
Eval Count 0
Decode Time 81 ms