Michael Wallner wrote:
> Should all these three examples give the same result?
^ n't> $ php -r 'var_dump(-1/2*5, 1/-2*5, 1/2*-5);' > float(-2.5) > float(-0.1) > float(-2.5) Sorry, -- Michael -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
