diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-24 10:01:25 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-24 10:01:25 +0100 |
commit | 574cd911ff1435fd05050f43986aefedd7e19bb3 (patch) | |
tree | cb71a3a0a51b9379392e3562620f09d0829a17e1 /REFLECTION | |
parent | 8757ad1fc0633f83f0e11fe67e52ba513654eb8e (diff) |
update to 1.0.10
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 ] { |