mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
callback type "see also" added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177745 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3d277b2420
commit
21d3994f71
2 changed files with 10 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.set-error-handler">
|
||||
<refnamediv>
|
||||
|
@ -279,8 +279,9 @@ Aborting...<br />
|
|||
<para>
|
||||
See also <function>error_reporting</function>,
|
||||
<function>restore_error_handler</function>,
|
||||
<function>trigger_error</function>, and
|
||||
<link linkend="errorfunc.constants">error level constants</link>.
|
||||
<function>trigger_error</function>,
|
||||
<link linkend="errorfunc.constants">error level constants</link>,
|
||||
&listendand; &seealso.callback;.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.set-exception-handler">
|
||||
<refnamediv>
|
||||
<refname>set_exception_handler</refname>
|
||||
|
@ -85,10 +85,11 @@ echo "Not Executed\n";
|
|||
<refsect1>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>restore_exception_handler</function>
|
||||
<function>restore_error_handler</function>
|
||||
<function>error_reporting</function>&listendand;
|
||||
<link linkend="language.exceptions">PHP 5 Exceptions</link>
|
||||
<function>restore_exception_handler</function>,
|
||||
<function>restore_error_handler</function>,
|
||||
<function>error_reporting</function>,
|
||||
&seealso.callback;, &listendand;
|
||||
<link linkend="language.exceptions">PHP 5 Exceptions</link>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue