Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/doc/
H A Dmsgfmt_api.php13 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.3/ext/intl/tests/
H A Dmsgfmt_fail2.phpt18 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 Dmsgfmt_fail.phpt18 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 Dmsgfmt_clone_bad_obj.phpt2 Cloning unconstructed MessageFormatter
8 class A extends MessageFormatter {
20 string(%d) "Cannot clone unconstructed MessageFormatter"
H A Dbug62915-2.phpt16 class C extends MessageFormatter {
H A Dut_common.inc290 /* MessageFormatter functions */
293 …return $GLOBALS['oo-mode'] ? MessageFormatter::create( $locale, $pattern ) : msgfmt_create( $local…
305 …return $GLOBALS['oo-mode'] ? MessageFormatter::formatMessage( $locale, $pattern, $args ) : msgfmt_…
309 …return $GLOBALS['oo-mode'] ? MessageFormatter::parseMessage( $locale, $pattern, $string ) : msgfmt…
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_class.h39 #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 Dmsgformat.h25 PHP_METHOD( MessageFormatter, __construct );
H A Dmsgformat.c106 PHP_METHOD( MessageFormatter, __construct ) in PHP_METHOD() argument
H A Dmsgformat_class.c144 …PHP_ME( MessageFormatter, __construct, arginfo_messageformatter___construct, ZEND_ACC_PUBLIC|ZEND_…

Completed in 13 milliseconds