Anthony Wlodarski wrote:
Zesty Ping never learned === apparently.  This one's for you Zesty:

http://www.php.net/manual/en/language.operators.comparison.php

"===" introduced type facing in php4 so it is a moot point or just poor reading 
skills on some developers parts if they missed this essential comparison operator...


That's a bug, not a feature. Adding multiple equality operators makes the whole language still more complex and confusing and full of special cases one has to remember. It adds yet another way for programmers to enbug their programs. Adding an operator with correct semantics is only a solution if you remove the broken one at the same time.

--
Elliotte Rusty Harold  [EMAIL PROTECTED]
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to