git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292477 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2009-12-22 13:33:12 +00:00
parent 91e5fe9f16
commit 62ceddc05c

View file

@ -17,7 +17,9 @@
<link linkend="ini.error-reporting">error_reporting</link>
directive at runtime. PHP has many levels of errors, using
this function sets that level for the duration (runtime) of
your script.
your script. If the optional <parameter>level</parameter> is
not set, <function>error_reporting</function> will just return
the current error reporting level.
</para>
</refsect1>
@ -50,7 +52,8 @@
&reftitle.returnvalues;
<para>
Returns the old <link linkend="ini.error-reporting">error_reporting</link>
level.
level or the current level if no <parameter>level</parameter> parameter is
given.
</para>
</refsect1>