php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #1706 http://www.php.net/manual/function.ocifetchinto.php3 has the wrong arguments.
Submitted: 1999-07-13 14:44 UTC Modified: 1999-07-13 21:51 UTC
From: philip at adhesivemedia dot com Assigned: mbritton (profile)
Status: Closed Package: Documentation problem
PHP Version: 3.0.11 OS: n/a
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: philip at adhesivemedia dot com
New email:
PHP Version: OS:

 

 [1999-07-13 14:44 UTC] philip at adhesivemedia dot com
http://www.php.net/manual/function.ocifetchinto.php3 lists the function arguments as:

int OCIFetchInto(array &result, int [mode]);

when it's actually

OCIFetchInto(int conn, string &result, int [mode]);

This is noted in the notes, but I didn't see a bug for it so figured I'd send it.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-13 21:51 UTC] mbritton at cvs dot php dot net
It's actually:
int OCIFetchinto(int stmt, array &result, [int mode])

It has been fixed in CVS.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 20:00:01 2026 UTC