Home
last modified time | relevance | path

Searched refs:msgfmt_format (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/ext/intl/tests/
H A Dbug80763.phpt2 Bug #80763 (msgfmt_format() does not accept DateTime references)
H A Dgh8364.phpt2 Bug GH-8364 (msgfmt_format $values may not support references)
H A Dmsgfmt_format_error5.phpt19 Warning: MessageFormatter::format(): msgfmt_format: invalid object type for date/time (only IntlCal…
H A Dmsgfmt_format.phpt2 msgfmt_format()
H A Dmsgfmt_format_subpatterns.phpt2 msgfmt_format() with subpatterns
H A Dmsgfmt_format_subpatterns_named.phpt2 msgfmt_format() with named subpatterns
H A Dut_common.inc309 return $GLOBALS['oo-mode'] ? $fmt->format( $args ) : msgfmt_format( $fmt, $args);
/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat_arginfo.h52 ZEND_FUNCTION(msgfmt_format);
66 ZEND_ME_MAPPING(format, msgfmt_format, arginfo_class_MessageFormatter_format, ZEND_ACC_PUBLIC)
H A Dmsgformat_format.c51 PHP_FUNCTION( msgfmt_format ) in PHP_FUNCTION() argument
/PHP-8.3/ext/intl/
H A Dphp_intl_arginfo.h921 ZEND_FUNCTION(msgfmt_format);
1111 ZEND_FE(msgfmt_format, arginfo_msgfmt_format)
H A Dphp_intl.stub.php504 function msgfmt_format(MessageFormatter $formatter, array $values): string|false {} function

Completed in 35 milliseconds