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 /** * Redefine an already defined constant * * @phpstub * * @param string $con..
Decoded Output download
<?php
/**
* Redefine an already defined constant
*
* @phpstub
*
* @param string $constname
* @param mixed $newvalue
*
* @return bool
*/
function runkit_constant_redefine($constname, $newvalue)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Redefine an already defined constant
*
* @phpstub
*
* @param string $constname
* @param mixed $newvalue
*
* @return bool
*/
function runkit_constant_redefine($constname, $newvalue)
{
}
Function Calls
None |
Stats
MD5 | 8eb4a44b7214d5d2c25978d74fdaf4d4 |
Eval Count | 0 |
Decode Time | 94 ms |