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 /** * Sets which PHP errors are reported * * @phpstub * * @param int $level *..
Decoded Output download
<?php
/**
* Sets which PHP errors are reported
*
* @phpstub
*
* @param int $level
*
* @return int Returns the old
* level or the current level if no parameter is
* given.
*/
function error_reporting($level = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sets which PHP errors are reported
*
* @phpstub
*
* @param int $level
*
* @return int Returns the old
* level or the current level if no parameter is
* given.
*/
function error_reporting($level = NULL)
{
}
Function Calls
None |
Stats
MD5 | b0117a2da376a71fcdf3480806c2ad86 |
Eval Count | 0 |
Decode Time | 91 ms |