From 4a696b6e62fba682eccb87e0a73a6ce1cdcaa6ea Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sat, 14 Jun 2003 17:48:17 +0000 Subject: [PATCH] some typos and ucfirst() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131579 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/examples.xml | 4 ++-- reference/errorfunc/functions/debug-backtrace.xml | 4 ++-- reference/errorfunc/functions/error-log.xml | 4 ++-- reference/errorfunc/functions/error-reporting.xml | 4 ++-- reference/errorfunc/functions/set-error-handler.xml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/reference/errorfunc/examples.xml b/reference/errorfunc/examples.xml index 037ad2521e..8d0696b402 100644 --- a/reference/errorfunc/examples.xml +++ b/reference/errorfunc/examples.xml @@ -1,10 +1,10 @@ - +
&reftitle.examples; Below we can see an example of using the error handling capabilities in - PHP. We define a error handling function which logs the information into + PHP. We define an error handling function which logs the information into a file (using an XML format), and e-mails the developer in case a critical error in the logic happens. diff --git a/reference/errorfunc/functions/debug-backtrace.xml b/reference/errorfunc/functions/debug-backtrace.xml index 7bd108ae3a..9fa82fef88 100755 --- a/reference/errorfunc/functions/debug-backtrace.xml +++ b/reference/errorfunc/functions/debug-backtrace.xml @@ -1,5 +1,5 @@ - + debug_backtrace @@ -74,7 +74,7 @@ array If inside a function, this lists the functions arguments. If - inside a included file, this lists the included file name(s). + inside an included file, this lists the included file name(s). diff --git a/reference/errorfunc/functions/error-log.xml b/reference/errorfunc/functions/error-log.xml index 626abcf8c8..44b163532f 100644 --- a/reference/errorfunc/functions/error-log.xml +++ b/reference/errorfunc/functions/error-log.xml @@ -1,10 +1,10 @@ - + error_log - send an error message somewhere + Send an error message somewhere Description diff --git a/reference/errorfunc/functions/error-reporting.xml b/reference/errorfunc/functions/error-reporting.xml index 084912e1b5..e70b33c2ec 100644 --- a/reference/errorfunc/functions/error-reporting.xml +++ b/reference/errorfunc/functions/error-reporting.xml @@ -1,10 +1,10 @@ - + error_reporting - set which PHP errors are reported + Sets which PHP errors are reported Description diff --git a/reference/errorfunc/functions/set-error-handler.xml b/reference/errorfunc/functions/set-error-handler.xml index 8f2afde3b9..0e99a1334e 100644 --- a/reference/errorfunc/functions/set-error-handler.xml +++ b/reference/errorfunc/functions/set-error-handler.xml @@ -1,5 +1,5 @@ - + @@ -25,7 +25,7 @@ The user function needs to accept 2 parameters: the error code, and a - string describing the error. From PHP 4.0.2, an additional 3 optional + string describing the error. From PHP 4.0.2, 3 optional parameters are supplied: the filename in which the error occurred, the line number in which the error occurred, and the context in which the error occurred (an array that points to the active symbol table at the