diff options
Diffstat (limited to 'ext/pcre')
| -rw-r--r-- | ext/pcre/tests/preg_replace_error1.phpt | 2 | ||||
| -rw-r--r-- | ext/pcre/tests/preg_replace_error2.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/tests/preg_replace_error1.phpt b/ext/pcre/tests/preg_replace_error1.phpt index 58cd049691..e654240f37 100644 --- a/ext/pcre/tests/preg_replace_error1.phpt +++ b/ext/pcre/tests/preg_replace_error1.phpt @@ -56,4 +56,4 @@ string(1) "a" Arg value is /[a-zA-Z]/ string(1) "1" -preg_replace(): Argument #1 ($regex) must be of type string|array, stdClass given +preg_replace(): Argument #1 ($regex) must be of type array|string, stdClass given diff --git a/ext/pcre/tests/preg_replace_error2.phpt b/ext/pcre/tests/preg_replace_error2.phpt index 9a3056ab88..c4503aafd1 100644 --- a/ext/pcre/tests/preg_replace_error2.phpt +++ b/ext/pcre/tests/preg_replace_error2.phpt @@ -36,5 +36,5 @@ string(64) "this is a stringthis is a stringthis is a stringthis is a string" Arg value is: Array preg_replace(): Argument #1 ($regex) must be of type array when argument #2 ($replace) is an array, string given -preg_replace(): Argument #2 ($replace) must be of type string|array, stdClass given +preg_replace(): Argument #2 ($replace) must be of type array|string, stdClass given Done |
