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 the value of a constant * * @phpstub * * @param string $name * ..

Decoded Output download

<?php

/**
 * Returns the value of a constant
 *
 * @phpstub
 *
 * @param string $name
 *
 * @return mixed Returns the value of the constant, or null if the constant is not
 *               defined.
 */
function constant($name)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the value of a constant
 *
 * @phpstub
 *
 * @param string $name
 *
 * @return mixed Returns the value of the constant, or null if the constant is not
 *               defined.
 */
function constant($name)
{
}

Function Calls

None

Variables

None

Stats

MD5 4dd5aa76498ef2173e5c4f40d7b39a86
Eval Count 0
Decode Time 76 ms