We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.