Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/tests/
H A Dmsgfmt_fail.phpt34 return msgfmt_create($l, $s);
55 $fmt = msgfmt_create();
66 $fmt = msgfmt_create('en');
83 'msgfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
86 'msgfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
89 'msgfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
125 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
126 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
127 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
130 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'
[all …]
H A Dmsgfmt_fail2.phpt34 return msgfmt_create($l, $s);
55 $fmt = msgfmt_create();
66 $fmt = msgfmt_create('en');
83 'msgfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
86 'msgfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
89 'msgfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
125 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
126 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
127 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
130 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'
[all …]
H A Dmsgfmt_format.phpt66 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
H A Dmsgfmt_parse.phpt106 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
H A Dut_common.inc301 …return $GLOBALS['oo-mode'] ? MessageFormatter::create( $locale, $pattern ) : msgfmt_create( $local…
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat.h22 PHP_FUNCTION( msgfmt_create );
H A Dmsgformat.c98 PHP_FUNCTION( msgfmt_create ) in PHP_FUNCTION() argument
H A Dmsgformat_class.c129 …ZEND_FENTRY( create, ZEND_FN( msgfmt_create ), arginfo_messageformatter___construct, ZEND_ACC_PUB…
/PHP-7.1/ext/intl/doc/
H A Dmsgfmt_api.php121 function msgfmt_create($locale, $pattern) {} function
/PHP-7.1/ext/intl/
H A Dphp_intl.c687 PHP_FE( msgfmt_create, arginfo_msgfmt_create )

Completed in 32 milliseconds