From:             teo8976 at gmail dot com
Operating system: 
PHP version:      Irrelevant
Package:          Website problem
Bug Type:         Bug
Bug description:no autocomplete results for function names that do exist

Description:
------------
In the search box at the top-right of the screen at http://php.net, type
"mysqli_real" as if you were going to search for
"mysql_real_escape_string"



Expected result:
----------------
The autocomplete should show a few clickable results:
- mysqli_real_escape_string
- mysqli_real_connect
- mysqli_real_query

All of these functions exist. They are aliases of
MySQLi::real_escape_string() etc, but they do exist in the functional
form. Also, if you do type the name blindly and correctly till the end,
e.g. you type "mysqli_real_escape_string", and you hit Enter, the search
engine does find the result and directs you to the relevant page:
http://php.net/manual/en/mysqli.real-escape-string.php

Hence, the autocomplete should suggest those results.

Actual result:
--------------
It doesn't.

-- 
Edit bug report at https://bugs.php.net/bug.php?id=76447&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=76447&r=trysnapshot54
Try a snapshot (PHP 5.5):   
https://bugs.php.net/fix.php?id=76447&r=trysnapshot55
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=76447&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=76447&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=76447&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=76447&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=76447&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=76447&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=76447&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=76447&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=76447&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=76447&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=76447&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=76447&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=76447&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=76447&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=76447&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=76447&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=76447&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=76447&r=mysqlcfg


-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to