blob: 11e0352aaca17c16d1ddebc30408d2218366d831 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
Extension [ <persistent> extension #89 pcov version 1.0.11 ] {
- Dependencies {
Dependency [ pcre (Required) ]
}
- INI {
Entry [ pcov.enabled <SYSTEM> ]
Current = '0'
}
Entry [ pcov.directory <PERDIR,SYSTEM> ]
Current = ''
}
Entry [ pcov.exclude <PERDIR,SYSTEM> ]
Current = ''
}
Entry [ pcov.initial.memory <PERDIR,SYSTEM> ]
Current = '65336'
}
Entry [ pcov.initial.files <PERDIR,SYSTEM> ]
Current = '64'
}
}
- Constants [4] {
Constant [ int pcov\all ] { 0 }
Constant [ int pcov\inclusive ] { 1 }
Constant [ int pcov\exclusive ] { 2 }
Constant [ string pcov\version ] { 1.0.11 }
}
- Functions {
Function [ <internal:pcov> function pcov\start ] {
- Parameters [0] {
}
}
Function [ <internal:pcov> function pcov\stop ] {
- Parameters [0] {
}
}
Function [ <internal:pcov> function pcov\collect ] {
- Parameters [2] {
Parameter #0 [ <optional> int $type = <default> ]
Parameter #1 [ <optional> array $filter = <default> ]
}
}
Function [ <internal:pcov> function pcov\clear ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $files = <default> ]
}
}
Function [ <internal:pcov> function pcov\waiting ] {
- Parameters [0] {
}
}
Function [ <internal:pcov> function pcov\memory ] {
- Parameters [0] {
}
}
}
}
|