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 /** * Get the symbolic name of a given PHP token * * @phpstub * * @param int $..
Decoded Output download
<?php
/**
* Get the symbolic name of a given PHP token
*
* @phpstub
*
* @param int $token
*
* @return string The symbolic name of the given .
*/
function token_name($token)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the symbolic name of a given PHP token
*
* @phpstub
*
* @param int $token
*
* @return string The symbolic name of the given .
*/
function token_name($token)
{
}
Function Calls
None |
Stats
MD5 | e3399cd7246de2150498c7c7bbcff859 |
Eval Count | 0 |
Decode Time | 77 ms |