zendframework / zend-debug

Debug component from Zend Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Debug component from Zend Framework

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%