Re: [PHP] Re: PHP Hex Numbers

2002-06-04 Thread Marek Kilimajer
: [PHP] Re: PHP Hex Numbers When doing arithmetic in code, you should always be prepared to handle signed and unsigned. Thanks for the reply. I figured something like this was going on. But, how does one become prepared to handle signed unsigned integers? Is PHP consistent regarding

[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 program

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. Thanks for the reply. I

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 code, you should always be prepared to handle signed