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 /** * Checks whether a given named constant exists * * @phpstub * * @param str..
Decoded Output download
<?php
/**
* Checks whether a given named constant exists
*
* @phpstub
*
* @param string $name
*
* @return bool Returns true if the named constant given by
* has been defined, false otherwise.
*/
function defined($name)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Checks whether a given named constant exists
*
* @phpstub
*
* @param string $name
*
* @return bool Returns true if the named constant given by
* has been defined, false otherwise.
*/
function defined($name)
{
}
Function Calls
None |
Stats
MD5 | a74892407c728c9ee7b78343f2a38a6f |
Eval Count | 0 |
Decode Time | 84 ms |