Reports the foreach loops that can be safely replaced with in_array() or array_key_exists() calls.

See in_array (php.net) and array_key_exists (php.net) for details.