From 382c740d5d45e1a84cbb792aa2616cb672743831 Mon Sep 17 00:00:00 2001 From: Gyozo Papp Date: Sun, 21 Apr 2002 13:43:52 +0000 Subject: [PATCH] correct link to ini.error-reporting & typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79302 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/functions/set-error-handler.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/errorfunc/functions/set-error-handler.xml b/reference/errorfunc/functions/set-error-handler.xml index a1161eb982..d14fe95920 100644 --- a/reference/errorfunc/functions/set-error-handler.xml +++ b/reference/errorfunc/functions/set-error-handler.xml @@ -1,5 +1,5 @@ - + @@ -161,7 +161,7 @@ Aborting...
It is important to remember that the standard PHP error handler is completely bypassed. error_reporting settings will have no effect and your error handler will be called regardless - however you are still - able to read the current value of error_reporting and + able to read the current value of error_reporting and act appropriately. Of particular note is that this value will be 0 if the statement that caused the error was prepended by the @ error-control