Home
last modified time | relevance | path

Searched refs:formatMessage (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/intl/tests/
H A Dbug74484_MessageFormatter.phpt2 Bug #74484 MessageFormatter::formatMessage memory corruption with 11+ named placeholder
24 var_dump(MessageFormatter::formatMessage('en_US', $text, $vars));
H A Dgh12020.phpt2 GitHub #12020 intl_get_error_message() broken after MessageFormatter::formatMessage() fails
8 var_dump(\MessageFormatter::formatMessage('en', 'some message with {invalid format}', []), intl_get…
9 var_dump(\MessageFormatter::formatMessage('en', 'some {wrong.format}', []), intl_get_error_message(…
H A Dgh11658.phpt10 $s = MessageFormatter::formatMessage('en', 'some {wrong.format}', []);
17 Warning: MessageFormatter::formatMessage(): pattern syntax error (parse error at offset 6, after "s…
H A Dut_common.inc317 …return $GLOBALS['oo-mode'] ? MessageFormatter::formatMessage( $locale, $pattern, $args ) : msgfmt_…
/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat.stub.php26 …public static function formatMessage(string $locale, string $pattern, array $values): string|false… function in MessageFormatter
H A Dmsgformat_arginfo.h67 …ZEND_ME_MAPPING(formatMessage, msgfmt_format_message, arginfo_class_MessageFormatter_formatMessage…
/PHP-8.2/
H A DNEWS983 MessageFormatter::formatMessage() fails). (Girgias)

Completed in 14 milliseconds