How many error levels are available in PHP?
A
14
B
15
C
16
D
17
Correct Answer: 16
Whenever the PHP engine encounters any problem that prevents a script from running properly it generates an error message. There are sixteen error levels and each level is represented by an integer value and an associated constant.