InterviewSolution
Saved Bookmarks
| 1. |
How many error levels are available in PHP?(a) 14(b) 15(c) 16(d) 17This question was addressed to me by my college director while I was bunking the class.The doubt is from Error Handling topic in portion Error Handling and Exception Handling in PHP of PHP |
|
Answer» RIGHT answer is (c) 16 Explanation: 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. |
|