On Wed, September 27, 2006 10:05 pm, Larry Garfield wrote:
> The single pipe | is bitwise OR, yes. You're probably thinking of
> this
> construct:
>
> a = b || c
>
> Which is a valid and common default-value idiom in Python and
> Javascript, but
> I don't think works in PHP. (If it does, someone
The single pipe | is bitwise OR, yes. You're probably thinking of this
construct:
a = b || c
Which is a valid and common default-value idiom in Python and Javascript, but
I don't think works in PHP. (If it does, someone please correct me because
I'd like to use it. )
On Wednesday 27 Septemb
2 matches
Mail list logo