<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/error</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 10:41:02 GMT</pubDate>
<item>
<title>(PHP) PHP Exec debugging - iroybot</title>
<link>http://snipplr.com/view/66893/php-exec-debugging/</link>
<description><![CDATA[ <p>easy way of catching and displaying errors and return values from a exec() command  back in PHP.</p> ]]></description>
<pubDate>Sat, 25 Aug 2012 00:42:55 GMT</pubDate>
<guid>http://snipplr.com/view/66893/php-exec-debugging/</guid>
</item>
<item>
<title>(PHP) PHP Exec debugging - iroybot</title>
<link>http://snipplr.com/view/66892/php-exec-debugging/</link>
<description><![CDATA[ <p>easy way of catching and displaying errors and return values from a exec() command  back in PHP.</p> ]]></description>
<pubDate>Sat, 25 Aug 2012 00:41:58 GMT</pubDate>
<guid>http://snipplr.com/view/66892/php-exec-debugging/</guid>
</item>
<item>
<title>(PHP) Turn On Errors - ryarwood</title>
<link>http://snipplr.com/view/65569/turn-on-errors/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Jun 2012 02:19:44 GMT</pubDate>
<guid>http://snipplr.com/view/65569/turn-on-errors/</guid>
</item>
<item>
<title>(PHP) Run MySQL query - paul0078</title>
<link>http://snipplr.com/view/64593/run-mysql-query/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 15 Apr 2012 20:16:34 GMT</pubDate>
<guid>http://snipplr.com/view/64593/run-mysql-query/</guid>
</item>
<item>
<title>(PHP) PHP - Only Show Errors in Development Stage - cdohost</title>
<link>http://snipplr.com/view/59202/php--only-show-errors-in-development-stage/</link>
<description><![CDATA[ <p>Only Show Errors in Development Stage (Mostrar erros somente no estágio de desenvolvimento)</p> ]]></description>
<pubDate>Wed, 28 Sep 2011 16:21:23 GMT</pubDate>
<guid>http://snipplr.com/view/59202/php--only-show-errors-in-development-stage/</guid>
</item>
<item>
<title>(PHP) Twitter Feed w/ x-time-ago &amp;amp;  Error Handling - ReverentGhost</title>
<link>http://snipplr.com/view/53105/twitter-feed-w-xtimeago---error-handling/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 May 2011 16:43:05 GMT</pubDate>
<guid>http://snipplr.com/view/53105/twitter-feed-w-xtimeago---error-handling/</guid>
</item>
<item>
<title>(PHP) Remove login error messages - zealmurapa</title>
<link>http://snipplr.com/view/52328/remove-login-error-messages/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 19 Apr 2011 22:34:21 GMT</pubDate>
<guid>http://snipplr.com/view/52328/remove-login-error-messages/</guid>
</item>
<item>
<title>(PHP) Display Errors in PHP - mindshare</title>
<link>http://snipplr.com/view/50711/display-errors-in-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Mar 2011 04:00:51 GMT</pubDate>
<guid>http://snipplr.com/view/50711/display-errors-in-php/</guid>
</item>
<item>
<title>(PHP) notification php function - pickyj</title>
<link>http://snipplr.com/view/48179/notification-php-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Feb 2011 07:32:31 GMT</pubDate>
<guid>http://snipplr.com/view/48179/notification-php-function/</guid>
</item>
<item>
<title>(PHP) error function - pickyj</title>
<link>http://snipplr.com/view/48122/error-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Jan 2011 06:16:15 GMT</pubDate>
<guid>http://snipplr.com/view/48122/error-function/</guid>
</item>
<item>
<title>(PHP) PHP Error reporting - sjacunningham</title>
<link>http://snipplr.com/view/46887/php-error-reporting/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 11 Jan 2011 02:48:35 GMT</pubDate>
<guid>http://snipplr.com/view/46887/php-error-reporting/</guid>
</item>
<item>
<title>(PHP) PHP Custom Error Handling and Emailing - Nettuts</title>
<link>http://snipplr.com/view/46442/php-custom-error-handling-and-emailing/</link>
<description><![CDATA[ <p>Refer here for a full overview: http://net.tutsplus.com/tutorials/php/quick-tip-email-error-logs-to-yourself-with-php/</p> ]]></description>
<pubDate>Tue, 04 Jan 2011 03:35:02 GMT</pubDate>
<guid>http://snipplr.com/view/46442/php-custom-error-handling-and-emailing/</guid>
</item>
<item>
<title>(PHP) PHP error_log to syslog to a custom file pipe to tail your errors. - sadus</title>
<link>http://snipplr.com/view/44235/php-errorlog-to-syslog-to-a-custom-file-pipe-to-tail-your-errors/</link>
<description><![CDATA[ <p>So i wanted to spit all my error_log(); and error_reporting(E_ALL); to syslog on my MacOSX and syslog would output it on a custom file.</p> ]]></description>
<pubDate>Tue, 16 Nov 2010 04:27:55 GMT</pubDate>
<guid>http://snipplr.com/view/44235/php-errorlog-to-syslog-to-a-custom-file-pipe-to-tail-your-errors/</guid>
</item>
<item>
<title>(PHP) debug PHP for the newbies in error logs with execution time - sadus</title>
<link>http://snipplr.com/view/43990/debug-php-for-the-newbies-in-error-logs-with-execution-time/</link>
<description><![CDATA[ <p>I'm originally a sys admin and i love "tail - f /var/log/*" ... so i created a similar function in PHP that will allow me to view in real time what classes/functions/files/lines of my code is being run...

The usage is really simple, just set a global variable "debug" to true/false... 
Note: The usage of this function will slow down your script... use it only to debug. Turn it off on production.

to view the logs, go to your default php error log file. Enjoy!</p> ]]></description>
<pubDate>Fri, 12 Nov 2010 04:44:24 GMT</pubDate>
<guid>http://snipplr.com/view/43990/debug-php-for-the-newbies-in-error-logs-with-execution-time/</guid>
</item>
<item>
<title>(PHP) Debuging Mode and Live Mode - Error Handling - sb_01</title>
<link>http://snipplr.com/view/41599/debuging-mode-and-live-mode--error-handling/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Oct 2010 05:29:32 GMT</pubDate>
<guid>http://snipplr.com/view/41599/debuging-mode-and-live-mode--error-handling/</guid>
</item>
<item>
<title>(PHP) serialize and unserialize functions for MYSQL Storage - FreaKzero</title>
<link>http://snipplr.com/view/39814/serialize-and-unserialize-functions-for-mysql-storage/</link>
<description><![CDATA[ <p>In a Project i had to save serialized arrays in a MYSQL Database, when i used that i got a Error Message for no reason  (Error at offset XX of XX bytes in...). I wrote this little functions to fix that issue. (I dont recommend to save serialized Arrays in Databases )</p> ]]></description>
<pubDate>Wed, 01 Sep 2010 21:36:02 GMT</pubDate>
<guid>http://snipplr.com/view/39814/serialize-and-unserialize-functions-for-mysql-storage/</guid>
</item>
<item>
<title>(PHP) Capturar errores en producción - javierav</title>
<link>http://snipplr.com/view/38896/capturar-errores-en-produccin/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 11 Aug 2010 05:14:34 GMT</pubDate>
<guid>http://snipplr.com/view/38896/capturar-errores-en-produccin/</guid>
</item>
<item>
<title>(PHP) Display PHP error messages even when they are suppressed in the php.ini - daipratt</title>
<link>http://snipplr.com/view/33972/display-php-error-messages-even-when-they-are-suppressed-in-the-phpini/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 May 2010 13:46:03 GMT</pubDate>
<guid>http://snipplr.com/view/33972/display-php-error-messages-even-when-they-are-suppressed-in-the-phpini/</guid>
</item>
<item>
<title>(PHP) PHP Error reporting - LuckyShot</title>
<link>http://snipplr.com/view/24135/php-error-reporting/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Dec 2009 06:00:50 GMT</pubDate>
<guid>http://snipplr.com/view/24135/php-error-reporting/</guid>
</item>
<item>
<title>(PHP) PHP Error Reporting - unravelme1</title>
<link>http://snipplr.com/view/21924/php-error-reporting/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Oct 2009 17:27:27 GMT</pubDate>
<guid>http://snipplr.com/view/21924/php-error-reporting/</guid>
</item>
</channel>
</rss>