Projects tagged ‘var_dump’


[6 total ]

242 Users
   

The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: * stack and function ... [More] traces in error messages with: o full parameter display for user defined functions o function name, file name and line indications o support for member functions * memory allocation * protection for infinite recursions [Less]
Created over 3 years ago.

9 Users
   

To put it simply, Krumo is a replacement for print_r(); and var_dump();. By definition Krumo is a debugging tool (PHP4/PHP5), which displays structured information about any PHP variable. A lot of ... [More] developers use print_r() and var_dump() in the means of debugging tools. Although they were intended to present human readable information about a variable, we can all agree that in general they are not. Krumo is an alternative: it does the same job, but it presents the information beautified using CSS and DHTML. [Less]
Created over 3 years ago.

1 Users
   

Pumped up php's var_dump. Sniffs recursion and outputs (clean) html+js expandable-contractible tree of the dumped var. Supports nifty utilities like backtrace() (readable php debug_backtrace(). ... [More] Shows the source code lines where dump was called and, in the backtrace method, the source lines of every code jump. Try it and make me know. [Less]
Created 12 months ago.

0 Users

Beautify default PHP var_dump output
Created 9 months ago.

0 Users

A print_r() and var_dump replacement function in PHP
Created about 1 year ago.

0 Users

This project has moved to JoomlaCode.org![http://joomlacode.org/gf/project/jdump/
Created about 1 year ago.