Zend Studio reports warning: Assignment in condition. Is this so bad?

后端 未结 8 1628
轻奢々
轻奢々 2020-12-11 02:47

I have recently started using Zend Studio which has reported as warning the following type of code:

$q = query(\"select * from some_table where some_conditio         


        
8条回答
  •  眼角桃花
    2020-12-11 03:39

    So you won't have to rewrite all your code without a decent reason: You can disable the detection of this potential programming error in Window | Preferences, PHP | Semantic Analysis.

提交回复
热议问题