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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: karoshi at gmx dot net
New email:
PHP Version: OS:

 

 [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: Tue Apr 23 19:01:31 2024 UTC