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 user method on an specific object [deprecated] * * @phpstub-variabl..
Decoded Output download
<?php
/**
* Call a user method on an specific object [deprecated]
*
* @phpstub-variable-parameters
* @phpstub
*
* @param string $method_name
* @param object $obj
* @param mixed $parameter
* @param mixed $_
*
* @return mixed
*/
function call_user_method($method_name, &$obj, $parameter = NULL, $_ = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Call a user method on an specific object [deprecated]
*
* @phpstub-variable-parameters
* @phpstub
*
* @param string $method_name
* @param object $obj
* @param mixed $parameter
* @param mixed $_
*
* @return mixed
*/
function call_user_method($method_name, &$obj, $parameter = NULL, $_ = NULL)
{
}
Function Calls
None |
Stats
MD5 | caf9a722cf20e20c61886a16b2634380 |
Eval Count | 0 |
Decode Time | 85 ms |