bugger icon indicating copy to clipboard operation
bugger copied to clipboard

Add data dump

Open vladimmi opened this issue 11 years ago • 0 comments

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"

vladimmi avatar Apr 24 '14 13:04 vladimmi