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 /** * Assign variables as if they were an array * * @phpstub-variable-parameters..

Decoded Output download

<?php

/**
 * Assign variables as if they were an array
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param mixed $varname
 * @param mixed $_
 *
 * @return array Returns the assigned array.
 */
function list($varname, $_ = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Assign variables as if they were an array
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param mixed $varname
 * @param mixed $_
 *
 * @return array Returns the assigned array.
 */
function list($varname, $_ = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 239b4094a6bf3d236ddf5137d2da11c0
Eval Count 0
Decode Time 138 ms