Home
last modified time | relevance | path

Searched refs:msgfmt_create (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/ext/intl/tests/
H A Dmsgfmt_fail2.phpt39 return msgfmt_create($l, $s);
65 $fmt = msgfmt_create();
86 $fmt = msgfmt_create('en');
134 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
139 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
166 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
167 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
168 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
171 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'
172 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'
[all …]
H A Dmsgfmt_parse.phpt106 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
H A Dmsgfmt_format.phpt66 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
H A Dut_common.inc305 …return $GLOBALS['oo-mode'] ? MessageFormatter::create( $locale, $pattern ) : msgfmt_create( $local…
/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat_arginfo.h51 ZEND_FUNCTION(msgfmt_create);
65 …ZEND_ME_MAPPING(create, msgfmt_create, arginfo_class_MessageFormatter_create, ZEND_ACC_PUBLIC|ZEND…
H A Dmsgformat.c109 PHP_FUNCTION( msgfmt_create ) in PHP_FUNCTION() argument
/PHP-8.3/ext/intl/
H A Dphp_intl_arginfo.h920 ZEND_FUNCTION(msgfmt_create);
1110 ZEND_FE(msgfmt_create, arginfo_msgfmt_create)
H A Dphp_intl.stub.php502 function msgfmt_create(string $locale, string $pattern): ?MessageFormatter {} function

Completed in 35 milliseconds