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 /** * Set the type of a variable * * @phpstub * * @param mixed $var * @param ..

Decoded Output download

<?php

/**
 * Set the type of a variable
 *
 * @phpstub
 *
 * @param mixed $var
 * @param string $type
 *
 * @return bool 
 */
function settype(&$var, $type)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set the type of a variable
 *
 * @phpstub
 *
 * @param mixed $var
 * @param string $type
 *
 * @return bool 
 */
function settype(&$var, $type)
{
}

Function Calls

None

Variables

None

Stats

MD5 b77133fa2191bacdf6ff3515eacf44a8
Eval Count 0
Decode Time 90 ms