mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix GH-1569: gzdecode raises Warning on invalid data
We keep that unspecific, at least for now.
This commit is contained in:
parent
8bf7045ecc
commit
7fc84e37b7
1 changed files with 8 additions and 1 deletions
|
@ -43,7 +43,14 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
The decoded string, or &false; if an error occurred.
|
||||
The decoded string, or &return.falseforfailure;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="errors">
|
||||
&reftitle.errors;
|
||||
<para>
|
||||
In case of failure, an <constant>E_WARNING</constant> level error is issued.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue