/PHP-5.5/ext/intl/doc/ |
H A D | msgfmt_api.php | 13 class MessageFormatter { class 119 * @return MessageFormatter formatter object 125 * @param MessageFormatter $fmt The message formatter 137 * @param MessageFormatter $fmt The message formatter 171 * @param MessageFormatter $fmt The message formatter 179 * @param MessageFormatter $fmt The message formatter 190 * @param MessageFormatter $fmt The message formatter 197 * @param MessageFormatter $fmt The message formatter
|
/PHP-5.5/ext/intl/tests/ |
H A D | msgfmt_fail.phpt | 18 return new MessageFormatter($l, $s); 21 return MessageFormatter::create($l, $s); 38 $fmt = new MessageFormatter(); 42 $fmt = MessageFormatter::create(); 44 $fmt = new MessageFormatter('en'); 48 $fmt = MessageFormatter::create('en'); 62 Warning: MessageFormatter::__construct() expects exactly 2 parameters, 0 given in %s on line %d 68 Warning: MessageFormatter::create() expects exactly 2 parameters, 0 given in %s on line %d 71 Warning: MessageFormatter::__construct() expects exactly 2 parameters, 1 given in %s on line %d 77 Warning: MessageFormatter::create() expects exactly 2 parameters, 1 given in %s on line %d [all …]
|
H A D | msgfmt_fail2.phpt | 18 return new MessageFormatter($l, $s); 21 return MessageFormatter::create($l, $s); 38 $fmt = new MessageFormatter(); 42 $fmt = MessageFormatter::create(); 44 $fmt = new MessageFormatter('en'); 48 $fmt = MessageFormatter::create('en'); 62 Warning: MessageFormatter::__construct() expects exactly 2 parameters, 0 given in %s on line %d 68 Warning: MessageFormatter::create() expects exactly 2 parameters, 0 given in %s on line %d 71 Warning: MessageFormatter::__construct() expects exactly 2 parameters, 1 given in %s on line %d 77 Warning: MessageFormatter::create() expects exactly 2 parameters, 1 given in %s on line %d [all …]
|
H A D | msgfmt_clone_bad_obj.phpt | 2 Cloning unconstructed MessageFormatter 8 class A extends MessageFormatter { 20 string(%d) "Cannot clone unconstructed MessageFormatter"
|
H A D | msgfmt_format_error4.phpt | 2 MessageFormatter::format() invalid UTF-8 for arg key or value 17 $mf = new MessageFormatter('en_US', $fmt); 24 Warning: MessageFormatter::format(): Invalid UTF-8 data in argument key: '�' in %s on line %d 27 Warning: MessageFormatter::format(): Invalid UTF-8 data in string argument: '�' in %s on line %d
|
H A D | msgfmt_format_error5.phpt | 2 MessageFormatter::format() invalid date/time argument 19 $mf = new MessageFormatter('en_US', $fmt); 23 Warning: MessageFormatter::format(): msgfmt_format: invalid object type for date/time (only IntlCal… 25 Warning: MessageFormatter::format(): The argument for key 'foo' cannot be used as a date or time in…
|
H A D | msgfmt_format_error2.phpt | 2 MessageFormatter::format() inconsistent types in named argument 17 $mf = new MessageFormatter('en_US', $fmt); 22 Warning: MessageFormatter::format(): Inconsistent types declared for an argument in %s on line %d
|
H A D | msgfmt_format_error3.phpt | 2 MessageFormatter::format() given negative arg key 17 $mf = new MessageFormatter('en_US', $fmt); 22 Warning: MessageFormatter::format(): Found negative or too large array key in %s on line %d
|
H A D | msgfmt_format_error6.phpt | 2 MessageFormatter::format() invalid type for key not in pattern 17 $mf = new MessageFormatter('en_US', $fmt); 22 Warning: MessageFormatter::format(): No strategy to convert the value given for the argument with k…
|
H A D | msgfmt_format_error1.phpt | 2 MessageFormatter::format() insufficient numeric arguments 15 $mf = new MessageFormatter('en_US', $fmt);
|
H A D | bug58756_MessageFormatter.phpt | 2 Bug #58756: w.r.t MessageFormatter 19 $msgf = new MessageFormatter('en_US', '{0,date,full} {0,time,h:m:s a V}'); 25 /*$msgf = new MessageFormatter('en_US',
|
H A D | bug58756_MessageFormatter_variant2.phpt | 2 Bug #58756: w.r.t MessageFormatter 19 $msgf = new MessageFormatter('en_US', '{0,date,full} {0,time,h:m:s a V}'); 25 /*$msgf = new MessageFormatter('en_US',
|
H A D | msgfmt_setPattern_cache.phpt | 2 MessageFormatter::setPattern() invalidates arg types cache 12 $mf = new MessageFormatter('en_US',
|
H A D | msgfmt_format_mixed_params.phpt | 2 MessageFormatter::format(): mixed named and numeric parameters 14 $mf = new MessageFormatter('en_US',
|
H A D | msgfmt_format_datetime.phpt | 2 MessageFormatter::format(): DateTime accepted to format dates and times 20 $mf = new MessageFormatter('en_US', $fmt);
|
H A D | msgfmt_format_intlcalendar.phpt | 15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}'); 19 /*$msgf = new MessageFormatter('en_US',
|
H A D | msgfmt_format_intlcalendar_variant2.phpt | 15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}'); 19 /*$msgf = new MessageFormatter('en_US',
|
H A D | msgfmt_format_intlcalendar_variant4.phpt | 15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}'); 19 /*$msgf = new MessageFormatter('en_US',
|
H A D | msgfmt_format_intlcalendar_variant3.phpt | 16 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}'); 20 /*$msgf = new MessageFormatter('en_US',
|
H A D | msgfmt_format_simple_types_numeric_strings.phpt | 2 MessageFormatter::format(): simple types handling with numeric strings 16 $mf = new MessageFormatter('en_US',"
|
H A D | msgfmt_millisecond_dates.phpt | 13 $mf = new MessageFormatter('en_US',
|
H A D | bug62915-2.phpt | 16 class C extends MessageFormatter {
|
/PHP-5.5/ext/intl/msgformat/ |
H A D | msgformat_class.h | 39 #define MSG_FORMAT_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(MessageFormatter, mfo) 40 #define MSG_FORMAT_METHOD_FETCH_OBJECT_NO_CHECK INTL_METHOD_FETCH_OBJECT(MessageFormatter, mfo)
|
H A D | msgformat.h | 25 PHP_METHOD( MessageFormatter, __construct );
|
H A D | msgformat.c | 106 PHP_METHOD( MessageFormatter, __construct ) in PHP_METHOD() argument
|