diff options
Diffstat (limited to 'ext/pcre/tests')
| -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 ec573c77bf..04eef25e3d 100644 --- a/ext/pcre/tests/preg_replace_error1.phpt +++ b/ext/pcre/tests/preg_replace_error1.phpt @@ -55,5 +55,5 @@ string(1) "a" Arg value is /[a-zA-Z]/ string(1) "1" -Catchable fatal error: Object of class stdClass could not be converted to string in %spreg_replace_error1.php on line %d +Recoverable fatal error: Object of class stdClass could not be converted to string in %spreg_replace_error1.php on line %d diff --git a/ext/pcre/tests/preg_replace_error2.phpt b/ext/pcre/tests/preg_replace_error2.phpt index bf5d3e072c..79f4c60d69 100644 --- a/ext/pcre/tests/preg_replace_error2.phpt +++ b/ext/pcre/tests/preg_replace_error2.phpt @@ -33,5 +33,5 @@ Arg value is: Array Warning: preg_replace(): Parameter mismatch, pattern is a string while replacement is an array in %spreg_replace_error2.php on line %d bool(false) -Catchable fatal error: Object of class stdClass could not be converted to string in %spreg_replace_error2.php on line %d +Recoverable fatal error: Object of class stdClass could not be converted to string in %spreg_replace_error2.php on line %d |
