(Hmm... hidden comments.)
Well, I didn't say it wouldn't be easy to fix. :)
/ Mirar
Previous text:
2004-03-23 15:36: Subject: 7.6
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)