Home
last modified time | relevance | path

Searched refs:formatter (Results 1 – 16 of 16) sorted by relevance

/PHP-5.3/ext/intl/doc/
H A Dformatter_api.php348 * @param NumberFormatter $formatter The formatter resource
372 * @param NumberFormatter $formatter The formatter resource
383 * @param NumberFormatter $formatter The formatter resource
397 * @param NumberFormatter $formatter The formatter resource
440 function numfmt_set_pattern($formatter, $pattern) {} argument
448 function numfmt_get_attribute($formatter, $attribute) {} argument
464 function numfmt_get_symbol($formatter, $attribute) {} argument
476 function numfmt_get_pattern($formatter) {} argument
484 function numfmt_get_locale($formatter, $type = 0) {} argument
493 function numfmt_get_error_code($formatter) {} argument
[all …]
H A Dmsgfmt_api.php205 * @param NumberFormatter $formatter The formatter resource
208 function msgfmt_get_locale($formatter) {} argument
/PHP-5.3/ext/intl/
H A Dconfig.m427 formatter/formatter.c \
28 formatter/formatter_main.c \
29 formatter/formatter_class.c \
30 formatter/formatter_attr.c \
31 formatter/formatter_data.c \
32 formatter/formatter_format.c \
33 formatter/formatter_parse.c \
62 PHP_ADD_BUILD_DIR($ext_builddir/formatter)
H A Dconfig.w3227 ADD_SOURCES(configure_module_dirname + "/formatter", "\
28 formatter.c \
H A Dphp_intl.c125 ZEND_ARG_INFO(0, formatter)
132 ZEND_ARG_INFO(0, formatter)
202 ZEND_ARG_INFO(0, formatter)
/PHP-5.3/ext/intl/tests/
H A Dbug59597_32.phpt9 $formatter = new \NumberFormatter('en', \NumberFormatter::DECIMAL);
10 $value = $formatter->parse('2147483647', \NumberFormatter::TYPE_INT32);
13 $formatter = new \NumberFormatter('en', \NumberFormatter::DECIMAL);
14 $value = $formatter->parse('2147483650', \NumberFormatter::TYPE_INT64);
H A Dbug59597_64.phpt9 $formatter = new \NumberFormatter('en', \NumberFormatter::DECIMAL);
10 $value = $formatter->parse('2147483647', \NumberFormatter::TYPE_INT32);
13 $formatter = new \NumberFormatter('en', \NumberFormatter::DECIMAL);
14 $value = $formatter->parse('2147483650', \NumberFormatter::TYPE_INT64);
H A Dformatter_fail.phpt62 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
63 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
64 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
74 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
75 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
76 'numfmt_create: number formatter creation failed: U_UNSUPPORTED_ERROR'
77 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR'
78 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR'
79 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR'
H A Dmsgfmt_fail2.phpt79 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
80 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
81 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
82 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
83 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
94 'msgfmt_create: message formatter creation failed: U_PATTERN_SYNTAX_ERROR'
95 'msgfmt_create: message formatter creation failed: U_PATTERN_SYNTAX_ERROR'
96 'msgfmt_create: message formatter creation failed: U_PATTERN_SYNTAX_ERROR'
97 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
98 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
[all …]
H A Dmsgfmt_fail.phpt79 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
80 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
81 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
82 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
83 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
84 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
94 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
95 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
97 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
98 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'
[all …]
H A Dformatter_format.phpt56 $str_res .= "Bad formatter!\n";
82 Bad formatter!
94 Bad formatter!
106 Bad formatter!
118 Bad formatter!
130 Bad formatter!
H A Dformatter_format2.phpt56 $str_res .= "Bad formatter!\n";
82 Bad formatter!
94 Bad formatter!
106 Bad formatter!
118 Bad formatter!
130 Bad formatter!
H A Dmsgfmt_parse.phpt106 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
H A Dmsgfmt_format.phpt66 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
/PHP-5.3/ext/date/tests/
H A Dbug48058.phpt2 Bug #48058 (Year formatter goes wrong with out-of-int range)
/PHP-5.3/
H A DNEWS3344 - Fixed bug #48058 (Year formatter goes wrong with out-of-int range). (Derick)

Completed in 64 milliseconds