From 327a552b9bddeaebce6ebae36295d2a583af72d6 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 22 Dec 2001 16:14:50 +0000 Subject: [PATCH] Typo in closing XML tag corrected git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65960 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/error-handling.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/error-handling.xml b/features/error-handling.xml index 5fcc190925..816fc45f1d 100644 --- a/features/error-handling.xml +++ b/features/error-handling.xml @@ -1,5 +1,5 @@ - + Error Handling @@ -211,7 +211,7 @@ function userErrorHandler ($errno, $errmsg, $filename, $linenum, $vars) { $err = "\n"; $err .= "\t".$dt."\n"; - $err .= "\t".$errno."\n"; + $err .= "\t".$errno."\n"; $err .= "\t".$errortype[$errno]."\n"; $err .= "\t".$errmsg."\n"; $err .= "\t".$filename."\n";