PHP and undefined variables strategy

前端 未结 12 1095
名媛妹妹
名媛妹妹 2021-01-17 09:49

I am a C++ programmer starting with PHP. I find that I lose most of the debugging time (and my selfesteem!) due to undefined variables. From what I know, the only way to dea

12条回答
  •  悲&欢浪女
    2021-01-17 10:46

    I believe that various of the Code Coverage tools that are available for PHP will highlight this.

提交回复
热议问题