Question: Which are types of control structures in PHP?

  1. `break`, `continue`, `do-while`, `exception`, `for`, `foreach`, `if`, `switch`, `throw`, `while`
  2. `values`, `operators`, `expressions`, `keywords`, `comments`
  3. `for`, `foreach`, `if`, `else`, `else if`, `switch`, `tries`, `throws`, `while`
  4. `if-then-else`, `do-while`, `for-each`, `go-to`, `stop-when`

Answer: The correct answer of the above question is Option A:`break`, `continue`, `do-while`, `exception`, `for`, `foreach`, `if`, `switch`, `throw`, `while`