summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-05-29 17:02:36 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-05-29 17:02:36 +0200
commitb32b8e91bd1593ae14a06ab7bacac8892392a4d1 (patch)
treec1b38241cf47f301a32fe5098a317753f7e4b1c5 /sapi
parent43be89ed877c0e300b358604a815ce6611b2535f (diff)
downloadphp-git-b32b8e91bd1593ae14a06ab7bacac8892392a4d1.tar.gz
Update cli reflection test
Diffstat (limited to 'sapi')
-rw-r--r--sapi/cli/tests/006.phpt6
1 files changed, 4 insertions, 2 deletions
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 [ <persistent> extension #%d pcre version %s ] {
}
Function [ <internal:pcre> function preg_replace_callback ] {
- - Parameters [5] {
+ - Parameters [6] {
Parameter #0 [ <required> $regex ]
Parameter #1 [ <required> $callback ]
Parameter #2 [ <required> $subject ]
Parameter #3 [ <optional> $limit ]
Parameter #4 [ <optional> &$count ]
+ Parameter #5 [ <optional> $flags ]
}
}
Function [ <internal:pcre> function preg_replace_callback_array ] {
- - Parameters [4] {
+ - Parameters [5] {
Parameter #0 [ <required> $pattern ]
Parameter #1 [ <required> $subject ]
Parameter #2 [ <optional> $limit ]
Parameter #3 [ <optional> &$count ]
+ Parameter #4 [ <optional> $flags ]
}
}
Function [ <internal:pcre> function preg_filter ] {