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 /** * Check the PHP syntax of (and execute) the specified file * * @phpstub * ..
Decoded Output download
<?php
/**
* Check the PHP syntax of (and execute) the specified file
*
* @phpstub
*
* @param string $filename
* @param string $error_message
*
* @return bool Returns true if the lint check passed, and false if the link check
* failed or if cannot be opened.
*/
function php_check_syntax($filename, &$error_message = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Check the PHP syntax of (and execute) the specified file
*
* @phpstub
*
* @param string $filename
* @param string $error_message
*
* @return bool Returns true if the lint check passed, and false if the link check
* failed or if cannot be opened.
*/
function php_check_syntax($filename, &$error_message = NULL)
{
}
Function Calls
None |
Stats
MD5 | e4ef8becf8e78438b87470b63907a736 |
Eval Count | 0 |
Decode Time | 75 ms |