blob: 2558a793e20296be6226849b463a7557355bfc25 (
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
|
Extension [ <persistent> extension #126 pcov version 0.9.0 ] {
- Dependencies {
Dependency [ pcre (Required) ]
}
- INI {
Entry [ pcov.enabled <SYSTEM> ]
Current = '1'
}
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 [3] {
Constant [ integer pcov\all ] { 0 }
Constant [ integer pcov\inclusive ] { 1 }
Constant [ integer pcov\exclusive ] { 2 }
}
- 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> integer $type ]
Parameter #1 [ <optional> array $filter ]
}
}
Function [ <internal:pcov> function pcov\clear ] {
- Parameters [1] {
Parameter #0 [ <optional> boolean $files ]
}
}
Function [ <internal:pcov> function pcov\includes ] {
- Parameters [0] {
}
}
Function [ <internal:pcov> function pcov\memory ] {
- Parameters [0] {
}
}
}
}
|