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 /** * Subtracts the value of the right variant from the left variant value * * @..

Decoded Output download

<?php

/**
 * Subtracts the value of the right variant from the left variant value
 *
 * @phpstub
 *
 * @param mixed $left
 * @param mixed $right
 *
 * @return mixed 
 */
function variant_sub($left, $right)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Subtracts the value of the right variant from the left variant value
 *
 * @phpstub
 *
 * @param mixed $left
 * @param mixed $right
 *
 * @return mixed 
 */
function variant_sub($left, $right)
{
}

Function Calls

None

Variables

None

Stats

MD5 c85feb2b5fc632edc8ec3687340b361e
Eval Count 0
Decode Time 98 ms