InterviewSolution
Saved Bookmarks
| 1. |
What Would Occur If A Fatal Error Was Thrown In Your Php Program? |
|
Answer» The PHP PROGRAM will stop executing at the point where the error OCCURRED. The PHP program will stop executing at the point where the error occurred. |
|