From: [EMAIL PROTECTED]
Operating system: Windows NT 4.0
PHP version: 4.0.6
PHP Bug Type: Variables related
Bug description: sscanf returns wrong result
I've tried this:
list($x) = sscanf( 'ac100000', '%x' );
printf("%x",$x);
And I got "7fffffff", weird.
--
Edit 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]