The bug here is really that sscanf %+c doesn't work as sscanf %+1c.
array_sscanf("\xff","%+1c")[0];
(6) Result: -1
/ Martin Nilsson (provokatör)
Previous text:
2004-03-23 15:04: Subject: 7.6
May I suggest
[ ] fix decoding of two-complementary binary integers (sscanf %+c or %C)
I think it would be good to have *before* the split.
/ Mirar