PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PHP » Var_Dump

Provides methods for dumping structured information about a variable.

This package is unmaintained.

Download latest release 1.0.4 (archived versions might be outdated)

License: PHP License

Description

The Var_Dump class is a wrapper for the var_dump function.

The var_dump function displays structured information about expressions that includes its type and value. Arrays are explored recursively with values indented to show structure.

The Var_Dump class captures the output of the var_dump function, by using output control functions, and then uses external renderer classes for displaying the result in various graphical ways :
* Simple text,
* HTML/XHTML text,
* HTML/XHTML table,
* XML,
* ...

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#490ClosedBug2003-12-24Recursions not managed
#829ClosedBug2004-02-21Assignment to $this
#1313ClosedBug2004-04-29allow_call_time_pass_reference setting
#1320ClosedBug2004-04-30bad md5sum for file /usr/share/php/Var_Dump.php
#1321ClosedBug2004-04-30Numeric zero values in array or object attributes are not shown.
#1322ClosedBug2004-04-30php5 assignment to $this
#1646ClosedReq2004-06-15Ignore option
#2574ClosedBug2004-10-20Coloured var_dump() makes the class unusable
#2733BogusBug2004-11-10Cannot use output buffering in output buffering display handlers
#2811ClosedBug2004-11-22Provide a link to version control
#2817ClosedReq2004-11-23Missing user docs
#3396ClosedBug2005-02-07Var_Dump::toString() sets object variables
#3416ClosedBug2005-02-09PHP5 Protected and private attributes not shown
#3965ClosedBug2005-03-26Unable to dump big size Object
#11325ClosedBug1.0.32007-06-15Strings with line containing a single "}"
#14296BogusReq1.0.32008-07-05Improve memory usage for large arrays w/objects
#15134BogusBugCVS2008-11-22Parse errors exist in the examples
#16104Wont fixReq1.0.32009-04-15Change package name to PHP_VarDump, fix file naming scheme
#17705OpenBug1.0.42010-08-154 FAILED TESTS
#19032ClosedBugSVN2011-11-14remove error_reporting (for PEAR QA team)