Grep for php deprecated calltime pass by reference
grep -rin '\&\$' /path/to/your/codebase | grep -v function | grep -v '\=\ \&\$' | grep -v '\=>\ \&\$'| grep -v foreach | grep -v \@param | less
You'll still get a bunch of junk to pick through, but only a screenfull instead of 30.