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 /** * Get the last occurred error * * @phpstub * * @return array Returns an as..
Decoded Output download
<?php
/**
* Get the last occurred error
*
* @phpstub
*
* @return array Returns an associative array describing the last error with keys "type",
* "message", "file" and "line". If the error has been caused by a PHP
* internal function then the "message" begins with its name.
* Returns null if there hasn't been an error yet.
*/
function error_get_last()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the last occurred error
*
* @phpstub
*
* @return array Returns an associative array describing the last error with keys "type",
* "message", "file" and "line". If the error has been caused by a PHP
* internal function then the "message" begins with its name.
* Returns null if there hasn't been an error yet.
*/
function error_get_last()
{
}
Function Calls
None |
Stats
MD5 | 675abf884f691afdc6b3637f3e445eb0 |
Eval Count | 0 |
Decode Time | 90 ms |