Home
last modified time | relevance | path

Searched refs:fmt (Results 51 – 75 of 90) sorted by relevance

1234

/PHP-5.5/ext/intl/tests/
H A Dformatter_format_currency2.phpt33 $fmt = ut_nfmt_create( $locale, NumberFormatter::CURRENCY );
34 …$res_str .= "$locale: " . var_export( ut_nfmt_format_currency( $fmt, $number, $currency ), true ) …
H A Dformatter_get_locale.phpt30 $fmt = ut_nfmt_create( $locale, NumberFormatter::DECIMAL );
35 dump( ut_nfmt_get_locale( $fmt, $loc_type ) ) );
H A Dformatter_get_locale_variant2.phpt30 $fmt = ut_nfmt_create( $locale, NumberFormatter::DECIMAL );
35 dump( ut_nfmt_get_locale( $fmt, $loc_type ) ) );
H A Dmsgfmt_format_error4.phpt13 $fmt = <<<EOD
17 $mf = new MessageFormatter('en_US', $fmt);
H A Dmsgfmt_format_error5.phpt15 $fmt = <<<EOD
19 $mf = new MessageFormatter('en_US', $fmt);
H A Dmsgfmt_format.phpt31 $fmt = ut_msgfmt_create( $locale, $pattern );
32 if(!$fmt) {
36 $str_res .= dump( ut_msgfmt_format( $fmt, array($m, $t, $m/$t) ) ) . "\n";
H A Dmsgfmt_parse.phpt39 $fmt = ut_msgfmt_create( $locale, $pattern );
40 if(!$fmt) {
44 $str_res .= dump( ut_msgfmt_parse( $fmt, $results[$locale] ) ) . "\n";
H A Ddateformat_get_datetype.phpt28 …$fmt = ut_datefmt_create( "de-DE", $datetype_entry , IntlDateFormatter::SHORT,'America/Los_Angele…
29 $date_type = ut_datefmt_get_datetype( $fmt);
H A Ddateformat_get_timetype.phpt28 …$fmt = ut_datefmt_create( "de-DE", IntlDateFormatter::SHORT, $timetype_entry ,'America/Los_Angele…
29 $time_type = ut_datefmt_get_timetype( $fmt);
H A Ddateformat_get_timezone_id.phpt29 …$fmt = ut_datefmt_create( "de-DE", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT, $timezone_…
30 $timezone_id = ut_datefmt_get_timezone_id( $fmt);
H A Dmsgfmt_format_subpatterns.phpt49 $fmt = ut_msgfmt_create( 'en_US', $pattern );
50 if(!$fmt) {
55 $str_res .= dump( ut_msgfmt_format($fmt, $arg) ). "\n";
H A Dmsgfmt_format_subpatterns_named.phpt49 $fmt = ut_msgfmt_create( 'en_US', $pattern );
50 if(!$fmt) {
55 $str_res .= dump( ut_msgfmt_format($fmt, $arg) ). "\n";
H A Ddateformat_format_parse.phpt81 $fmt = ut_datefmt_create( $locale_entry , $datetype_entry ,$datetype_entry,$timezone);
82 $formatted = ut_datefmt_format( $fmt , $timestamp_entry);
84 $parsed = ut_datefmt_parse( $fmt , $formatted);
106 $fmt = ut_datefmt_create( $locale_entry , $datetype_entry ,$datetype_entry,$timezone);
107 $formatted1 = ut_datefmt_format( $fmt , $localtime_entry);
114 $parsed_arr = ut_datefmt_localtime( $fmt, $formatted1 );
H A Ddateformat_format_parse_version2.phpt81 $fmt = ut_datefmt_create( $locale_entry , $datetype_entry ,$datetype_entry,$timezone);
82 $formatted = ut_datefmt_format( $fmt , $timestamp_entry);
84 $parsed = ut_datefmt_parse( $fmt , $formatted);
106 $fmt = ut_datefmt_create( $locale_entry , $datetype_entry ,$datetype_entry,$timezone);
107 $formatted1 = ut_datefmt_format( $fmt , $localtime_entry);
114 $parsed_arr = ut_datefmt_localtime( $fmt, $formatted1 );
H A Ddateformat_format.phpt95 …$fmt = ut_datefmt_create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFor…
96 $formatted = ut_datefmt_format( $fmt , $timestamp_entry);
115 …$fmt = ut_datefmt_create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFor…
116 $formatted1 = ut_datefmt_format( $fmt , $localtime_entry);
133 …$fmt = ut_datefmt_create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFor…
134 $formatted1 = ut_datefmt_format( $fmt , $date_entry);
H A Ddateformat_parse.phpt52 $fmt = ut_datefmt_create( 'en_US_CA', $text_entry[1], $text_entry[2]);
54 $parsed = ut_datefmt_parse( $fmt , $text_entry[0] , $parse_pos );
H A Ddateformat_format_variant3.phpt95 …$fmt = ut_datefmt_create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFor…
96 $formatted = ut_datefmt_format( $fmt , $timestamp_entry);
115 …$fmt = ut_datefmt_create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFor…
116 $formatted1 = ut_datefmt_format( $fmt , $localtime_entry);
133 …$fmt = ut_datefmt_create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFor…
134 $formatted1 = ut_datefmt_format( $fmt , $date_entry);
H A Ddateformat_format_variant2.phpt95 …$fmt = ut_datefmt_create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFor…
96 $formatted = ut_datefmt_format( $fmt , $timestamp_entry);
115 …$fmt = ut_datefmt_create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFor…
116 $formatted1 = ut_datefmt_format( $fmt , $localtime_entry);
133 …$fmt = ut_datefmt_create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFor…
134 $formatted1 = ut_datefmt_format( $fmt , $date_entry);
H A Ddateformat_parse_timestamp_parsepos.phpt55 $fmt = ut_datefmt_create( $locale_entry , $datetype_entry ,$datetype_entry);
57 $parsed = ut_datefmt_parse( $fmt , $text_entry, $pos);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_alloc.h87 #define mnd_sprintf(p, mx_len, fmt,...) mysqlnd_allocator.m_sprintf((p), (mx_len), (fmt), __VA_ARGS… argument
88 #define mnd_vsprintf(p, mx_len, fmt,ap) mysqlnd_allocator.m_vsprintf((p), (mx_len), (fmt), (ap)) argument
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregerror.c318 UChar* pat, UChar* pat_end, const UChar *fmt, ...) in onig_snprintf_with_pattern() argument
320 onig_snprintf_with_pattern(buf, bufsize, enc, pat, pat_end, fmt, va_alist) in onig_snprintf_with_pattern()
326 const UChar *fmt;
335 va_init_list(args, fmt);
336 n = xvsnprintf((char* )buf, bufsize, (const char* )fmt, args);
/PHP-5.5/sapi/fpm/fpm/
H A Dzlog.h20 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...)
/PHP-5.5/ext/standard/
H A Dformatted_print.c214 int adjust, char fmt, in php_sprintf_appenddouble() argument
230 *buffer, pos, size, number, width, padding, alignment, fmt)); in php_sprintf_appenddouble()
252 switch (fmt) { in php_sprintf_appenddouble()
264 s = php_conv_fp((fmt == 'f')?'F':fmt, number, 0, precision, in php_sprintf_appenddouble()
265 (fmt == 'f')?LCONV_DECIMAL_POINT:'.', in php_sprintf_appenddouble()
292 s = php_gcvt(number, precision, LCONV_DECIMAL_POINT, (fmt == 'G')?'E':'e', &num_buf[1]); in php_sprintf_appenddouble()
/PHP-5.5/main/streams/
H A Dtransports.c42 #define ERR_REPORT(out_err, fmt, arg) \ argument
43 if (out_err) { spprintf(out_err, 0, fmt, arg); } \
44 else { php_error_docref(NULL TSRMLS_CC, E_WARNING, fmt, arg); }
46 #define ERR_RETURN(out_err, local_err, fmt) \ argument
48 …else { php_error_docref(NULL TSRMLS_CC, E_WARNING, fmt, local_err ? local_err : "Unspecified error…
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c354 char *fmt; in firebird_stmt_get_col() local
386 fmt = S->H->date_format ? S->H->date_format : PDO_FB_DEF_DATE_FMT; in firebird_stmt_get_col()
390 fmt = S->H->time_format ? S->H->time_format : PDO_FB_DEF_TIME_FMT; in firebird_stmt_get_col()
394 fmt = S->H->timestamp_format ? S->H->timestamp_format : PDO_FB_DEF_TIMESTAMP_FMT; in firebird_stmt_get_col()
399 *len = strftime(*ptr, *len, fmt, &t); in firebird_stmt_get_col()

Completed in 51 milliseconds

1234