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 a bitwise implication on two variants * * @phpstub * * @param m..
Decoded Output download
<?php
/**
* Performs a bitwise implication on two variants
*
* @phpstub
*
* @param mixed $left
* @param mixed $right
*
* @return mixed
*/
function variant_imp($left, $right)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Performs a bitwise implication on two variants
*
* @phpstub
*
* @param mixed $left
* @param mixed $right
*
* @return mixed
*/
function variant_imp($left, $right)
{
}
Function Calls
None |
Stats
MD5 | 54e2769664f69cbf8c5a7addf69ae717 |
Eval Count | 0 |
Decode Time | 109 ms |