MantisBT: master 513c5e83

Author Committer Branch Timestamp Parent
dregad dregad master 2013-10-28 02:01 master de607de3
Affected Issues  0010976: Remove instances of pass-by-reference (deprecated in PHP 5.3.0)
Changeset

Remove unnecessary assignment by reference

From dhx's list, most items are in fact not pass-by-references at all.
The list returned by the following command excludes obvious false
positives, and the remaining occurences are not pass-by-references
either.

$ git grep '&\$' |grep -vE "function|Binary|@param"

Fixes 0010976

mod - admin/install.php Diff File