Python Feeds -

Python |

Merry Error Handling - PHP Advent Merry Error Handling - PHP Advent

- (planet-php) - 5 months, 2 weeks ago...

PHP does not enjoy the same consistency in error (and exception) handling as other languages, mostly due to historical reasons and the lack of a formal specification. But, there are things that you can do to make error handling saner and easier to maintain. PHP has multiple categories of errors and exceptions, each with its own handling semantics within the PHP interpreter. For our purposes, we can classify these into the following categories: Fatal errors, like out-of-memory and syntax errors...

see complete article.

Similar recent news articles...

Older news

Hot Topics