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 /** * Performs logical negation on a variant * * @phpstub * * @param mixed $va..

Decoded Output download

<?php

/**
 * Performs logical negation on a variant
 *
 * @phpstub
 *
 * @param mixed $variant
 *
 * @return mixed Returns the result of the logical negation.
 */
function variant_neg($variant)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Performs logical negation on a variant
 *
 * @phpstub
 *
 * @param mixed $variant
 *
 * @return mixed Returns the result of the logical negation.
 */
function variant_neg($variant)
{
}

Function Calls

None

Variables

None

Stats

MD5 2994d63885c3823120003aaa576ec46b
Eval Count 0
Decode Time 78 ms