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).