I would like to process a folder and count the number of times each global variable is used. I do have a list of the globals, but it would be way cooler if the script detected and output both the name and number of instances. This cannot be done at runtime though.
I suspect that it is possible to use token_get_all within PHP to do so, but the documentation is rather sparse...