``` 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.