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