Content-Type: text/html Content-Length: 1530 1. Exception type: number.format, Source: +, Comment: invalid number (int) Exception type: number.format, Source: +, Comment: invalid number (double) 2. Exception type: number.format, Source: -, Comment: invalid number (int) Exception type: number.format, Source: -, Comment: invalid number (double) 3. Exception type: number.format, Source: + , Comment: invalid number (int) Exception type: number.format, Source: + , Comment: invalid number (double) 4. Exception type: number.format, Source: - , Comment: invalid number (int) Exception type: number.format, Source: - , Comment: invalid number (double) 5. Exception type: number.format, Source: -1., Comment: invalid number (int) -1 6. Exception type: number.format, Source: -1.1, Comment: invalid number (int) -1.1 space shown, problem_source used (as before): 7. Exception type: number.format, Source: +4000000000, Comment: out of range (int) 4000000000 same exception, but inside pa_atoui: 8. Exception type: number.format, Source: +8000000000, Comment: out of range (int) 8000000000 another exception, without problem_source (and space): d1. Exception type: number.format, Source: create, Comment: '-4000000000' is out of range (int) d2. Exception type: number.format, Source: create, Comment: '+4000000000' is out of range (int) another exception, inside pa_atoui, without even sign: d3. Exception type: number.format, Source: create, Comment: '8000000000' is out of range (int) d4. Exception type: number.format, Source: create, Comment: '8000000000' is out of range (int)