Robert Cummings wrote:
On Tue, 2007-03-13 at 18:46 -0700, Jim Lucas wrote:
another suggestion would be to have it written this way

0 == ($s % $d)

if you by chance did this

0 = ($s % $d)

it will give you an error, because you cannot assign a value to a literal value.

Yeah, this has flown across the list a few times in the past. I can see
the value in it, but it just looks weird so I don't use it :)

Cheers,
Rob.
Makes the mistake obvious instead of hidden  :)

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

Reply via email to