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

Code Inspection: Comparison with NaN

Last modified: 21 March 2023

Reports a comparison with NaN. Comparisons like expr == NaN or expr === NaN are always evaluated to false.