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 /** * Add numbers * * @phpstub * * @param resource $a * @param resource $b *..

Decoded Output download

<?php

/**
 * Add numbers
 *
 * @phpstub
 *
 * @param resource $a
 * @param resource $b
 *
 * @return resource A GMP number representing the sum of the arguments.
 */
function gmp_add($a, $b)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Add numbers
 *
 * @phpstub
 *
 * @param resource $a
 * @param resource $b
 *
 * @return resource A GMP number representing the sum of the arguments.
 */
function gmp_add($a, $b)
{
}

Function Calls

None

Variables

None

Stats

MD5 bf1ffeddb843f694e115653cb86c7cea
Eval Count 0
Decode Time 83 ms