You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is semi-resolved since #1007 was merged. Typing mysqli_fetch_row in the search box produces mysqli_result::fetch_row as the second autocomplete result, though submitting it (without selecting a suggestion) as a server-side search still does not find it.
Developing the server-side search algorithm to align with autocomplete suggestions and accurately match functions like mysqli_fetch_row could resolve the issue.
search php.net for e.g.
mysqli_fetch_row
does not find a corresponding manual pagesee https://www.php.net/manual-lookup.php?pattern=mysqli_fetch_row&scope=quickref
The text was updated successfully, but these errors were encountered: