Changeset 7720 for trunk/src/inc/ErrorHandler.php
- Timestamp:
- Apr 12, 2010, 5:56:17 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/inc/ErrorHandler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/inc/ErrorHandler.php
r7661 r7720 26 26 /* 27 27 * Function: NodeErrorHandler 28 * Description: Handling with errors, decides what log level it is and send it to LogHandler 28 29 * 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 LogHandler30 * Returns: true (Just so the internal PHP error handler is nog executed) 30 31 */ 31 32 function NodeErrorHandler(int $errno, string $errstr, string $errfile, int $errline, array $errcontext) {
Note:
See TracChangeset
for help on using the changeset viewer.
