Searched refs:msgfmt_format (Results 1 – 11 of 11) sorted by relevance
22 PHP_FUNCTION( msgfmt_format );
58 PHP_FUNCTION( msgfmt_format ) in PHP_FUNCTION() argument
130 PHP_NAMED_FE( format, ZEND_FN( msgfmt_format ), arginfo_messageformatter_format )
2 Bug #80763 (msgfmt_format() does not accept DateTime references)
20 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);
694 PHP_FE( msgfmt_format, arginfo_msgfmt_format )
361 . Fixed bug #80763 (msgfmt_format() does not accept DateTime references).
Completed in 22 milliseconds