What are some practical uses of PHP tokenizer?

后端 未结 8 1132
暖寄归人
暖寄归人 2021-02-02 11:25

What are practical and day-to-day usage examples of PHP Tokenizer ?

Has anyone used this?

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-02 11:45

    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().

    So basically I document all configuration parameters of my application.

提交回复
热议问题