ID: 30035 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem PHP Version: 5.0.1 New Comment:
http://php.net/something is not only for function lookups, there are quite a few shortcuts, like http://php.net/getphp or http://php.net/whatisphp or http://php.net/install and even http://php.net/pear Look into find_manual_page_slow() in http://php.net/source.php?url=/include/manual-lookup.inc to get an idea of how manual pages are looked up. Reference sections, control structures and other stuff are also matched. If the manual page has a proper ID, then it should end up being found by such a php.net lookup. Previous Comments: ------------------------------------------------------------------------ [2004-12-30 10:59:38] [EMAIL PROTECTED] But instanceof is a bitdifferent, as we don't have those hardcoded redirects for any of our control keywords AFAIK. ------------------------------------------------------------------------ [2004-12-29 23:30:00] [EMAIL PROTECTED] Not possible that it only relies on functions. I made a similiar request about http://php.net/php5 and at was promptly done by Derick. ------------------------------------------------------------------------ [2004-12-29 22:50:01] [EMAIL PROTECTED] actually doesn't the /whatever only reference functions? as instanceof isn't a function it wont be referenced by that. I'm not too sure why the google search isn't picking it up though ------------------------------------------------------------------------ [2004-12-29 22:46:42] [EMAIL PROTECTED] Ah, I understand what you mean now. Not sure whether possible for me to fix this, so I'll flag it up as verified for now ------------------------------------------------------------------------ [2004-12-29 22:35:09] [EMAIL PROTECTED] Go to http://php.net/instanceof , it should bring you to http://www.php.net/manual/en/language.operators.type.php or at least should show the page in the search result. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/30035 -- Edit this bug report at http://bugs.php.net/?id=30035&edit=1
