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 /** * Check if number is "probably prime" * * @phpstub * * @param resource $a ..
Decoded Output download
<?php
/**
* Check if number is "probably prime"
*
* @phpstub
*
* @param resource $a
* @param int $reps
*
* @return int If this function returns 0, is
* definitely not prime. If it returns 1, then
* is "probably" prime. If it returns 2,
* then is surely prime.
*/
function gmp_prob_prime($a, $reps = 10)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Check if number is "probably prime"
*
* @phpstub
*
* @param resource $a
* @param int $reps
*
* @return int If this function returns 0, is
* definitely not prime. If it returns 1, then
* is "probably" prime. If it returns 2,
* then is surely prime.
*/
function gmp_prob_prime($a, $reps = 10)
{
}
Function Calls
None |
Stats
MD5 | bc3c11ebaabf718f8be73275c023d53a |
Eval Count | 0 |
Decode Time | 76 ms |