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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 15 22:01:30 2024 UTC