Commit graph

2 commits

Author SHA1 Message Date
Thierry Thomas
25d2c00399 Upgrade to to 1.0.2.
Changelog at <http://pear.php.net/package/Var_Dump/download/1.0.2/>.

PR:		ports/77318
Submitted by:	maintainer
2005-02-19 17:55:52 +00:00
Edwin Groothuis
ba9248d7d9 New port: devel/pear-Var_Dump Provides methods for dumping structured
information about a variable

	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,
	* ...

PR:		ports/74329
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-11-27 05:28:19 +00:00