diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..2558a79 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,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] { + } + } + } +} + |