What are practical and day-to-day usage examples of PHP Tokenizer ?
Has anyone used this?
I'm working on a Symfony 1.2 legacy application and I use the tokenizer to get all calls of sfConfig::get() and sfConfig::set().
sfConfig::get()
sfConfig::set()
So basically I document all configuration parameters of my application.