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

Code Inspection: Unreachable statement

Last modified: 16 May 2022

Reports the statements that cannot be reached.

In the following example, the echo statement is preceded by the return statement. As a result, it cannot be reached and is never executed.