Skip to content

Add data dump #2

@vladimmi

Description

@vladimmi

It would be useful to add var_dump() and print_r() alternative to dump variables content, name (to not write it manually) and, maybe, location where dump called. Something like:

<?php

$var = 'Test string';
dump($var);
script.php:3
$var string(11) "Test string"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions