composer package updates
[openemr.git] / vendor / zendframework / zend-debug / README.md
blobfce2f8071f5f1986070bd67212296eb6fe4f53f4
1 # zend-debug
3 [![Build Status](https://secure.travis-ci.org/zendframework/zend-debug.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-debug)
4 [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-debug/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-debug?branch=master)
6 `Zend\Debug` is a component that help the debugging of PHP applications. In
7 particular it offers a static method `Zend\Debug\Debug::dump()` that prints or
8 returns information about an expression. This simple technique of debugging is
9 common because it is easy to use in an ad hoc fashion and requires no
10 initialization, special tools, or debugging environment.
12 - File issues at https://github.com/zendframework/zend-debug/issues
13 - Documentation is at https://docs.zendframework.com/zend-debug/