didou Mon May 10 06:45:25 2004 EDT
Modified files:
/phpdoc/en/reference/errorfunc/functions set-error-handler.xml
Log:
added E_STRICT
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/set-error-handler.xml?r1=1.20&r2=1.21&ty=u
Index: phpdoc/en/reference/errorfunc/functions/set-error-handler.xml
diff -u phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.20
phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.21
--- phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.20 Sat Apr 10
13:51:08 2004
+++ phpdoc/en/reference/errorfunc/functions/set-error-handler.xml Mon May 10
06:45:25 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
<!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 -->
<refentry id="function.set-error-handler">
<refnamediv>
@@ -111,8 +111,9 @@
The following error types cannot be handled with a user defined
function: <constant>E_ERROR</constant>, <constant>E_PARSE</constant>,
<constant>E_CORE_ERROR</constant>, <constant>E_CORE_WARNING</constant>,
- <constant>E_COMPILE_ERROR</constant> and
- <constant>E_COMPILE_WARNING</constant>.
+ <constant>E_COMPILE_ERROR</constant>,
+ <constant>E_COMPILE_WARNING</constant>, and
+ <constant>E_STRICT</constant>.
</para>
</note>
<para>