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

FrSIRT: Vivvo Article Management CMS SQL Injection and PHP File Inclusion Vulnerabilities

PHP.net: Google Summer of Code: php.net students

Ed Finkler's Blog: So what is the state of secure development in PHP?

Greg Beaver's Blog: behold pecl/phar and mighty PHP 5.3, also php|arch and php|tek

Gennady Feldman's Blog: Leveraging Oracle connection metadata functionality


Community Events









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


development opinion unittest example language database interview code framework zendframework2 api event functional phpunit testing introduction release composer community object

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