From 6d6e6e023210b4e037f8d8e1ba7f2ce99b744567 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Sun, 9 Jun 2002 21:24:20 +0000 Subject: [PATCH] - Document which error types can't be handled. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85199 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/functions/set-error-handler.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/reference/errorfunc/functions/set-error-handler.xml b/reference/errorfunc/functions/set-error-handler.xml index d14fe95920..b76007fbc6 100644 --- a/reference/errorfunc/functions/set-error-handler.xml +++ b/reference/errorfunc/functions/set-error-handler.xml @@ -1,5 +1,5 @@ - + @@ -31,6 +31,15 @@ error occurred (an array that points to the active symbol table at the point the error occurred). + + + The following error types cannot be handled with a user defined + function: E_ERROR, E_PARSE, + E_CORE_ERROR, E_CORE_WARNING, + E_COMPILE_ERROR and + E_COMPILE_WARNING. + + The example below shows the handling of internal exceptions by triggering errors and handling them with a user