Giter Club home page Giter Club logo

x-dump's Introduction

thumb-image

x-dump

x-dump means Extreme-Dump. With this repository you can debug your PHP code allowing you to have all the traceability where it was passed, enabling you to do it quickly and effectively.

Functions like x and xd are provided, for example to make debugging your code easier by the functions , the component provides that the files that were covered so that the application reaches the function.

This code was created by members of the PHP-DF community and is open for contributions.

Requirements

  • PHP 5.3^

Install

To have x-dump installed run the command below

composer require "vinnyfs89/x-dump":"dev-master"

Alternative installation

You can also clone this project directly or set in your composer.json, like this:

  "require-dev": {
    "vinnyfs89/x-dump": "dev-master"
  }

How to use?

The functions x and xd differ because the "x" does not prevent the execution of the application, since the "xd" stop the application. But both do not make the details of one or more informed values.

Examples

x($param1 [, $param2, ...])
xd($param1 [, $param2, ...])

The functions x_() and xd_() do the same x() and xd() respectively, but make the details of one or more informed values using "var_dump" behind the scenes.

Examples

x_($param1 [, $param2, ...])
xd_($param1 [, $param2, ...])

:octocat: ๐Ÿ˜ƒ โšก

References

x-dump's People

Contributors

oviniciusfeitosa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

g-adler qriouslad

x-dump's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.