Ignore:
Timestamp:
Apr 12, 2010, 5:56:17 PM (16 years ago)
Author:
Pieter Naber
Message:

Adding a lot of checks for the variables in the status and the location file. Added even more comments everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/inc/ErrorHandler.php

    r7661 r7720  
    2626/*
    2727 * Function: NodeErrorHandler
     28 * Description: Handling with errors, decides what log level it is and send it to LogHandler
    2829 * Parameters: int $errno, string $errstr, string $errfile, int $errline, array $errcontext
    29  * Function: Handling with errors, decides what log level it is and send it to LogHandler
     30 * Returns: true (Just so the internal PHP error handler is nog executed)
    3031 */
    3132function NodeErrorHandler(int $errno, string $errstr, string $errfile, int $errline, array $errcontext) {
Note: See TracChangeset for help on using the changeset viewer.