News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using the Xdebug Extension's xdebug_call_function() Function
February 09, 2009 @ 12:56:18

This new tutorial from DevShed takes a look at the XDebug debugging tool for PHP and how the xdebug_call_function method allows for even more flexibility in your testing experience.

The Xdebug extension comes equipped with many other functions, however, that allow you to debug PHP applications more deeply. Therefore, in this second article of the series, I'll be discussing how to use another useful function included with the extension, called "xdebug_call_function()," which as its name suggests, can be utilized for keeping track of the functions called by a PHP script.

They start with a look back at two of the other xdebug functions - xdebug_call_file and xdebug_call_line - before showing how to use this new function (xdebug_call_function) to get the function that called your custom handler.

0 comments voice your opinion now!
xdebug call function file line debugger extension


blog comments powered by Disqus

Similar Posts

Tilllate.com Blog: tilllate.com is now all Zend Framework

Maarten Balliauw's Blog: Extension methods for PHP

Michael Nitschinger's Blog: Getting Started with Couchbase and PHP

Chris Jones' Blog: Speeding up DBMS_OUTPUT in PHP OCI8

Martin Sikora's Blog: Google Chrome Extension: PHP Ninja Manual


Community Events











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


release community framework zendframework2 podcast functional interview development language unittest application introduction conference example testing phpunit opinion object series code

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