mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #71206: oci_fetch_all() returns 0 on failure
The signature has recently been updated, but the &return.falseforfailure; has been overlooked.
This commit is contained in:
parent
a6231c4c8b
commit
d33a6756e7
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@
|
|||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns the number of rows in <parameter>output</parameter>, which
|
||||
may be 0 or more, &return.falseforfailure;.
|
||||
may be 0 or more.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue