         VERSION=1.0.3
     SOURCE_HASH='sha512:3e860b4a958646a1a4ccb6507042366a87eef0205efbcb1641bfbd81ed0befc4b9776743f9d6629f02bca6c17437367a5d94917278bf4abd9b67f17f73120c50'
         UPDATED=20060525
           SPELL=pear-var_dump
    PEAR_PACKAGE=Var_Dump
        WEB_SITE=http://pear.php.net/package/Var_Dump/
      LICENSE[0]=PHP
           SHORT='PEAR: Provides methods for dumping structured'
cat << EOF
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,
* ...
EOF

source  $SECTION_DIRECTORY/PEAR_DETAILS
