News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
Introducing php-tracer-weaver
December 09, 2008 @ 08:49:00

On the SitePoint PHP blog today Troels Knak-Nielsen has posted about a lesser known feature of the popular XDebug debugging tool - function traces.

In case you haven't heard of it before, it "allows you to log all function calls, including parameters and return values to a file", to quote the manual. After playing around with it for a while, I realised that this information could be parsed and used to determine parameter types and return types of functions.

To illustrate one use for the trace results, he create a simple script that parsed them and reinjected them back into a source file as docblock comments. Included in the post is an example of its usage and the resulting comments for a simple class. It can be downloaded from github.

0 comments voice your opinion now!
xdebug trace function tutorial github application parse docblock comment


blog comments powered by Disqus

Similar Posts

Josh Adell's Blog: Logging User Sessions Across Requests

PHPMaster.com: Working with Files in PHP

9Lessons Blog: Stored Procedure Lesson

Jacob Santos' Blog: Object Oriented Programming Isn't Easy

CodeForest.net: Multilanguage support in Zend Framework


Community Events











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


development podcast symfony2 community opinion database testing framework usergroup release rest language conference zendframework2 phpunit introduction unittest interview functional series

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