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 /** * Remove/Delete an already defined constant * * @phpstub * * @param string..

Decoded Output download

<?php

/**
 * Remove/Delete an already defined constant
 *
 * @phpstub
 *
 * @param string $constname
 *
 * @return bool 
 */
function runkit_constant_remove($constname)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Remove/Delete an already defined constant
 *
 * @phpstub
 *
 * @param string $constname
 *
 * @return bool 
 */
function runkit_constant_remove($constname)
{
}

Function Calls

None

Variables

None

Stats

MD5 1f7ebe5cfa51ef33a77ddc1fc2bebb31
Eval Count 0
Decode Time 81 ms