php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #28707 Oracle OCINewCussor examples show call by reference
Submitted: 2004-06-09 08:13 UTC Modified: 2004-06-09 08:23 UTC
From: cjbj at hotmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant 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: cjbj at hotmail dot com
New email:
PHP Version: OS:

 

 [2004-06-09 08:13 UTC] cjbj at hotmail dot com
Description:
------------
The documentation examples at:

  http://www.php.net/manual/en/function.ocinewcursor.php

and

  http://www.php.net/manual/en/function.oci-new-cursor.php

show calls like:

  ocibindbyname($stmt, "data", &$curs, -1, OCI_B_CURSOR);

The use of '&' call by reference should probably be removed.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-09 08:23 UTC] tony2001@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Aug 10 10:00:03 2025 UTC