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

Code Inspection: Infinite loop statement

Last modified: 13 May 2022

Reports a for, while, or do statement that can only exit by throwing an exception. Although such statements may be correct, they often indicate a coding error.