summaryrefslogtreecommitdiff
path: root/ext/intl/tests/msgfmt_format_error6.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/msgfmt_format_error6.phpt')
-rw-r--r--ext/intl/tests/msgfmt_format_error6.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/intl/tests/msgfmt_format_error6.phpt b/ext/intl/tests/msgfmt_format_error6.phpt
index b07d2ab774..94f0b3a939 100644
--- a/ext/intl/tests/msgfmt_format_error6.phpt
+++ b/ext/intl/tests/msgfmt_format_error6.phpt
@@ -16,8 +16,6 @@ EOD;
$mf = new MessageFormatter('en_US', $fmt);
var_dump($mf->format(array("foo" => 'bar', 7 => fopen('php://memory', 'r+'))));
-
--EXPECTF--
-
Warning: MessageFormatter::format(): No strategy to convert the value given for the argument with key '7' is available in %s on line %d
bool(false)