From d33a6756e7a94bc06164d2a97bb0a3ffa19e3471 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 23 Sep 2021 17:48:18 +0200 Subject: [PATCH] Fix #71206: oci_fetch_all() returns 0 on failure The signature has recently been updated, but the &return.falseforfailure; has been overlooked. --- reference/oci8/functions/oci-fetch-all.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/oci8/functions/oci-fetch-all.xml b/reference/oci8/functions/oci-fetch-all.xml index 0b4dc3ffc5..f89ff870c8 100644 --- a/reference/oci8/functions/oci-fetch-all.xml +++ b/reference/oci8/functions/oci-fetch-all.xml @@ -154,7 +154,7 @@ &reftitle.returnvalues; Returns the number of rows in output, which - may be 0 or more, &return.falseforfailure;. + may be 0 or more.