Hi,

Wednesday, March 10, 2004, 12:22:08 AM, you wrote:
t> why is var_dump( 0 == 'hello world') TRUE and not FALSE?


because 0 is integer and the integer value of 'hello world' is 0 so
they are equal.

-- 
regards,
Tom

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

Reply via email to