PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: Array internal pointer reset is unnecessary

Last modified: 16 May 2022

Reports the reset($array) calls on arrays whose internal pointer is already set on the first element. Such calls are redundant and can be safely removed.

See reset (php.net) for details.