Searched refs:msgfmt_format (Results 1 – 12 of 12) sorted by relevance
52 ZEND_FUNCTION(msgfmt_format);66 ZEND_ME_MAPPING(format, msgfmt_format, arginfo_class_MessageFormatter_format, ZEND_ACC_PUBLIC)
51 PHP_FUNCTION( msgfmt_format ) in PHP_FUNCTION() argument
2 Bug #80763 (msgfmt_format() does not accept DateTime references)
2 Bug GH-8364 (msgfmt_format $values may not support references)
19 Warning: MessageFormatter::format(): msgfmt_format: invalid object type for date/time (only IntlCal…
2 msgfmt_format()
2 msgfmt_format() with subpatterns
2 msgfmt_format() with named subpatterns
309 return $GLOBALS['oo-mode'] ? $fmt->format( $args ) : msgfmt_format( $fmt, $args);
921 ZEND_FUNCTION(msgfmt_format);1111 ZEND_FE(msgfmt_format, arginfo_msgfmt_format)
339 function msgfmt_format(MessageFormatter $formatter, array $values): string|false {} function
1326 . Fixed bug GH-8364 (msgfmt_format $values may not support references). (cmb)
Completed in 21 milliseconds