So sprach 1LT John W. Holmes am 2003-01-27 um 15:49:33 -0500 :
> Actually, "08" is equal to 8 in PHP. PHP will convert the string to an

No, that's not true:

if ("08" == 8){ echo "equal"; }
if ("08" === 8){ echo "more equal"; }

This will only print "equal" and not "more equal".

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:       http://www.iso-top.biz     |    Jabber: [EMAIL PROTECTED]
   iso-top.biz - Die günstige Art an Linux Distributionen zu kommen
                       Uptime: 1 day 15 hours 46 minutes

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to