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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 22:01:27 2025 UTC