Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-pear-Var-Dump - Provides methods for dumping structured information about a variable

Website:
http://pear.php.net/package/Var_Dump
Licence:
PHP
Vendor:
Remi Collet
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,
* ...

Packages

php-pear-Var-Dump-1.0.4-7.el6.remi.noarch [26 KiB] Changelog by Remi Collet (2012-08-19):
- rebuilt for new pear_datadir
- disable E_STRICT to fix lot of tests with php 5.4
php-pear-Var-Dump-1.0.4-3.el6.remi.noarch [26 KiB] Changelog by Remi Collet (2011-04-30):
- doc in /usr/share/doc/pear
- set date.timezone during build
- run tests in %check