php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11799 OCIFetchInto/OCI_NUM starts the array at 0 not at 1 as stated in the doc
Submitted: 2001-06-29 08:44 UTC Modified: 2002-04-13 08:39 UTC
From: karoshi at gmx dot net Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.4pl1 OS: Win2000
Private report: No CVE-ID: None
 [2001-06-29 08:44 UTC] karoshi at gmx dot net
$cur=OCIParse($conn, $query);
OCIExecute($cur);
OCIFetchInto($cur, $result,OCI_NUM);

--> $result starts at [0] and not at [1] as written in the documentation

Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC