Over the years -- meaning that this isn't a recent, nor version-specific issue — I've noticed that some methods in my (PHP, UTF-8) class files aren't listed in the function menu (currently sorted by name).
I can't figure out what is responsible -- in this particular case, the method after the missing one is listed fine, and the method before it as well. Removing the "sorted by name" checkbox produces the same result.
The method itself is pretty straightforward, just a brief PHP docblock and then 7-8 lines of code. Are there any known parsing issues that cause this?
spud.