didou Sat Jun 14 13:48:17 2003 EDT Modified files: /phpdoc/en/reference/errorfunc examples.xml /phpdoc/en/reference/errorfunc/functions debug-backtrace.xml error-log.xml error-reporting.xml set-error-handler.xml Log: some typos and ucfirst() Index: phpdoc/en/reference/errorfunc/examples.xml diff -u phpdoc/en/reference/errorfunc/examples.xml:1.1 phpdoc/en/reference/errorfunc/examples.xml:1.2 --- phpdoc/en/reference/errorfunc/examples.xml:1.1 Tue Oct 8 06:44:00 2002 +++ phpdoc/en/reference/errorfunc/examples.xml Sat Jun 14 13:48:17 2003 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <section id="errorfunc.examples"> &reftitle.examples; <para> 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. <example> Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.2 phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.3 --- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.2 Sun Jan 19 01:23:07 2003 +++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Sat Jun 14 13:48:17 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.debug-backtrace"> <refnamediv> <refname>debug_backtrace</refname> @@ -74,7 +74,7 @@ <entry><type>array</type></entry> <entry> 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). </entry> </row> </tbody> Index: phpdoc/en/reference/errorfunc/functions/error-log.xml diff -u phpdoc/en/reference/errorfunc/functions/error-log.xml:1.2 phpdoc/en/reference/errorfunc/functions/error-log.xml:1.3 --- phpdoc/en/reference/errorfunc/functions/error-log.xml:1.2 Wed Apr 17 02:37:44 2002 +++ phpdoc/en/reference/errorfunc/functions/error-log.xml Sat Jun 14 13:48:17 2003 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 --> <refentry id="function.error-log"> <refnamediv> <refname>error_log</refname> - <refpurpose>send an error message somewhere</refpurpose> + <refpurpose>Send an error message somewhere</refpurpose> </refnamediv> <refsect1> <title>Description</title> Index: phpdoc/en/reference/errorfunc/functions/error-reporting.xml diff -u phpdoc/en/reference/errorfunc/functions/error-reporting.xml:1.4 phpdoc/en/reference/errorfunc/functions/error-reporting.xml:1.5 --- phpdoc/en/reference/errorfunc/functions/error-reporting.xml:1.4 Wed Oct 9 04:35:11 2002 +++ phpdoc/en/reference/errorfunc/functions/error-reporting.xml Sat Jun 14 13:48:17 2003 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 --> <refentry id="function.error-reporting"> <refnamediv> <refname>error_reporting</refname> - <refpurpose>set which PHP errors are reported</refpurpose> + <refpurpose>Sets which PHP errors are reported</refpurpose> </refnamediv> <refsect1> <title>Description</title> Index: phpdoc/en/reference/errorfunc/functions/set-error-handler.xml diff -u phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.11 phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.12 --- phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.11 Mon May 5 13:38:24 2003 +++ phpdoc/en/reference/errorfunc/functions/set-error-handler.xml Sat Jun 14 13:48:17 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 --> <refentry id="function.set-error-handler"> <refnamediv> @@ -25,7 +25,7 @@ </para> <para> 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
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php