I was unable to find this on php.net. Is the double equal sign (==) case sensitive when used to compare strings in PHP?
==
Yes, == is case sensitive.
You can use strcasecmp for case insensitive comparison
strcasecmp