Hi,
I found that $some ||= true_or_false();
is not a valid construction
but $some |= true_or_false(); 
is valid one. AFAIK | is arithmetic but || is logical. So what devs community 
thinks about ||= (and possibly &&=).

Best regards,
Andrey Hristov

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

Reply via email to