Ban overwriting a parameter in Hack
未关闭
feature request
hack
- 主要语言
- C++
- 星标
- 18.7k
- 派生
- 3.1k
- 平均合并
- 1 小时 47 分钟
- 30 天内合并 PR
- 2
描述
``` PHP
function foo($bar) {
...
$bar = '123';
...
}
```
This is generally confusing and makes stuff harder to debug; it also makes func_get_args()/debug_backtrace() lie in PHP7 and HHVM.
贡献指南
评估
这个 Issue 还没有评估数据。