[PHP-DOC] cvs: phpdoc /en/functions errorfunc.xml From: Ron Chmara (ron <email protected>)
Date: 11/24/00

ronabop Thu Nov 23 21:58:54 2000 EDT

  Modified files:
    /phpdoc/en/functions errorfunc.xml
  Log:
  as per errata.
  
Index: phpdoc/en/functions/errorfunc.xml
diff -u phpdoc/en/functions/errorfunc.xml:1.7 phpdoc/en/functions/errorfunc.xml:1.8
--- phpdoc/en/functions/errorfunc.xml:1.7 Thu Nov 16 23:59:34 2000
+++ phpdoc/en/functions/errorfunc.xml Thu Nov 23 21:58:53 2000
@@ -490,7 +490,11 @@
      Used to trigger a user error condition, it can be used by in conjunction
      with the built-in error handler, or with a user defined function that has
      been set as the new error handler
- (<function>set_error_handler</function>). This function is useful when
+ (<function>set_error_handler</function>). It only works with the E_USER
+ family of constants, and will default to <constant>E_USER_NOTICE</constant>.
+ </para>
+ <para>
+ This function is useful when
      you need to generate a particular response to an exception at runtime.
      For example:
      <informalexample>