Why file upload error codes in php miss number '5'?

Posted by Majid on Stack Overflow See other posts from Stack Overflow or by Majid
Published on 2010-04-18T12:46:13Z Indexed on 2010/04/18 12:53 UTC
Read the original article Hit count: 139

Filed under:
|
|

I am writing a custom error handling/reporting function for php file upload and I noticed that the error codes returned is one of numbers 0 to 8 except 5.

Is this a typo in the source I am using or is it really this way? And if it is so, I am curious why they have skipped number '5'.

Thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about php-errors