From: Nikita Popov Date: Wed, 29 May 2019 15:02:36 +0000 (+0200) Subject: Update cli reflection test X-Git-Tag: php-7.4.0alpha1~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b32b8e91bd1593ae14a06ab7bacac8892392a4d1;p=php Update cli reflection test --- diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt index 6a980b8c45..54d1a96a88 100644 --- a/sapi/cli/tests/006.phpt +++ b/sapi/cli/tests/006.phpt @@ -97,21 +97,23 @@ string(%d) "Extension [ extension #%d pcre version %s ] { } Function [ function preg_replace_callback ] { - - Parameters [5] { + - Parameters [6] { Parameter #0 [ $regex ] Parameter #1 [ $callback ] Parameter #2 [ $subject ] Parameter #3 [ $limit ] Parameter #4 [ &$count ] + Parameter #5 [ $flags ] } } Function [ function preg_replace_callback_array ] { - - Parameters [4] { + - Parameters [5] { Parameter #0 [ $pattern ] Parameter #1 [ $subject ] Parameter #2 [ $limit ] Parameter #3 [ &$count ] + Parameter #4 [ $flags ] } } Function [ function preg_filter ] {