foreach ($array as &$value) {}. This is only valid in PHP5 and can have very bad consequences for example run this piece of code:
codingrecipes.com