> De : Lester Caine [mailto:les...@lsces.co.uk]
>
> Returning 'not-zero/empty' as true and 'zero' as false is one of the
> natural things to use in PHP and I don't think any other language has
> that flexibility?

You didn't read it right.

I was talking of conversions *from* bool, not *to* bool. (int -> bool) is fine 
and will be preserved, but I propose to remove (bool -> int). You will still 
return numbers as bool, and non-zero will still be converted to true. Relax :)

Regards

François



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to