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
- Poeydomenge Frederic (fredericpoeydomenge) — lead, active
Dependencies
Required
- PHP (>= 4.0.4)
- PEAR Installer (>= 1.4.0)
- pcre (extension)
Releases
- 1.0.4 (stable, 2010-08-15)
Release notes
License: PHP License
QA release
Bug #11325 Strings with line containing a single "}" - 1.0.3 (stable, 2006-02-21)
- 1.0.2 (stable, 2005-02-09)
- 1.0.1 (stable, 2004-11-24)
- 1.0.0 (stable, 2004-06-14)
- 1.0.0RC1 (beta, 2004-05-27)
- 0.9.3 (beta, 2004-05-04)
- 0.4.2 (alpha, 2004-04-30)
- 0.4.1 (alpha, 2004-04-30)
- 0.9.2 (beta, 2004-04-30)
- 0.9.1 (beta, 2004-04-29)
- 0.9 (beta, 2004-04-28)
- 0.4 (stable, 2003-08-20)
- 0.3 (stable, 2003-04-08)
- 0.2 (stable, 2002-09-18)
- 0.1 (stable, 2002-08-08)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #490 | Closed | Bug | 2003-12-24 | Recursions not managed | |
| #829 | Closed | Bug | 2004-02-21 | Assignment to $this | |
| #1313 | Closed | Bug | 2004-04-29 | allow_call_time_pass_reference setting | |
| #1320 | Closed | Bug | 2004-04-30 | bad md5sum for file /usr/share/php/Var_Dump.php | |
| #1321 | Closed | Bug | 2004-04-30 | Numeric zero values in array or object attributes are not shown. | |
| #1322 | Closed | Bug | 2004-04-30 | php5 assignment to $this | |
| #1646 | Closed | Req | 2004-06-15 | Ignore option | |
| #2574 | Closed | Bug | 2004-10-20 | Coloured var_dump() makes the class unusable | |
| #2733 | Bogus | Bug | 2004-11-10 | Cannot use output buffering in output buffering display handlers | |
| #2811 | Closed | Bug | 2004-11-22 | Provide a link to version control | |
| #2817 | Closed | Req | 2004-11-23 | Missing user docs | |
| #3396 | Closed | Bug | 2005-02-07 | Var_Dump::toString() sets object variables | |
| #3416 | Closed | Bug | 2005-02-09 | PHP5 Protected and private attributes not shown | |
| #3965 | Closed | Bug | 2005-03-26 | Unable to dump big size Object | |
| #11325 | Closed | Bug | 1.0.3 | 2007-06-15 | Strings with line containing a single "}" |
| #14296 | Bogus | Req | 1.0.3 | 2008-07-05 | Improve memory usage for large arrays w/objects |
| #15134 | Bogus | Bug | CVS | 2008-11-22 | Parse errors exist in the examples |
| #16104 | Wont fix | Req | 1.0.3 | 2009-04-15 | Change package name to PHP_VarDump, fix file naming scheme |
| #17705 | Open | Bug | 1.0.4 | 2010-08-15 | 4 FAILED TESTS |
| #19032 | Closed | Bug | SVN | 2011-11-14 | remove error_reporting (for PEAR QA team) |