php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47927 property_exists() missing from search suggestions
Submitted: 2009-04-08 20:09 UTC Modified: 2009-05-03 04:28 UTC
From: daniel dot martinez at seven-ten dot com Assigned: kalle (profile)
Status: Closed Package: Website problem
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: daniel dot martinez at seven-ten dot com
New email:
PHP Version: OS:

 

 [2009-04-08 20:09 UTC] daniel dot martinez at seven-ten dot com
Description:
------------
When search suggestions are enabled in the my.php.net setting page, the property_exists() function is absent from the suggested functions list.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-05-03 01:05 UTC] kalle@php.net
This is because the functions.js havn't been regenerated for quite a while now. I've committed a few changes to the generation script (phpdoc/scripts/quickref) which also adds support for class::method pairs.

To the one who have phpweb karma and takes this;
cd phpdoc/scripts/quickref
make
cp functions.js /phpweb/functions.js
 [2009-05-03 04:28 UTC] kalle@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 14:00:02 2026 UTC