2017 © Pedro Peláez
 

library drop

a simple function to inspect things

image

henderjon/drop

a simple function to inspect things

  • Friday, May 12, 2017
  • by henderjon
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1,276 Installations
  • PHP
  • 16 Dependents
  • 4 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

henderjon/drop

drop is a simple function to inspect one or more variables in a PHP script and halt execution of that script. When debugging, I've found it helpful to simply kill a script and expose the actual type/contents or a var., (*1)

Peruse the tests or, if present, the examples directory to see usage., (*2)

drop has two incarnations. drop() uses var_dump() and dropv() uses print_r(). The main difference is that dropv will give you the full value of each arg where drop will give you the ellipsis on long values., (*3)

Latest Stable Version Build Status, (*4)

The Versions

12/05 2017

dev-master

9999999-dev http://github.com/henderjon/drop

a simple function to inspect things

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

The Development Requires

04/11 2015

v1.3.0

1.3.0.0 http://github.com/henderjon/drop

a simple function to inspect things

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

The Development Requires

16/10 2014

v1.2.0

1.2.0.0 http://github.com/henderjon/drop

a simple function to inspect things

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

The Development Requires

14/10 2014

v1.1.0

1.1.0.0 http://github.com/henderjon/drop

a simple function to inspect things

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

The Development Requires

11/08 2014

v1.0.1

1.0.1.0 http://github.com/henderjon/drop

a simple function to inspect things

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

16/05 2014

v1.0.0

1.0.0.0 http://github.com/henderjon/drop

a simple function to inspect things

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

03/04 2014

v0.1.3

0.1.3.0 http://github.com/henderjon/drop

a simple function to inspect things

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

01/04 2014

v0.1.1

0.1.1.0 http://github.com/henderjon/drop

a simple function to inspect things

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

01/04 2014

v0.1.0

0.1.0.0 http://github.com/henderjon/drop

a simple function to inspect things

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0