summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-09-15 12:46:40 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-09-15 12:47:07 +0200
commit6082fd33a7297ac5444adacd9883511e0b55e3c8 (patch)
treefdc8e4696accdf13b581502f91829180b142e717
parentd81ea5e9285d0eb49c730e1ea7cccf3fefa1fad5 (diff)
downloadphp-git-6082fd33a7297ac5444adacd9883511e0b55e3c8.tar.gz
Add missing param type to pcre reflection test
-rw-r--r--sapi/cli/tests/006.phpt2
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 ]