php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #65158 mysql_num_rows() ambigious return value description
Submitted: 2013-06-28 12:46 UTC Modified: 2013-10-22 08:15 UTC
From: ddpm at liscovius dot de Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ddpm at liscovius dot de
New email:
PHP Version: OS:

 

 [2013-06-28 12:46 UTC] ddpm at liscovius dot de
Description:
------------
---
From manual page: http://www.php.net/function.mysql-num-rows#refsect1-function.mysql-num-rows-returnvalues
---

It is unclear what "failure" means in the description of this function.

If a query return 0 rows it is IMHO not a failure. It is a valuable information, that 0 entry match my query.

So I suggest reformulating this part and make clear what is given back if no row 
matched the query. 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-10-22 08:15 UTC] krakjoe@php.net
-Status: Open +Status: Not a bug
 [2013-10-22 08:15 UTC] krakjoe@php.net
It should be obvious to anyone expecting int(0) that they should !== false the result of the call.

Changing the wording will not promote correct use of the function, because it would not provide different information, the same information using different words.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 00:01:30 2024 UTC