Test: /ext/standard/tests/strings/bug61038.phpt - Version 5.5.26-dev
Bug #61038 | unpack("a5", "str\0\0") does not work as expected | ||||
---|---|---|---|---|---|
Submitted: | 2012-02-10 09:20:26 | Modified: | 2012-04-17 21:44:08 | ||
From: | su.hang | Assigned: | cataphract | ||
Status: | Closed | Package: | *General Issues | ||
PHP Version: | Irrelevant | OS: | Linux (3.0.0-15-generic) |
There is 1 diff reported by users for this test.
Count | Diff |
---|---|
2 (100%) |
003+ string(3) "str"
003- string(4) "str%c"
007+ string(3) "str"
007- string(5) "str%c%c"
014+ string(3) "str"
014- string(5) "str%c%c"
|