MCPcopy Create free account
hub / github.com/cyrus-and/fracker / method2

Method method2

test/php/objects.php:12–15  ·  view source on GitHub ↗
($x, $y)

Source from the content-addressed store, hash-verified

10 }
11
12 function method2($x, $y) {
13 $this->method3($x);
14 $this->method3($y);
15 }
16
17 function method3($x) {
18 var_dump($x);

Callers 2

method1Method · 0.95
objects.phpFile · 0.80

Calls 1

method3Method · 0.95

Tested by

no test coverage detected