diff options
author | Marcus Boerger <helly@php.net> | 2008-08-30 11:32:29 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2008-08-30 11:32:29 +0000 |
commit | 3dadcee60bc6d3b8bd783fef305169d642ea4aa1 (patch) | |
tree | 49111a57d85749ffe228515a4568284202c04917 /sapi | |
parent | 063ed94f287ee06f6e28cf4cf49ccdfbb90e5f1f (diff) | |
download | php-git-3dadcee60bc6d3b8bd783fef305169d642ea4aa1.tar.gz |
- MFH Fix test
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/cli/tests/006.phpt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt index a38931c247..f9d2432247 100644 --- a/sapi/cli/tests/006.phpt +++ b/sapi/cli/tests/006.phpt @@ -94,6 +94,16 @@ string(%d) "Extension [ <persistent> extension #%d pcre version <no_version> ] { Parameter #4 [ <optional> &$count ] } } + Function [ <internal:pcre> function preg_filter ] { + + - Parameters [5] { + Parameter #0 [ <required> $regex ] + Parameter #1 [ <required> $replace ] + Parameter #2 [ <optional> $subject ] + Parameter #3 [ <optional> $limit ] + Parameter #4 [ <optional> &$count ] + } + } Function [ <internal:pcre> function preg_split ] { - Parameters [4] { |