/PHP-5.3/ext/intl/formatter/ |
H A D | formatter_format.c | 38 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.3/ext/intl/tests/ |
H A D | formatter_get_set_symbol.phpt | 94 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 D | formatter_get_set_symbol2.phpt | 94 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 D | dateformat_clone.phpt | 17 $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 D | dateformat_clone2.phpt | 17 $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 D | dateformat_set_timezone_id.phpt | 38 $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 D | dateformat_set_timezone_id2.phpt | 38 $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 D | dateformat_get_set_pattern.phpt | 32 $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 D | dateformat_get_set_pattern2.phpt | 32 $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";
|
/PHP-5.3/ext/intl/msgformat/ |
H A D | msgformat_format.c | 39 UChar* formatted = NULL; in msgfmt_do_format() local 66 …umsg_format_helper(MSG_FORMAT_OBJECT(mfo), count, fargs, &formatted, &formatted_len, &INTL_DATA_ER… in msgfmt_do_format() 74 if (formatted && U_FAILURE( INTL_DATA_ERROR_CODE(mfo) ) ) { in msgfmt_do_format() 75 efree(formatted); in msgfmt_do_format() 79 INTL_METHOD_RETVAL_UTF8( mfo, formatted, formatted_len, 1 ); in msgfmt_do_format()
|
H A D | msgformat_helpers.h | 22 UChar **formatted, int *formatted_len, UErrorCode *status TSRMLS_DC);
|
H A D | msgformat_helpers.cpp | 58 U_CFUNC void umsg_format_helper(UMessageFormat *fmt, int arg_count, zval **args, UChar **formatted,… in umsg_format_helper() argument 131 *formatted = eumalloc(*formatted_len+1); in umsg_format_helper() 132 resultStr.extract(*formatted, *formatted_len+1, *status); in umsg_format_helper()
|
/PHP-5.3/ext/intl/dateformat/ |
H A D | dateformat_format.c | 37 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.3/ext/date/tests/ |
H A D | test-parse-from-format.phpt | 13 $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.3/Zend/tests/ |
H A D | bug48693.phpt | 2 Bug #48693 (Double declaration of __lambda_func when lambda wrongly formatted)
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | vsprintf_basic8.phpt | 6 * Description: Return a formatted string
|
H A D | vprintf_basic8.phpt | 6 * Description: Output a formatted string
|
H A D | vsprintf_basic2.phpt | 6 * Description: Return a formatted string
|
H A D | vsprintf_basic4.phpt | 6 * Description: Return a formatted string
|
H A D | vsprintf_basic5.phpt | 6 * Description: Return a formatted string
|
H A D | vsprintf_basic6.phpt | 6 * Description: Return a formatted string
|
H A D | vprintf_basic2.phpt | 6 * Description: Output a formatted string
|
H A D | vprintf_basic4.phpt | 6 * Description: Output a formatted string
|
H A D | vprintf_basic5.phpt | 6 * Description: Output a formatted string
|
H A D | vprintf_basic6.phpt | 6 * Description: Output a formatted string
|