Looks like there are more issues...
array_sscanf("\xff\xff","%+1c")[0];
(15) Result: -1
array_sscanf("\xff\xfe","%+1c")[0];
(16) Result: -1
array_sscanf("\xff\xfe","%+-1c")[0];
(17) Result: -1
array_sscanf("\xff\xfe","%-+1c")[0];
(18) Result: -1
/ Martin Nilsson (provokatör)
Previous text:
2004-03-23 15:42: Subject: 7.6
(Hmm... hidden comments.)
Well, I didn't say it wouldn't be easy to fix. :)
/ Mirar