php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #66709 mysqli_fetch_array cannot be searched
Submitted: 2014-02-13 16:37 UTC Modified: 2018-01-25 19:44 UTC
Votes:4
Avg. Score:3.2 ± 0.4
Reproduced:2 of 4 (50.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: dave at dbarc dot net Assigned:
Status: Open Package: Website problem
PHP Version: 5.5.9 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
31 - 23 = ?
Subscribe to this entry?

 
 [2014-02-13 16:37 UTC] dave at dbarc dot net
Description:
------------
(I apologize if I'm all wet here.)
PHP version is 5.5.6 from the latest XAMPP.

Googling "mysqli_fetch_array" gets me to
http://www.php.net/manual-lookup.php?pattern=mysqli_fetch_array&lang=en&scope=404quickref
which says
"mysqli_fetch_array doesn't exist. Closest matches: "

But it does exist, doesn't it?


Test script:
---------------
mysqli_fetch_array();

That gives an error, but at least the function exists.

Expected result:
----------------
Documentation error?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-03-06 14:02 UTC] narf at devilix dot net
If this was ever the case, then it has been fixed - should be closed.
 [2015-04-22 15:39 UTC] pasindu@php.net
-Summary: mysqli_fetch_array missing from doc? +Summary: mysqli_fetch_array cannot be searched -Operating System: Windows XAMPP/PHP +Operating System:
 [2017-01-28 12:29 UTC] cmb@php.net
-Package: Documentation problem +Package: MySQLi related
 [2017-03-16 12:45 UTC] narf at devilix dot net
Actually, my last comment was wrong ... it's just that the description here doesn't explain the issue very well.

The problem is that if you use the search box to lookup "mysqli_fetch_array", there's no result.
 [2017-05-15 10:25 UTC] fjanisze@php.net
-Package: MySQLi related +Package: Documentation problem
 [2017-05-15 10:25 UTC] fjanisze@php.net
This is not an implementation issue -bug-..
 [2018-01-25 19:44 UTC] vrana@php.net
-Package: Documentation problem +Package: Website problem
 [2018-01-25 19:44 UTC] vrana@php.net
http://php.net/mysqli_fetch_array works on the other hand.
 [2019-03-20 00:18 UTC] netvicious at gmail dot com
Hi!
I think this bug on the documentation search index should be fixed easily. It's a 2 year old bug at this moment ......
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 22:01:31 2024 UTC