Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_fail.phpt24 return msgfmt_create($l, $s);
40 $fmt = msgfmt_create();
46 $fmt = msgfmt_create('en');
63 'msgfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
66 'msgfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
69 'msgfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
72 'msgfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
97 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
98 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
99 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
[all …]
H A Dmsgfmt_fail2.phpt24 return msgfmt_create($l, $s);
40 $fmt = msgfmt_create();
46 $fmt = msgfmt_create('en');
63 'msgfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
66 'msgfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
69 'msgfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
72 'msgfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
97 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
98 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
99 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
[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.inc293 …return $GLOBALS['oo-mode'] ? MessageFormatter::create( $locale, $pattern ) : msgfmt_create( $local…
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat.h22 PHP_FUNCTION( msgfmt_create );
H A Dmsgformat.c96 PHP_FUNCTION( msgfmt_create ) in PHP_FUNCTION() argument
H A Dmsgformat_class.c146 …ZEND_FENTRY( create, ZEND_FN( msgfmt_create ), arginfo_messageformatter___construct, ZEND_ACC_PUB…
/PHP-5.5/ext/intl/doc/
H A Dmsgfmt_api.php121 function msgfmt_create($locale, $pattern) {} function
/PHP-5.5/ext/intl/
H A Dphp_intl.c697 PHP_FE( msgfmt_create, arginfo_msgfmt_create )

Completed in 19 milliseconds