testFormat()
testFormat()
testFormat_plural()
This test fails on PHP 5.4.4 The return value expected is No pages , but returns false
var_dump( msgfmt_get_error_message($fmt) ); U_ZERO_ERROR
It seems $fmt = msgfmt_create($locale, $string); is not creating with this string , so the msgfmt_format() throws expects parameter 1 to be MessageFormatter, null given error.
Loading…