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 /** * Syntax highlighting of a file * * @phpstub * * @param string $filename ..
Decoded Output download
<?php
/**
* Syntax highlighting of a file
*
* @phpstub
*
* @param string $filename
* @param bool $return
*
* @return mixed If is set to true, returns the highlighted
* code as a string instead of printing it out. Otherwise, it will return
* true on success, false on failure.
*/
function highlight_file($filename, $return = false)
{
}
/**
* Syntax highlighting of a file
*
* @phpstub-alias-of highlight_file
* @phpstub
*
* @param string $filename
* @param bool $return
*
* @return mixed If is set to true, returns the highlighted
* code as a string instead of printing it out. Otherwise, it will return
* true on success, false on failure.
*/
function show_source($filename, $return = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Syntax highlighting of a file
*
* @phpstub
*
* @param string $filename
* @param bool $return
*
* @return mixed If is set to true, returns the highlighted
* code as a string instead of printing it out. Otherwise, it will return
* true on success, false on failure.
*/
function highlight_file($filename, $return = false)
{
}
/**
* Syntax highlighting of a file
*
* @phpstub-alias-of highlight_file
* @phpstub
*
* @param string $filename
* @param bool $return
*
* @return mixed If is set to true, returns the highlighted
* code as a string instead of printing it out. Otherwise, it will return
* true on success, false on failure.
*/
function show_source($filename, $return = false)
{
}
Function Calls
None |
Stats
MD5 | 8b4cfbafb6ee6bb5732afbab5a4c5d28 |
Eval Count | 0 |
Decode Time | 92 ms |