This post originated from an RSS feed registered with Web Buzz
by Maciej Zawadzinski.
Original Post: Handy PHP debuging snippet
Feed Title: Maciej Zawadziński
Feed URL: http://clearcode.cc/feed/
Feed Description: I am CEO at Clearcode (software development company) as well as core team member at Piwik.org (open source web analytics).
There are two main areas that I would like to share on this blog:
- running software development business (which in many ways is very similar to running every technology company), and
- advertising technologies (ad serving, analytics, targeting, web tracking, RTB & and many more!).
From time to time, developers receive warnings or notice level errors. In the case where the warning is located outside of any loop or other nested structure, it’s easy to debug using ex. xdebug or any other tool like this. Things get a little harder when it comes to the loop execution of functions that […]