Searched refs:MessageFormatter (Results 1 – 11 of 11) sorted by relevance
/PHP-5.4/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.4/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 | bug62915-2.phpt | 16 class C extends MessageFormatter {
|
H A D | ut_common.inc | 290 /* 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.4/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
|
H A D | msgformat_class.c | 145 …PHP_ME( MessageFormatter, __construct, arginfo_messageformatter___construct, ZEND_ACC_PUBLIC|ZEND_…
|
/PHP-5.4/ |
H A D | NEWS | 1578 . Fixed bug #62564 (Extending MessageFormatter and adding property causes
|
Completed in 57 milliseconds