diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 14 | 
1 files changed, 7 insertions, 7 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #129 pcov version 1.0.6 ] { +Extension [ <persistent> extension #88 pcov version 1.0.7 ] {    - Dependencies {      Dependency [ pcre (Required) ] @@ -23,10 +23,10 @@ Extension [ <persistent> extension #129 pcov version 1.0.6 ] {    }    - Constants [4] { -    Constant [ integer pcov\all ] { 0 } -    Constant [ integer pcov\inclusive ] { 1 } -    Constant [ integer pcov\exclusive ] { 2 } -    Constant [ string pcov\version ] { 1.0.6 } +    Constant [ int pcov\all ] { 0 } +    Constant [ int pcov\inclusive ] { 1 } +    Constant [ int pcov\exclusive ] { 2 } +    Constant [ string pcov\version ] { 1.0.7 }    }    - Functions { @@ -43,14 +43,14 @@ Extension [ <persistent> extension #129 pcov version 1.0.6 ] {      Function [ <internal:pcov> function pcov\collect ] {        - Parameters [2] { -        Parameter #0 [ <optional> integer $type ] +        Parameter #0 [ <optional> int $type ]          Parameter #1 [ <optional> array $filter ]        }      }      Function [ <internal:pcov> function pcov\clear ] {        - Parameters [1] { -        Parameter #0 [ <optional> boolean $files ] +        Parameter #0 [ <optional> bool $files ]        }      }      Function [ <internal:pcov> function pcov\waiting ] { | 
