Skip to content

Commit

Permalink
Add missing param type to pcre reflection test
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Sep 15, 2020
1 parent d81ea5e commit 6082fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/cli/tests/006.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 6082fd3

Please sign in to comment.