Please try this:
<?
echo "996448234192168122"=="996448234192168125";
?>

I get "true" as a result. How's that possible?
But if I do:
echo "996448234192168122"==="996448234192168125";
then I get "false" as expected.

php 4.0.6, Debian Potatoe Linux.

Does this happen only on my computer?


thanks,
ratko


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to