2017 © Pedro Peláez
 

package ddump

Dump your variables and stop the execution of the script.

image

jiboule/ddump

Dump your variables and stop the execution of the script.

  • Wednesday, April 18, 2018
  • by jiboule
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

DDUMP

This is just an overlay to the Symfonys' var-dumper component to dump variable(s) and stop the script execution right away., (*1)

Installation

$ composer require --dev jiboule/ddump

The --dev option is important as you don't wanna use dump in production., (*2)

Usage


dump($bar); // the var-dumper function dumps the var, below code will be executed ddump($myVar); // dumps the var // nothing below will be executed

You can also dump several variables, (*3)


ddump($foo, $bar, $another);

The Versions

18/04 2018

dev-master

9999999-dev https://github.com/jiboule/ddump.git

Dump your variables and stop the execution of the script.

  Sources   Download

MIT

The Requires

 

by Avatar jiboule

debug dump

18/04 2018

1.1.1

1.1.1.0 https://github.com/jiboule/ddump.git

Dump your variables and stop the execution of the script.

  Sources   Download

MIT

The Requires

 

by Avatar jiboule

debug dump

04/12 2017

1.1.0

1.1.0.0 https://github.com/jiboule/ddump.git

Dump your variables and stop the execution of the script.

  Sources   Download

MIT

The Requires

 

by Avatar jiboule

debug dump

20/10 2017

1.0.3

1.0.3.0 https://github.com/jiboule/ddump.git

Dump your variables and stop the execution of the script.

  Sources   Download

MIT

The Requires

 

by Avatar jiboule

debug dump

20/10 2017

1.0.2

1.0.2.0 https://github.com/jiboule/ddump.git

Dump your variables and stop the execution of the script.

  Sources   Download

MIT

The Requires

 

by Avatar jiboule

debug dump

20/10 2017

1.0.0

1.0.0.0 https://github.com/jiboule/ddump.git

Dump your variables and stop the execution of the script.

  Sources   Download

The Requires

 

by Avatar jiboule

debug dump