I'm not talking about the string "NaN" i'm talking about the value NaN which PHP does understands.
var_dump(NaN === NaN);
bool(false)
More information about formatting options
I'm not talking about the
I'm not talking about the string "NaN" i'm talking about the value NaN which PHP does understands.
var_dump(NaN === NaN);bool(false)