Question: Which are valid PHP error handling keywords?

  1. try, throw, catch, callable
  2. try, yield, catch, finally
  3. yield, throw, catch, finally
  4. try, throw, catch, finally

Answer: The correct answer of the above question is Option D:try, throw, catch, finally