From: atomo64 at gmail dot com
Operating system: Linux i686
PHP version: 5.2.10
PHP Bug Type: Strings related
Bug description: bug38770.phpt fails
Description:
------------
ext/standard/tests/strings/bug38770.phpt fails on an i686 machine
Reproduce code:
---------------
<?php
foreach (array('N','I','l') as $v) {
print_r(unpack($v, pack($v, -30000)));
}
echo "Done\n";
?>
Expected result:
----------------
(as per the test)
Array
(
[1] => 4294937296
)
Array
(
[1] => -30000
)
Array
(
[1] => -30000
)
Done
Actual result:
--------------
Array
(
[1] => -30000
)
Array
(
[1] => -30000
)
Array
(
[1] => -30000
)
Done
--
Edit bug report at http://bugs.php.net/?id=49246&edit=1
--
Try a snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=49246&r=trysnapshot52
Try a snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=49246&r=trysnapshot53
Try a snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=49246&r=trysnapshot60
Fixed in SVN:
http://bugs.php.net/fix.php?id=49246&r=fixed
Fixed in SVN and need be documented:
http://bugs.php.net/fix.php?id=49246&r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=49246&r=alreadyfixed
Need backtrace:
http://bugs.php.net/fix.php?id=49246&r=needtrace
Need Reproduce Script:
http://bugs.php.net/fix.php?id=49246&r=needscript
Try newer version:
http://bugs.php.net/fix.php?id=49246&r=oldversion
Not developer issue:
http://bugs.php.net/fix.php?id=49246&r=support
Expected behavior:
http://bugs.php.net/fix.php?id=49246&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=49246&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=49246&r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=49246&r=globals
PHP 4 support discontinued: http://bugs.php.net/fix.php?id=49246&r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=49246&r=dst
IIS Stability:
http://bugs.php.net/fix.php?id=49246&r=isapi
Install GNU Sed:
http://bugs.php.net/fix.php?id=49246&r=gnused
Floating point limitations:
http://bugs.php.net/fix.php?id=49246&r=float
No Zend Extensions:
http://bugs.php.net/fix.php?id=49246&r=nozend
MySQL Configuration Error:
http://bugs.php.net/fix.php?id=49246&r=mysqlcfg