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

zendframework/zend-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7caeff9 · Apr 30, 2018
Apr 30, 2018
Apr 30, 2018
Apr 30, 2018
Jun 21, 2016
Apr 30, 2018
Apr 30, 2018
Apr 30, 2018
Apr 30, 2018
Apr 30, 2018
Apr 30, 2018
Apr 30, 2018
Apr 30, 2018
Apr 30, 2018
Nov 13, 2016
Apr 30, 2018

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.