Home
last modified time | relevance | path

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

/php-src/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-src/ext/intl/msgformat/
H A Dmsgformat_arginfo.h50 ZEND_FUNCTION(msgfmt_create);
H A Dmsgformat.c107 PHP_FUNCTION( msgfmt_create ) in PHP_FUNCTION() argument
/php-src/ext/intl/
H A Dphp_intl.stub.php506 function msgfmt_create(string $locale, string $pattern): ?MessageFormatter {} function
H A Dphp_intl_arginfo.h923 ZEND_FUNCTION(msgfmt_create);
1110 ZEND_FE(msgfmt_create, arginfo_msgfmt_create)

Completed in 22 milliseconds