There are many, many things that can happen in PHP to generate some type of error message and there are numerous types/levels of errors in PHP that each represent a different condition and level of severity.
E_WARNING is between E_NOTICE and E_ERROR and can be generated if your database connection fails, for instance.