• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

awesomite / var-dumper
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: 1.3
DEFAULT BRANCH: master
Repo Added 16 Jan 2017 09:13PM UTC
Files 1
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v1.2.0
branch: v1.2.0
CHANGE BRANCH
x
Reset
  • v1.2.0
  • 0.1
  • 0.10
  • 0.11
  • 0.12
  • 0.2
  • 0.3
  • 0.4
  • 0.5
  • 0.6
  • 0.7
  • 1.0
  • 1.1
  • 1.3
  • 1.4
  • 1.5
  • 2.0
  • dev
  • hhvm_spl_object_id
  • master
  • refactor
  • sf-bridge
  • test
  • test-release
  • v0.1.0
  • v0.1.1
  • v0.1.2
  • v0.10.0
  • v0.10.1
  • v0.11.0
  • v0.11.1
  • v0.11.2
  • v0.12.0
  • v0.12.1
  • v0.2.0
  • v0.2.1
  • v0.3.0
  • v0.3.1
  • v0.3.2
  • v0.4.0
  • v0.4.1
  • v0.5.1
  • v0.5.2
  • v0.5.3
  • v0.6.0
  • v0.6.1
  • v0.6.2
  • v0.6.3
  • v0.7.0
  • v0.7.1
  • v0.7.2
  • v0.8.0
  • v0.9.0
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.1.0
  • v1.2.1
  • v1.3.0
  • v1.4.0
  • v1.5.0

pending completion
352

push

travis-ci

web-flow
Added support for `use` keyword in anonymous functions, e.g.: (#7)

Added support for `use` keyword in anonymous functions, e.g.:

```php
<?php

use Awesomite\VarDumper\LightVarDumper;

$x = 5;
$y = 6;

$fn = function () use ($x, $y) {
};

$dumper = new LightVarDumper();
$dumper->dump($fn);
```

```
object(Closure) #1 (5) {
    $name =>      “{closure}”
    $filename =>  “(...)/file.php”
    $startLine => 8
    $endLine =>   9
    $use =>       array(2) {[x] => 5, [y] => 6}
}
```

479 of 479 relevant lines covered (100.0%)

316.61 hits per line

Relevant lines Covered
Build:
Build:
479 RELEVANT LINES 479 COVERED LINES
316.61 HITS PER LINE
Source Files on v1.2.0
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
352 v1.2.0 Added support for `use` keyword in anonymous functions, e.g.: (#7) Added support for `use` keyword in anonymous functions, e.g.: ```php <?php use Awesomite\VarDumper\LightVarDumper; $x = 5; $y = 6; $fn = function () use ($x, $y) { ... push 29 Sep 2018 01:15PM UTC web-flow travis-ci pending completion  
See All Builds (469)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc