Bug 74329 - New port: devel/pear-Var_Dump Provides methods for dumping structured information about a variable
Summary: New port: devel/pear-Var_Dump Provides methods for dumping structured informa...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-24 19:00 UTC by Antonio Carlos Venancio Junior
Modified: 2004-11-27 05:28 UTC (History)
0 users

See Also:


Attachments
file.shar (2.51 KB, text/plain)
2004-11-24 19:00 UTC, Antonio Carlos Venancio Junior
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Carlos Venancio Junior 2004-11-24 19:00:58 UTC
New port: devel/pear-Var_Dump

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,
* ...
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-11-27 05:27:40 UTC
State Changed
From-To: open->closed

Committed, thanks!