php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #77303 mysqli_fetch_row not listed as function
Submitted: 2018-12-15 10:08 UTC Modified: 2021-08-09 10:56 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: jluc at no-log dot org Assigned: cmb (profile)
Status: Duplicate Package: MySQLi related
PHP Version: Irrelevant 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: jluc at no-log dot org
New email:
PHP Version: OS:

 

 [2018-12-15 10:08 UTC] jluc at no-log dot org
Description:
------------
mysqli_fetch_row is not listed in the function list appearing here :
http://php.net/manual-lookup.php?pattern=mysqli_fetch_row&scope=quickref

mysql_fetch_row and mysqli_fetch are here, but mysqli_fetch_row is missing

Error message is displayed :

mysqli_fetch_row doesn't exist. Closest matches:

mysql_fetch_row
msql_fetch_row
mssql_fetch_row
mysqli_fetch
fbsql_fetch_row
mysql_fetch_assoc
mysql_fetch_array
...

Test script:
---------------
1) go http://php.net/manual-lookup.php?pattern=mysqli_fetch_row&scope=quickref
2) see

Expected result:
----------------
mysqli_fetch_row should be listed and linked along with other functions


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-01-02 00:46 UTC] girgias@php.net
-Status: Open +Status: Verified -Package: Documentation problem +Package: MySQLi related
 [2021-08-09 10:56 UTC] cmb@php.net
-Status: Verified +Status: Duplicate -Assigned To: +Assigned To: cmb
 [2021-08-09 10:56 UTC] cmb@php.net
Duplicate of bug #49956.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 11:01:31 2025 UTC