diff options
Diffstat (limited to 'ext/pcre/tests/preg_match_all_error1.phpt')
| -rw-r--r-- | ext/pcre/tests/preg_match_all_error1.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/tests/preg_match_all_error1.phpt b/ext/pcre/tests/preg_match_all_error1.phpt index 3a65fca852..e052327cea 100644 --- a/ext/pcre/tests/preg_match_all_error1.phpt +++ b/ext/pcre/tests/preg_match_all_error1.phpt @@ -62,7 +62,7 @@ bool(false) NULL Arg value is Array -preg_match_all() expects argument #1 ($pattern) to be of type string, array given +preg_match_all(): Argument #1 ($pattern) must be of type string, array given NULL Arg value is /[a-zA-Z]/ @@ -80,5 +80,5 @@ array(1) { string(1) "t" } } -preg_match_all() expects argument #1 ($pattern) to be of type string, object given +preg_match_all(): Argument #1 ($pattern) must be of type string, object given NULL |
