From: Aaron Smith Date: 2007-03-09T07:36:55+09:00 Subject: Re: ruby / php operator differences. would it make sense that in php: $int |= 0x10000000 is just shorthand for $int = $int | 0x10000000 -- Posted via http://www.ruby-forum.com/.