--- Alexander Skwar <[EMAIL PROTECTED]> wrote:
> 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".

Good thing he didn't say they were more equal, right?

Chris

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

Reply via email to