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 /** * Call a static method * * @phpstub-variable-parameters * @phpstub * * @p..

Decoded Output download

<?php

/**
 * Call a static method
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param callable $function
 * @param mixed $parameter
 * @param mixed $_
 *
 * @return mixed Returns the function result, or false on error.
 */
function forward_static_call($function, $parameter = NULL, $_ = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Call a static method
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param callable $function
 * @param mixed $parameter
 * @param mixed $_
 *
 * @return mixed Returns the function result, or false on error.
 */
function forward_static_call($function, $parameter = NULL, $_ = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 de74de8d51e259e264b4514238fbe09f
Eval Count 0
Decode Time 108 ms