Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 829 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 829 Bytes

zend-debug

Build Status Coverage Status

Zend\Debug is a component that help the debugging of PHP applications. In particular it offers a static method Zend\Debug\Debug::dump() that prints or returns information about an expression. This simple technique of debugging is common because it is easy to use in an ad hoc fashion and requires no initialization, special tools, or debugging environment.