ID: 13339
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Variables related
Operating System: Windows NT 4.0
PHP Version: 4.0.6
New Comment:
This is not weird, PHP's int are signed integers. 0xac00000 is too large for that.
Derick
Previous Comments:
------------------------------------------------------------------------
[2001-09-17 05:50:38] [EMAIL PROTECTED]
I've tried this:
list($x) = sscanf( 'ac100000', '%x' );
printf("%x",$x);
And I got "7fffffff", weird.
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=13339&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]