mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
bc81b2bc29
commit
b0ce16a36f
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue