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?
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?