vrana Tue Apr 5 09:08:56 2005 EDT
Modified files:
/phpdoc/en/reference/errorfunc/functions restore-error-handler.xml
Log:
Calling restore_error_handler() from the error_handler function is ignored
(bug #31675)
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/restore-error-handler.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/errorfunc/functions/restore-error-handler.xml
diff -u phpdoc/en/reference/errorfunc/functions/restore-error-handler.xml:1.9
phpdoc/en/reference/errorfunc/functions/restore-error-handler.xml:1.10
--- phpdoc/en/reference/errorfunc/functions/restore-error-handler.xml:1.9
Tue Apr 5 08:00:24 2005
+++ phpdoc/en/reference/errorfunc/functions/restore-error-handler.xml Tue Apr
5 09:08:56 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 -->
<refentry id="function.restore-error-handler">
<refnamediv>
@@ -20,6 +20,12 @@
handler (which could be the built-in or a user defined function). This
function always returns &true;.
</para>
+ <note>
+ <para>
+ Calling <function>restore_error_handler</function> from the
+ <literal>error_handler</literal> function is ignored.
+ </para>
+ </note>
<para>
See also <function>error_reporting</function>,
<function>set_error_handler</function>,