From 363d4472032f8b8b9923b168d2620125cfdbb07e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 4 Apr 2005 09:28:20 +0000 Subject: [PATCH] errno is parameter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183555 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 9cf94ce53b..8f5096c35c 100644 --- a/reference/errorfunc/functions/set-error-handler.xml +++ b/reference/errorfunc/functions/set-error-handler.xml @@ -1,5 +1,5 @@ - + @@ -59,7 +59,7 @@ errno - The first parameter, errno, contains the + The first parameter, errno, contains the level of the error raised, as an integer.