token_name Get the symbolic name of a given PHP token &reftitle.description; stringtoken_name inttoken token_name gets the symbolic name for a PHP token value. &reftitle.parameters; token The token value. &reftitle.returnvalues; The symbolic name of the given token. &reftitle.examples; <function>token_name</function> example "T_EVAL" // a token constant maps to its own name echo token_name(T_FUNCTION); // -> "T_FUNCTION" ?> ]]> &reftitle.seealso; List of Parser Tokens