|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-04-20 07:47 UTC] cataphract@php.net
[2012-04-20 07:47 UTC] cataphract@php.net
-Status: Open
+Status: Assigned
-Assigned To:
+Assigned To: cataphract
[2012-04-23 21:11 UTC] cataphract@php.net
[2012-04-24 09:29 UTC] cataphract@php.net
[2012-04-24 09:29 UTC] cataphract@php.net
-Status: Assigned
+Status: Closed
[2012-04-24 09:46 UTC] pgajdos at suse dot com
[2014-10-07 23:26 UTC] stas@php.net
[2014-10-07 23:37 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 18:00:01 2025 UTC |
Description: ------------ php -r "print_r(unpack('I', pack('I', -30000))); gives 4294937296 on s390x but -30000 on x86_64. According to manual I think correct value should be 4294937296 on x86_64. Also perl returns this number for perl -e "print unpack('I', pack('I', -30000))" for these two architectures. Or have I misunderstood something?