What are all the differnt types of errors in PHP?
Parse Error is related to Syntax Error in php. This error occurs mostly because of the missing or mismatched parenthesis in PHP code.
This error occurs due to to an uncaught exception or an undefined function in the PHP code.
This error occurs when trying to include a file which doesn't exists.
An undefined variable in PHP code causes this type of error.