diff options
Diffstat (limited to 'ext/intl/tests/msgfmt_format_mixed_params.phpt')
| -rw-r--r-- | ext/intl/tests/msgfmt_format_mixed_params.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/msgfmt_format_mixed_params.phpt b/ext/intl/tests/msgfmt_format_mixed_params.phpt index 3ab7688b55..3a94e095e2 100644 --- a/ext/intl/tests/msgfmt_format_mixed_params.phpt +++ b/ext/intl/tests/msgfmt_format_mixed_params.phpt @@ -11,7 +11,7 @@ ini_set("intl.error_level", E_WARNING); $mf = new MessageFormatter('en_US', "{0,number} -- {foo,ordinal}"); - + var_dump($mf->format(array(2.3, "foo" => 1.3))); var_dump($mf->format(array("foo" => 1.3, 0 => 2.3))); |
