Searched refs:formatMessage (Results 1 – 4 of 4) sorted by relevance
2 Bug #74484 MessageFormatter::formatMessage memory corruption with 11+ named placeholder27 var_dump(MessageFormatter::formatMessage('en_US', $text, $vars));
317 …return $GLOBALS['oo-mode'] ? MessageFormatter::formatMessage( $locale, $pattern, $args ) : msgfmt_…
25 public static function formatMessage(string $locale, string $pattern, array $values) {} function in MessageFormatter
62 …ZEND_ME_MAPPING(formatMessage, msgfmt_format_message, arginfo_class_MessageFormatter_formatMessage…
Completed in 9 milliseconds