diff --git a/reference/oracle/functions/ora-fetch-into.xml b/reference/oracle/functions/ora-fetch-into.xml index 023c3e7fed..42649d0cc6 100644 --- a/reference/oracle/functions/ora-fetch-into.xml +++ b/reference/oracle/functions/ora-fetch-into.xml @@ -1,5 +1,5 @@ - + @@ -36,6 +36,7 @@ $results = array(); ora_fetch_into($cursor, $results); echo $results[0]; echo $results[1]; +$results = array(); ora_fetch_into($cursor, $results, ORA_FETCHINTO_NULLS|ORA_FETCHINTO_ASSOC); echo $results['MyColumn']; ?>