PHP: a fractal of bad design (fuzzy notepad)
Posted Apr 17, 2012 16:06 UTC (Tue) by
dtlin (
✭ supporter ✭, #36537)
In reply to:
PHP: a fractal of bad design (fuzzy notepad) by tialaramex
Parent article:
PHP: a fractal of bad design (fuzzy notepad)
To be fair, == isn't transitive in Javascript either.
0 == ''; // true
0 == '0'; // true
'' == '0'; // false
(
Log in to post comments)