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 /** * Returns log(1 + number), computed in a way that is accurate even when the..

Decoded Output download

<?php

/**
 * Returns log(1 + number), computed in a way that is accurate even when
   the value of number is close to zero
 *
 * @phpstub
 *
 * @param float $number
 *
 * @return float log(1 + )
 */
function log1p($number)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns log(1 + number), computed in a way that is accurate even when
   the value of number is close to zero
 *
 * @phpstub
 *
 * @param float $number
 *
 * @return float log(1 + )
 */
function log1p($number)
{
}

Function Calls

None

Variables

None

Stats

MD5 eb5b59f2e9d43523d5b2611578779b96
Eval Count 0
Decode Time 84 ms