If you are receiving an error that says “parse error: unexpected”, which of the following options can be the reasons for the same?

QuestionsCategory: Fiverr Wordpress 5.1If you are receiving an error that says “parse error: unexpected”, which of the following options can be the reasons for the same?
digitalzoneservices Staff asked 2 weeks ago
  1. You have forgotten to include the opening bracket (
  2. You have forgotten to include the $ when referencing a variable
  3. Missing a semicolon (;) at the end of an individual line
  4. You have an else statement with no opening if statement
  Answer: 1,2,3,4