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 /** * Converts variants to integers and then returns the result from dividing them..

Decoded Output download

<?php

/**
 * Converts variants to integers and then returns the result from dividing them
 *
 * @phpstub
 *
 * @param mixed $left
 * @param mixed $right
 *
 * @return mixed 
 */
function variant_idiv($left, $right)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Converts variants to integers and then returns the result from dividing them
 *
 * @phpstub
 *
 * @param mixed $left
 * @param mixed $right
 *
 * @return mixed 
 */
function variant_idiv($left, $right)
{
}

Function Calls

None

Variables

None

Stats

MD5 31b77a0f601ce2b371ec91396c49038a
Eval Count 0
Decode Time 101 ms