When I started working with PHP (like 10 years ago) the main thing that won me over, is the manual in .chm format. I used to keep the "Index" tab open, and type in there anything I needed and it'll direct me to a nice, concise but exhaustive reference page.
Now, today, I wanted to refresh my memory with some of the properties of isset(), so I typed it in the Index, but nothing relevant appeared. See for yourself in the screenshot below.
I had to find the page through the "Search" tab, which is less convenient.
I've noticed a similar issue before, but I ignored it. So, before posting a bug report or php.net, anyone knows what's happening here? Am I the only one with this problem, or is this another one of PHP's "improvements"?
isset
article the wrong way so it doesn't appear in the index. So, I'd say, the chm is not complete. You may search directly on their website, though (php.net/manual/en/function.isset.php) which is quite convenient. If you're online, that is. – Declass