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
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: 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: Mon Jun 15 09:00:02 2026 UTC