If disscution

i’ve seen some code which use

if(FALSE === $somevar)

from the logic point of view, i assmu that’s the same thing with if($myvar===false). It’s that right or not? Why did they use that logic?

Here’s a nice overview with a few links to other articles…