mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Use proper markup for the seealso section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269064 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9050f9f3d1
commit
2f092bb815
1 changed files with 14 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry xml:id="function.set-exception-handler" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>set_exception_handler</refname>
|
||||
|
@ -72,14 +72,22 @@ echo "Not Executed\n";
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso"><!-- {{{ -->
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>restore_exception_handler</function></member>
|
||||
<member><function>restore_error_handler</function></member>
|
||||
<member><function>error_reporting</function></member>
|
||||
<member>&seealso.callback;</member>
|
||||
<member><link linkend="language.exceptions">PHP 5 Exceptions</link></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1><!-- }}} -->
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue