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 /** * Split given source into PHP tokens * * @phpstub * * @param string $sourc..

Decoded Output download

<?php

/**
 * Split given source into PHP tokens
 *
 * @phpstub
 *
 * @param string $source
 *
 * @return array An array of token identifiers. Each individual token identifier is either
 *               a single character (i.e.: , ,
 *               , , etc...),
 *               or a three element array containing the token index in element 0, the string
 *               content of the original token in element 1 and the line number in element 2.
 */
function token_get_all($source)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Split given source into PHP tokens
 *
 * @phpstub
 *
 * @param string $source
 *
 * @return array An array of token identifiers. Each individual token identifier is either
 *               a single character (i.e.: , ,
 *               , , etc...),
 *               or a three element array containing the token index in element 0, the string
 *               content of the original token in element 1 and the line number in element 2.
 */
function token_get_all($source)
{
}

Function Calls

None

Variables

None

Stats

MD5 ff4df5cec593f9289a06edcdc491cadb
Eval Count 0
Decode Time 81 ms