如果在PhpStorm中有条件,可以检测内部的变量分配吗?

时间:2015-09-29 02:55:11

标签: php debugging phpstorm

是否可以在 PhpStorm 中检测if conditions内的变量分配?

if($gooditems = $items){
    // will result to always true
    // we don't want that
}

如果没有,是否有第三方方法检测if conditions文件PHP内的变量分配?

1 个答案:

答案 0 :(得分:4)

  1. Settings/Preferences | Editor | Inspections
  2. PHP | Probable bugs
  3. Assignment in condition