[PHP-DEV] Bug #13150: sprintf("%08x",1<<31) generates -80000000 From: adler <email protected>
Date: 09/05/01

From: adler <email protected>
Operating system: linux
PHP version: 4.0.6
PHP Bug Type: Output Control
Bug description: sprintf("%08x",1<<31) generates -80000000

sprintf("%08x",1<<31) generates -80000000, should generate 80000000.

That's it!

-- 
Edit bug report at: http://bugs.php.net/?id=13150&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>