On 17 Jul 2014, at 01:11, Bishop Bettini <bis...@php.net> wrote:

> As another contender, how about:
> 
> $x = 242 %/ 7;
> $x %/= 13;
> 
> The % reflects the relationship to modulus, while the / reflects the division 
> effect.  I think %/ looks worse, but I think it seems more apropos.
> 

I also quite like this one, and I’d prefer %/ to /%. What are internals's 
thoughts on this? Do you like %/ but not %%?

--
Andrea Faulds
http://ajf.me/





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

Reply via email to