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 AND operation between two variants * * @phpstub * * @..

Decoded Output download

<?php

/**
 * Performs a bitwise AND operation between two variants
 *
 * @phpstub
 *
 * @param mixed $left
 * @param mixed $right
 *
 * @return mixed 
 */
function variant_and($left, $right)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Performs a bitwise AND operation between two variants
 *
 * @phpstub
 *
 * @param mixed $left
 * @param mixed $right
 *
 * @return mixed 
 */
function variant_and($left, $right)
{
}

Function Calls

None

Variables

None

Stats

MD5 c76da19415f21913a2193cabf5adb54b
Eval Count 0
Decode Time 105 ms