php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #6679 wrong return type specified for mysqlresult()
Submitted: 2000-09-12 05:53 UTC Modified: 2000-09-12 05:58 UTC
From: mwalton at kingston dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.2 OS:
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mwalton at kingston dot net
New email:
PHP Version: OS:

 

 [2000-09-12 05:53 UTC] mwalton at kingston dot net
in the manual it says that mysqlresult() returns an int.
i.e.
        int mysql_result(int result, int row, mixed [field] );

I think that it should (instead) say
        mixed mysql_result(int result, int row, mixed [field] );

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-12 05:58 UTC] danbeck@php.net
Fixed in cvs.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 24 10:00:02 2026 UTC