Hello test, Tuesday, March 9, 2004, 2:22:08 PM, you wrote:
t> why is var_dump( 0 == 'hello world') TRUE and not FALSE?
The same reason: intval('hello world') will equal 0.
--
Best regards,
Richard Davey
http://www.phpcommunity.org/wiki/296.html
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

