Find and document missing documentation

Once upon a time we had a script that checked for missing documentation. It scoured the php-src and determined which functions were missing from the PHP manual. Let's reintroduce this, and expand the idea to include methods, constants and ini settings.

Problems

TODO

Solutions