Posts tagged syntax

Error vs Exception, Part 1 – Anvil Studios

… PHP’s error and exception models — what each is, how they work, and how and when to use the one over the other. In this installment, I will first attempt some definitions, and then take a closer look at PHP’s error handling model. …

Excerpt from:
Error vs Exception, Part 1 – Anvil Studios

Error Handling in php

PHP Error Handling . When creating scripts and web applications, error handling is an important part. If your code lacks error checking code, your program may look very unprofessional and you may be open to security risks. …

Read more from the original source: 
Error Handling in php