Home
last modified time | relevance | path

Searched refs:formatted (Results 1 – 25 of 227) sorted by relevance

12345678910

/PHP-5.5/ext/intl/formatter/
H A Dformatter_format.c38 UChar* formatted = format_buf; in PHP_FUNCTION() local
82 formatted = eumalloc(formatted_len); in PHP_FUNCTION()
86 efree(formatted); in PHP_FUNCTION()
101 efree(formatted); in PHP_FUNCTION()
116 efree(formatted); in PHP_FUNCTION()
128 INTL_METHOD_RETVAL_UTF8( nfo, formatted, formatted_len, ( formatted != format_buf ) ); in PHP_FUNCTION()
141 UChar* formatted = format_buf; in PHP_FUNCTION() local
175 formatted = eumalloc(formatted_len); in PHP_FUNCTION()
183 if (formatted != format_buf) { in PHP_FUNCTION()
184 efree(formatted); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/intl/tests/
H A Dformatter_get_set_symbol.phpt94 A number formatted with the new symbol: 12,345_._123
99 A number formatted with the new symbol: 12_,_345.123
104 A number formatted with the new symbol: 12,345.123
114 A number formatted with the new symbol: `a,bcd.`ab
119 A number formatted with the new symbol: 12,345.123
139 A number formatted with the new symbol: $12,345.12
154 A number formatted with the new symbol: 12,345.123
159 A number formatted with the new symbol: 12,345.123
164 A number formatted with the new symbol: 12,345.123
169 A number formatted with the new symbol: 12,345.123
[all …]
H A Dformatter_get_set_symbol2.phpt94 A number formatted with the new symbol: 12,345_._123
99 A number formatted with the new symbol: 12_,_345.123
104 A number formatted with the new symbol: 12,345.123
114 A number formatted with the new symbol: 12,345.123
119 A number formatted with the new symbol: 12,345.123
139 A number formatted with the new symbol: $12,345.12
154 A number formatted with the new symbol: 12,345.123
159 A number formatted with the new symbol: 12,345.123
164 A number formatted with the new symbol: 12,345.123
169 A number formatted with the new symbol: 12,345.123
[all …]
H A Ddateformat_clone.phpt17 $formatted = ut_datefmt_format($fmt,0);
18 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
23 $formatted = ut_datefmt_format($fmt,0);
24 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
25 $formatted = ut_datefmt_format($fmt_clone,0);
26 $res_str .= "\nResult of clone formatting timestamp=0 is : \n$formatted";
H A Ddateformat_clone2.phpt17 $formatted = ut_datefmt_format($fmt,0);
18 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
23 $formatted = ut_datefmt_format($fmt,0);
24 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
25 $formatted = ut_datefmt_format($fmt_clone,0);
26 $res_str .= "\nResult of clone formatting timestamp=0 is : \n$formatted";
H A Ddateformat_set_timezone_id.phpt38 $formatted = ut_datefmt_format( $fmt, 0);
39 $res_str .= "\nFormatting timestamp=0 resulted in $formatted";
40 $formatted = ut_datefmt_format( $fmt, 3600);
41 $res_str .= "\nFormatting timestamp=3600 resulted in $formatted";
H A Ddateformat_get_set_pattern.phpt32 $formatted = ut_datefmt_format($fmt,0);
33 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
43 $formatted = ut_datefmt_format($fmt,0);
44 … $res_str .= "\nResult of formatting timestamp=0 with the new pattern is : \n$formatted";
H A Ddateformat_get_set_pattern2.phpt32 $formatted = ut_datefmt_format($fmt,0);
33 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
43 $formatted = ut_datefmt_format($fmt,0);
44 … $res_str .= "\nResult of formatting timestamp=0 with the new pattern is : \n$formatted";
H A Ddateformat_set_timezone_id2.phpt44 $formatted = ut_datefmt_format( $fmt, 0);
45 $res_str .= "\nFormatting timestamp=0 resulted in $formatted";
46 $formatted = ut_datefmt_format( $fmt, 3600);
47 $res_str .= "\nFormatting timestamp=3600 resulted in $formatted";
H A Ddateformat_set_timezone_id3.phpt43 $formatted = ut_datefmt_format( $fmt, 0);
44 $res_str .= "\nFormatting timestamp=0 resulted in $formatted";
45 $formatted = ut_datefmt_format( $fmt, 3600);
46 $res_str .= "\nFormatting timestamp=3600 resulted in $formatted";
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_format.c38 UChar* formatted = NULL; in msgfmt_do_format() local
49 umsg_format_helper(mfo, args_copy, &formatted, &formatted_len TSRMLS_CC); in msgfmt_do_format()
54 if (formatted && U_FAILURE(INTL_DATA_ERROR_CODE(mfo))) { in msgfmt_do_format()
55 efree(formatted); in msgfmt_do_format()
61 INTL_METHOD_RETVAL_UTF8(mfo, formatted, formatted_len, 1); in msgfmt_do_format()
H A Dmsgformat_helpers.h22 UChar **formatted, int *formatted_len TSRMLS_DC);
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format.c37 UChar* formatted = NULL; in internal_format() local
44 formatted=(UChar*)emalloc(sizeof(UChar) * resultlengthneeded); in internal_format()
45 …udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, formatted, resultlengthneeded, NULL, &INTL_DATA_E… in internal_format()
48 if (formatted && U_FAILURE( INTL_DATA_ERROR_CODE(dfo) ) ) { in internal_format()
49 efree(formatted); in internal_format()
53 INTL_METHOD_RETVAL_UTF8( dfo, formatted, resultlengthneeded, 1 ); in internal_format()
/PHP-5.5/ext/date/tests/
H A Dtest-parse-from-format.phpt13 $formatted = $date->format( $format ) ;
14 $date2 = date_create_from_format( $format, $formatted );
15 var_dump( $format, $formatted, $date2 );
19 var_dump(date_parse_from_format( $format, $formatted ) );
/PHP-5.5/Zend/tests/
H A Dbug48693.phpt2 Bug #48693 (Double declaration of __lambda_func when lambda wrongly formatted)
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_basic8.phpt6 * Description: Return a formatted string
H A Dvsprintf_basic2.phpt6 * Description: Return a formatted string
H A Dvsprintf_basic4.phpt6 * Description: Return a formatted string
H A Dvprintf_basic8.phpt6 * Description: Output a formatted string
H A Dvsprintf_basic5.phpt6 * Description: Return a formatted string
H A Dvsprintf_basic6.phpt6 * Description: Return a formatted string
H A Dvprintf_basic2.phpt6 * Description: Output a formatted string
H A Dvsprintf_basic1.phpt6 * Description: Return a formatted string
H A Dvsprintf_basic7_64bit.phpt10 * Description: Return a formatted string
H A Dvprintf_basic4.phpt6 * Description: Output a formatted string

Completed in 26 milliseconds

12345678910