]> granicus.if.org Git - php/commitdiff
Add missing param type to pcre reflection test
authorMáté Kocsis <kocsismate@woohoolabs.com>
Tue, 15 Sep 2020 10:46:40 +0000 (12:46 +0200)
committerMáté Kocsis <kocsismate@woohoolabs.com>
Tue, 15 Sep 2020 10:47:07 +0000 (12:47 +0200)
sapi/cli/tests/006.phpt

index eac538017837ed29b244269f1ab5e18de38a18c0..f3443b7475e64c54bb57f53d41eca48b8b202b70 100644 (file)
@@ -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 ]