ID: 24905 Updated by: [EMAIL PROTECTED] Reported By: tater at potatoe dot com -Status: Open +Status: Bogus Bug Type: Documentation problem PHP Version: Irrelevant New Comment:
Duplicate of #23110. Previous Comments: ------------------------------------------------------------------------ [2003-08-01 10:45:04] tater at potatoe dot com Description: ------------ In other words, you cannot assume that if $a == $b and $b == $c, then $a == $c. (Because of type juggling - e.g. $a=0, $b='hi', $c=true.) This seems worth spelling out in the operators section, since it's not something people would expect, even though it is eventually covered implicitly elsewhere. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24905&edit=1