note 58340 deleted from function.in-array by felipe

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: mano at easymail dot hu 

----

Note, that in php's comparison table it says "php"==0 is true, so if:
(second table: http://www.php.net/manual/en/types.comparisons.php)

<?php

$foo = in_array(0, array("x", "y")); // foo is TRUE!!!!! AAAH!

?>

because 0 and any string is equal. Of course, 0==="php" is not equal, false, but 0==="0" false too.

nice comparison tables by the way...

.mano
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.