Ban overwriting a parameter in Hack
Abierto
feature request
hack
- Lenguaje dominante
- C++
- Estrellas
- 18.7k
- Forks
- 3.1k
- Merge medio
- 1 h 47 min
- PR fusionados (30 d)
- 2
Descripción
``` 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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.