Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想找到phpmd的配置以防止分配if。
这意味着我想检测这种情况:
if ($key = $val)
有什么建议吗?