Edit report at https://bugs.php.net/bug.php?id=81229&edit=1
ID: 81229 Updated by: [email protected] Reported by: Bruce dot Thompson at techco dot co dot uk Summary: mysqli_fetch_assoc not returned in PHP Manual search -Status: Open +Status: Duplicate -Type: Documentation Problem +Type: Bug -Package: Documentation problem +Package: Website problem PHP Version: Irrelevant -Assigned To: +Assigned To: cmb Block user comment: N Private report: N New Comment: Duplicate of bug #49956. Previous Comments: ------------------------------------------------------------------------ [2021-07-07 11:26:41] Bruce dot Thompson at techco dot co dot uk Description: ------------ "mysqli_fetch_assoc" not returned by PHP Manual search, although it can be found by browsing to the url: https://www.php.net/manual/en/mysqli-result.fetch-assoc.php Also seems to affect bug report searching too, as searching for this string finds nothing, but posting this report seems to find duplicates. Test script: --------------- 1. Search PHP Manual for âmysqli_fetch_assocâ Returns: 2. PHP Function List mysqli_fetch_assoc doesn't exist. Closest matches: ⢠mysql_fetch_assoc ...etc Click on first one, gives: 3. mysql_fetch_assoc (PHP 4 >= 4.0.3, PHP 5) mysql_fetch_assoc â Fetch a result row as an associative array Warning This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the MySQLi or PDO_MySQL extension should be used. See also MySQL: choosing an API guide. Alternatives to this function include: ⢠mysqli_fetch_assoc() Clicking on this option takes you to https://www.php.net/manual/en/mysqli-result.fetch-assoc.php: 4. mysqli_result::fetch_assoc mysqli_fetch_assoc (PHP 5, PHP 7)... ...etc Copying mysqli_fetch_assoc and pasting it into PHP Manual search gives: #2 and so Ad Infinitum ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=81229&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
