summaryrefslogtreecommitdiff
path: root/ext/intl/tests/msgfmt_clone_bad_obj.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/msgfmt_clone_bad_obj.phpt')
-rw-r--r--ext/intl/tests/msgfmt_clone_bad_obj.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/tests/msgfmt_clone_bad_obj.phpt b/ext/intl/tests/msgfmt_clone_bad_obj.phpt
index 829cd6f1e2..7d7e93788c 100644
--- a/ext/intl/tests/msgfmt_clone_bad_obj.phpt
+++ b/ext/intl/tests/msgfmt_clone_bad_obj.phpt
@@ -15,5 +15,6 @@ try {
} catch (Exception $e) {
var_dump($e->getMessage());
}
+?>
--EXPECTF--
string(%d) "Cannot clone unconstructed MessageFormatter"