/php-src/ext/intl/formatter/ |
H A D | formatter_format.c | 33 UChar* formatted = format_buf; in PHP_FUNCTION() local 67 formatted = eumalloc(formatted_len); in PHP_FUNCTION() 71 efree(formatted); in PHP_FUNCTION() 83 formatted = eumalloc(formatted_len); in PHP_FUNCTION() 86 efree(formatted); in PHP_FUNCTION() 101 efree(formatted); in PHP_FUNCTION() 121 INTL_METHOD_RETVAL_UTF8( nfo, formatted, formatted_len, ( formatted != format_buf ) ); in PHP_FUNCTION() 161 formatted = eumalloc(formatted_len); in PHP_FUNCTION() 169 if (formatted != format_buf) { in PHP_FUNCTION() 170 efree(formatted); in PHP_FUNCTION() [all …]
|
/php-src/ext/intl/tests/ |
H A D | dateformat_clone2.phpt | 16 $formatted = ut_datefmt_format($fmt,0); 17 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted"; 22 $formatted = ut_datefmt_format($fmt,0); 23 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted"; 24 $formatted = ut_datefmt_format($fmt_clone,0); 25 $res_str .= "\nResult of clone formatting timestamp=0 is : \n$formatted";
|
H A D | formatter_get_set_symbol2.phpt | 95 A number formatted with the new symbol: 12,345_._123 100 A number formatted with the new symbol: 12_,_345.123 105 A number formatted with the new symbol: 12,345.123 115 A number formatted with the new symbol: 12,345.123 120 A number formatted with the new symbol: 12,345.123 140 A number formatted with the new symbol: $12,345.12 155 A number formatted with the new symbol: 12,345.123 160 A number formatted with the new symbol: 12,345.123 165 A number formatted with the new symbol: 12,345.123 170 A number formatted with the new symbol: 12,345.123 [all …]
|
H A D | dateformat_get_set_pattern2.phpt | 30 $formatted = ut_datefmt_format($fmt,0); 31 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted"; 41 $formatted = ut_datefmt_format($fmt,0); 42 … $res_str .= "\nResult of formatting timestamp=0 with the new pattern is : \n$formatted";
|
H A D | dateformat_set_timezone_id_icu72-1.phpt | 43 $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";
|
H A D | dateformat_set_timezone_id3.phpt | 43 $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";
|
H A D | dateformat_format_parse_version_icu72-1.phpt | 83 $formatted = ut_datefmt_format( $fmt , $timestamp_entry); 84 $res_str .= "\nFormatted timestamp is : $formatted"; 85 $parsed = ut_datefmt_parse( $fmt , $formatted);
|
H A D | dateformat_format_parse_version2.phpt | 83 $formatted = ut_datefmt_format( $fmt , $timestamp_entry); 84 $res_str .= "\nFormatted timestamp is : $formatted"; 85 $parsed = ut_datefmt_parse( $fmt , $formatted);
|
H A D | dateformat_format_variant3.phpt | 97 $formatted = ut_datefmt_format( $fmt , $timestamp_entry); 98 $res_str .= "\nFormatted timestamp is : $formatted";
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat_format.c | 34 UChar* formatted = NULL; in msgfmt_do_format() local 37 umsg_format_helper(mfo, Z_ARRVAL_P(args), &formatted, &formatted_len); in msgfmt_do_format() 40 if (formatted) { in msgfmt_do_format() 41 efree(formatted); in msgfmt_do_format() 45 INTL_METHOD_RETVAL_UTF8(mfo, formatted, formatted_len, 1); in msgfmt_do_format()
|
H A D | msgformat_helpers.h | 20 UChar **formatted, int *formatted_len);
|
H A D | msgformat_helpers.cpp | 366 UChar **formatted, in umsg_format_helper() argument 610 *formatted = eumalloc(*formatted_len+1); in umsg_format_helper() 611 resultStr.extract(*formatted, *formatted_len+1, err.code); in umsg_format_helper()
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat_format.c | 33 UChar* formatted = NULL; in internal_format() local 40 formatted=(UChar*)emalloc(sizeof(UChar) * resultlengthneeded); in internal_format() 41 …udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, formatted, resultlengthneeded, NULL, &INTL_DATA_E… in internal_format() 44 if (formatted && U_FAILURE( INTL_DATA_ERROR_CODE(dfo) ) ) { in internal_format() 45 efree(formatted); in internal_format() 49 INTL_METHOD_RETVAL_UTF8( dfo, formatted, resultlengthneeded, 1 ); in internal_format()
|
/php-src/ext/date/tests/ |
H A D | test-parse-from-format.phpt | 15 $formatted = $date->format( $format ) ; 16 $date2 = date_create_from_format( $format, $formatted ); 17 var_dump( $format, $formatted, $date2 ); 21 var_dump(date_parse_from_format( $format, $formatted ) );
|
/php-src/ext/phar/tests/ |
H A D | bug77586.phpt | 2 Bug #77586 Symbolic link names in tar-formatted phar must be less than 100 bytes.
|
/php-src/docs/ |
H A D | README.md | 25 The files in this documentation are formatted using the
|
/php-src/ext/standard/tests/strings/ |
H A D | vprintf_variation10.phpt | 6 * Description: Output a formatted string
|
/php-src/sapi/fpm/ |
H A D | www.conf.in | 197 ; By default the status page output is formatted as text/plain. Passing either 289 ; response is formatted as text/plain with a 200 response code. 345 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t 350 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
|
/php-src/ext/phar/tests/zip/files/ |
H A D | corrupt_zipmaker.php.inc | 68 * @return the date formatted as a ZIP date
|
/php-src/ |
H A D | php.ini-development | 552 ; the error message is formatted as HTML or not.
|
H A D | php.ini-production | 554 ; the error message is formatted as HTML or not.
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 4823 # display name+variables+flags for common object formatted files 4832 # display name+variables+flags for common object formatted files 4841 # display name+variables+flags for common object formatted files 4850 # display name+variables+flags for common object formatted files 12553 0 string \366\366\366\366 PC formatted floppy with no filesystem 17202 # Note that a GPT-formatted disk must contain an MBR as well. 17575 # for common object formatted files 17583 # display name+variables+flags for common object formatted files 18396 >8 string FTXT \b, FTXT formatted text 27699 >>0x1E string >0 \b, formatted by %-.66s [all …]
|
H A D | magic | 4823 # display name+variables+flags for common object formatted files 4832 # display name+variables+flags for common object formatted files 4841 # display name+variables+flags for common object formatted files 4850 # display name+variables+flags for common object formatted files 12553 0 string \366\366\366\366 PC formatted floppy with no filesystem 17202 # Note that a GPT-formatted disk must contain an MBR as well. 17575 # for common object formatted files 17583 # display name+variables+flags for common object formatted files 18396 >8 string FTXT \b, FTXT formatted text 27699 >>0x1E string >0 \b, formatted by %-.66s [all …]
|