diff options
| author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-09-15 12:46:40 +0200 |
|---|---|---|
| committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-09-15 12:47:07 +0200 |
| commit | 6082fd33a7297ac5444adacd9883511e0b55e3c8 (patch) | |
| tree | fdc8e4696accdf13b581502f91829180b142e717 | |
| parent | d81ea5e9285d0eb49c730e1ea7cccf3fefa1fad5 (diff) | |
| download | php-git-6082fd33a7297ac5444adacd9883511e0b55e3c8.tar.gz | |
Add missing param type to pcre reflection test
| -rw-r--r-- | sapi/cli/tests/006.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt index eac5380178..f3443b7475 100644 --- a/sapi/cli/tests/006.phpt +++ b/sapi/cli/tests/006.phpt @@ -125,7 +125,7 @@ string(%d) "Extension [ <persistent> extension #%d pcre version %s ] { - Parameters [5] { Parameter #0 [ <required> array $pattern ] - Parameter #1 [ <required> $subject ] + Parameter #1 [ <required> array|string $subject ] Parameter #2 [ <optional> int $limit = -1 ] Parameter #3 [ <optional> &$count = null ] Parameter #4 [ <optional> int $flags = 0 ] |
