diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #88 pcov version 1.0.9 ] { +Extension [ <persistent> extension #90 pcov version 1.0.10 ] { - Dependencies { Dependency [ pcre (Required) ] @@ -26,7 +26,7 @@ Extension [ <persistent> extension #88 pcov version 1.0.9 ] { Constant [ int pcov\all ] { 0 } Constant [ int pcov\inclusive ] { 1 } Constant [ int pcov\exclusive ] { 2 } - Constant [ string pcov\version ] { 1.0.9 } + Constant [ string pcov\version ] { 1.0.10 } } - Functions { @@ -43,14 +43,14 @@ Extension [ <persistent> extension #88 pcov version 1.0.9 ] { Function [ <internal:pcov> function pcov\collect ] { - Parameters [2] { - Parameter #0 [ <optional> int $type ] - Parameter #1 [ <optional> array $filter ] + 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 ] + Parameter #0 [ <optional> bool $files = <default> ] } } Function [ <internal:pcov> function pcov\waiting ] { |