var-dumper icon indicating copy to clipboard operation
var-dumper copied to clipboard

Helper for dumping variable for debug purposes

Results 5 var-dumper issues
Sort by recently updated
recently updated
newest added

Socket operations are added in https://github.com/yiisoft/var-dumper/pull/95 But it's common used things that can be reused from any other packages, e.g. `yiisoft/yii-debug`

status:ready for adoption

A stream can [be broken](https://github.com/yiisoft/var-dumper/blob/9fd803dbc4bb4805ef39d4bd0b0e01d0191ec77c/src/Handler/StreamHandler.php#L88) asynchronously after all checks. A test is needed

type:test

Funcitons use namespace, so we can remove `function_exists()` checks.