mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixes #50548.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292477 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
91e5fe9f16
commit
62ceddc05c
1 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue