[PHP] Re: Bitwise NOT operator?

2010-08-25 Thread Colin Guthrie
'Twas brillig, and Andy McKenzie at 24/08/10 21:42 did gyre and gimble: Even if I'd thought about it in terms of the architecture, I would have assumed that PHP would treat a two-bit number as a two-bit number You two-bit hustler! In all seriousness tho', where do you ever provide a two bit

Re: [PHP] Re: Bitwise NOT operator?

2010-08-25 Thread Andy McKenzie
On Wed, Aug 25, 2010 at 9:46 AM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Andy McKenzie at 24/08/10 21:42 did gyre and gimble: Even if I'd thought about it in terms of the architecture, I would have assumed that PHP would treat a two-bit number as a two-bit number You

[PHP] Re: Bitwise NOT operator?

2010-08-20 Thread Colin Guthrie
'Twas brillig, and Andy McKenzie at 20/08/10 16:10 did gyre and gimble: Hey everyone, I'm really not sure what's going on here: basically, the bitwise NOT operator seems to simply not work. Here's an example of what I see. Script $ cat bintest2.php ?php