E_ERROR: A fatal error that causes script termination.
E_WARNING: Run-time warning that does not cause script termination.
E_PARSE: Compile time parse error.
E_NOTICE: Run time notice caused due to error in code.
It is a type of mistakes or condition of having incorrect knowledge of the code. There are various types of errors in PHP but it contains basically four main type of errors. Parse error or Syntax Error: It is the type of error done by the programmer in the source code of the program.