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

Code Inspection: Loop statement that doesn't loop

Last modified: 21 March 2023

Reports a for, while, or do statement whose bodies are guaranteed to execute at most once. Normally, this indicates an error.