From 499237f5d7b54749ed92f6a373cfaad283aee0a6 Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Thu, 11 Mar 2010 19:28:44 +0000 Subject: [PATCH] Clarify the logic that oci_fetch_assoc uses. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296085 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/oci-fetch-assoc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/oci8/functions/oci-fetch-assoc.xml b/reference/oci8/functions/oci-fetch-assoc.xml index a54b78afe2..8ca3ab5343 100644 --- a/reference/oci8/functions/oci-fetch-assoc.xml +++ b/reference/oci8/functions/oci-fetch-assoc.xml @@ -21,8 +21,8 @@ Calling oci_fetch_assoc is identical to calling oci_fetch_array - with OCI_ASSOC - + OCI_RETURN_NULLS. + with (OCI_ASSOC + | OCI_RETURN_NULLS).