<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Tinsology &#187; Errors</title> <atom:link href="http://tinsology.net/tag/errors/feed/" rel="self" type="application/rss+xml" /><link>http://tinsology.net</link> <description>Searching for the Right Questions</description> <lastBuildDate>Wed, 25 Jan 2012 16:57:44 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Doing Things the Hard Way</title><link>http://tinsology.net/2010/08/doing-things-the-hard-way/</link> <comments>http://tinsology.net/2010/08/doing-things-the-hard-way/#comments</comments> <pubDate>Tue, 17 Aug 2010 09:09:39 +0000</pubDate> <dc:creator>Tinsley</dc:creator> <category><![CDATA[My Thoughts and Rants]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Bugs]]></category> <category><![CDATA[Errors]]></category> <guid
isPermaLink="false">http://tinsology.net/?p=1179</guid> <description><![CDATA[Every now and then I discover something that makes me feel like I've been doing things the hard way. The feeling is an interesting combination of excitement and embarrassment. I experienced this today while browsing PHP documentation. I discovered two function that will make my life a lot easier in the future: <a
href="http://www.php.net/manual/en/function.debug-backtrace.php">debug_backtrace</a> and <a
href="http://www.php.net/manual/en/function.debug-print-backtrace.php">debug_print_backtrace</a>. As someone who has written his fair share of Java, I'm very accustomed <a
href="http://tinsology.net/2010/08/doing-things-the-hard-way/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://tinsology.net/2010/08/doing-things-the-hard-way/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>PHP Error Handling</title><link>http://tinsology.net/2009/04/php-error-handling/</link> <comments>http://tinsology.net/2009/04/php-error-handling/#comments</comments> <pubDate>Mon, 20 Apr 2009 18:47:56 +0000</pubDate> <dc:creator>Tinsley</dc:creator> <category><![CDATA[PHP]]></category> <category><![CDATA[Errors]]></category> <guid
isPermaLink="false">http://tinsology.net/?p=395</guid> <description><![CDATA[Previously I wrote about <a
href="http://tinsology.net/2009/04/php-exception-handling/" title="PHP Exceptions">Exceptions as a way of dealing with error cases in PHP</a>. Exceptions are a great way to anticipate errors and handle them appropriately. Unfortunately, however, it is not possible to anticipate every error and you users still might be presented with an ugly error message generated by PHP. One way to prevent users from seeing warnings or errors generated by PHP is to <a
href="http://tinsology.net/2009/04/php-error-handling/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://tinsology.net/2009/04/php-error-handling/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>PHP Exception Handling</title><link>http://tinsology.net/2009/04/php-exception-handling/</link> <comments>http://tinsology.net/2009/04/php-exception-handling/#comments</comments> <pubDate>Sat, 11 Apr 2009 05:05:22 +0000</pubDate> <dc:creator>Tinsley</dc:creator> <category><![CDATA[PHP]]></category> <category><![CDATA[Errors]]></category> <category><![CDATA[Exceptions]]></category> <guid
isPermaLink="false">http://tinsology.net/?p=396</guid> <description><![CDATA[If you've ever coded in Java or C++ you probably know what exceptions are. If not, that's okay. I'll go over the basics.
Exceptions modify the control flow of a program. Usually, they are generated by functions when an error occurs. Throwing and catching exceptions allow the programmer to anticipate an error and handle it accordingly. For example: Say you write a function to open up a file and <a
href="http://tinsology.net/2009/04/php-exception-handling/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://tinsology.net/2009/04/php-exception-handling/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
