Re: [PHP] Re: PHP & Hex Numbers

2002-06-04 Thread Marek Kilimajer
L PROTECTED]> >Sent: Monday, June 03, 2002 3:18 PM >Subject: RE: [PHP] Re: PHP & Hex Numbers > > > > >>>When doing arithmetic in code, you should always be >>>prepared to handle signed and unsigned. >>> >>> >>Thanks fo

Re: [PHP] Re: PHP & Hex Numbers

2002-06-03 Thread Jason Teagle
- Original Message - From: "Jonathan Rosenberg" <[EMAIL PROTECTED]> To: "Jason Teagle" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, June 03, 2002 3:18 PM Subject: RE: [PHP] Re: PHP & Hex Numbers > > When doing arithmetic in c

RE: [PHP] Re: PHP & Hex Numbers

2002-06-03 Thread Jonathan Rosenberg
-Original Message- > From: Jason Teagle [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 03, 2002 9:27 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: PHP & Hex Numbers > When doing arithmetic in code, you should always be > prepared to handle signed and unsigned.

[PHP] Re: PHP & Hex Numbers

2002-06-03 Thread Jason Teagle
"Jonathan Rosenberg" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > would produce the same output. Is this correct? Theoretically... > > Either I'm missing something, or PHP gets very confused when > dealing with some numbers. For example, the following p