php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #69032 Better search on 404?
Submitted: 2015-02-11 22:43 UTC Modified: 2021-03-03 11:48 UTC
From: donv at wms2006 dot com Assigned: cmb (profile)
Status: Duplicate Package: Website problem
PHP Version: Irrelevant 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 !
Your email address:
MUST BE VALID
Solve the problem:
16 + 1 = ?
Subscribe to this entry?

 
 [2015-02-11 22:43 UTC] donv at wms2006 dot com
Description:
------------
I wanted to know what function was being called in some PHP code: "$db->multi_query($sql)"

So I punched php.net/multi_query into my web browser.

I was able to find the function on Google:

http://php.net/manual/en/mysqli.multi-query.php

But you won't find it using my first approach:

http://php.net/multi_query

Expected result:
----------------
I expected to find mysqli::multi_query

Actual result:
--------------
I did not find mysqli::multi_query

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-03-03 11:48 UTC] cmb@php.net
-Status: Open +Status: Duplicate -Assigned To: +Assigned To: cmb
 [2021-03-03 11:48 UTC] cmb@php.net
Duplicate of bug #49956.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 12:01:29 2024 UTC