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 /** * Multiplies the values of the two variants * * @phpstub * * @param mixed ..

Decoded Output download

<?php

/**
 * Multiplies the values of the two variants
 *
 * @phpstub
 *
 * @param mixed $left
 * @param mixed $right
 *
 * @return mixed 
 */
function variant_mul($left, $right)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Multiplies the values of the two variants
 *
 * @phpstub
 *
 * @param mixed $left
 * @param mixed $right
 *
 * @return mixed 
 */
function variant_mul($left, $right)
{
}

Function Calls

None

Variables

None

Stats

MD5 e6d455228114b9eef13947c5ae8535e3
Eval Count 0
Decode Time 87 ms