© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Jeremy Bloomstrom
Programmer Analyst
$c = true;
The operator == does not check type, whereas === does strict comparison. 'Hello' == true and 'World' == true. So the script will output HelloWorld.
Sergio
Web Developer & curious mind
Wow, that's really interesting behaviour. I never think that way, but thanks for enlighten me :)