Debug_extension::errorset PHP Method

errorset() public method

Set error reporting
public errorset ( )
    public function errorset()
    {
        error_reporting(-1);
        ini_set("display_errors", 1);
    }