Bug #61764 [Csd]: output of unpack while 'I' used
Edit report at https://bugs.php.net/bug.php?id=61764&edit=1 ID: 61764 User updated by:pgajdos at suse dot com Reported by:pgajdos at suse dot com Summary:output of unpack while 'I' used Status: Closed Type:
[PHP-BUG] Bug #61764 [NEW]: output of unpack while 'I' used
From: Operating system: Linux PHP version: 5.3.10 Package: Unknown/Other Function Bug Type: Bug Bug description:output of unpack while 'I' used Description: php -r "print_r(unpack('I', pack('I', -3))); gives 4294937296 on s390x but -3 on x86