2 ms·
You're thinking of == which type coerces the non-empty string to boolean true. PHP is not the only language that has this type of behavior.
by DJBunnies 4mo ago
You're thinking of == which type coerces the non-empty string to boolean true.
PHP is not the only language that has this type of behavior.
- usernametaken29 4mo agoIt’s not the only language but it’s notorious for having the worst equality operator to the point where you are not even supposed to use == because it’s that awful