Added a semicolon after &null

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268104 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Simion Onea 2008-11-01 07:57:50 +00:00
parent bc81b2bc29
commit b0ce16a36f

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.40 $ -->
<!-- $Revision: 1.41 $ -->
<refentry xml:id="function.set-error-handler" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>set_error_handler</refname>
@ -157,10 +157,10 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns a string containing the previously defined error handler (if any). If
the built-in error handler is used &null; is returned. &null is also returned
in case of an error such as an invalid callback. If the previous error handler
was a class method, this function will return an indexed array with the class
Returns a string containing the previously defined error handler (if any). If
the built-in error handler is used &null; is returned. &null; is also returned
in case of an error such as an invalid callback. If the previous error handler
was a class method, this function will return an indexed array with the class
and the method name.
</para>
</refsect1>