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 /** * Verify that the contents of a variable can be called as a function * * @ph..
Decoded Output download
<?php
/**
* Verify that the contents of a variable can be called as a function
*
* @phpstub
*
* @param mixed $name
* @param bool $syntax_only
* @param string $callable_name
*
* @return bool Returns true if is callable, false
* otherwise.
*/
function is_callable($name, $syntax_only = false, &$callable_name = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Verify that the contents of a variable can be called as a function
*
* @phpstub
*
* @param mixed $name
* @param bool $syntax_only
* @param string $callable_name
*
* @return bool Returns true if is callable, false
* otherwise.
*/
function is_callable($name, $syntax_only = false, &$callable_name = NULL)
{
}
Function Calls
None |
Stats
MD5 | 9cffbc3a757fb844b1a626785ab5eb60 |
Eval Count | 0 |
Decode Time | 110 ms |