News Feed
Jobs Feed
Sections




News Archive
Justin's Blog:
Debugging Php
February 09, 2006 @ 07:22:32

On his blog, Justin has posted an article from David Sklar today - a look at PHP error reporting - conifguration, locating errors, and checking variable values as the script runs.

Whether you're a PHP newbie or a wizard, your programs are going to have bugs in them. Nobody's perfect.

This article gives you some techniques for finding and fixing the problems in your programs. It covers three topics: how to get the PHP interpreter to report the errors that interest you, how to locate basic syntax errors in your program, How to check the values of variables as your program is running.

The configuration section mentions the display_errors and log_errors options to help debug your scripts. There's also a bit describing what the different error types mean (parse, fatal, strict) and simple things to look for to handle them. He also suggests some other resources to look at to help with more detailed error reporting...

10 comments voice your opinion now!
debugging error reporting types common parse fatal notice debugging error reporting types common parse fatal notice


blog comments powered by Disqus

Similar Posts

WebReference.com: How to Interact with Web Forms (Part 1)

IBM developerWorks: Five common PHP database problems

Nessa's Blog: Common PHP Errors

DevShed: Creating an RSS Reader: the Reader

PHPFreaks.com: Debugging: A Beginner's guide


Community Events









Don't see your event here?
Let us know!


development community zendframework2 framework database code example event interview composer api language introduction functional release object opinion tool testing podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework