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 /** * Finds whether a variable is a scalar * * @phpstub * * @param mixed $var ..

Decoded Output download

<?php

/**
 * Finds whether a variable is a scalar
 *
 * @phpstub
 *
 * @param mixed $var
 *
 * @return bool Returns true if  is a scalar false
 *              otherwise.
 */
function is_scalar($var)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Finds whether a variable is a scalar
 *
 * @phpstub
 *
 * @param mixed $var
 *
 * @return bool Returns true if  is a scalar false
 *              otherwise.
 */
function is_scalar($var)
{
}

Function Calls

None

Variables

None

Stats

MD5 9d2ad53877528f21b98a0a7c4fc66052
Eval Count 0
Decode Time 97 ms