Home
last modified time | relevance | path

Searched refs:formatted (Results 1 – 25 of 218) sorted by last modified time

123456789

/PHP-7.4/
H A DNEWS2479 . Fixed bug #74860 (Uncaught exceptions not being formatted properly when
H A Dphp.ini-development549 ; the error message is formatted as HTML or not.
H A Dphp.ini-production549 ; the error message is formatted as HTML or not.
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp369 UChar **formatted, in umsg_format_helper() argument
612 *formatted = eumalloc(*formatted_len+1); in umsg_format_helper()
613 resultStr.extract(*formatted, *formatted_len+1, err.code); in umsg_format_helper()
H A Dmsgformat_format.c37 UChar* formatted = NULL; in msgfmt_do_format() local
40 umsg_format_helper(mfo, Z_ARRVAL_P(args), &formatted, &formatted_len); in msgfmt_do_format()
43 if (formatted) { in msgfmt_do_format()
44 efree(formatted); in msgfmt_do_format()
48 INTL_METHOD_RETVAL_UTF8(mfo, formatted, formatted_len, 1); in msgfmt_do_format()
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in178 ; By default the status page output is formatted as text/plain. Passing either
254 ; response is formatted as text/plain with a 200 response code.
310 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
315 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
/PHP-7.4/ext/intl/formatter/
H A Dformatter_format.c39 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-7.4/ext/standard/tests/strings/
H A Dvfprintf_variation10.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation12_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation14_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation16_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation18.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation4.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation6.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation8.phpt6 * Description: Write a formatted string to a stream
H A Dvsprintf_variation10.phpt6 * Description: Return a formatted string
H A Dvsprintf_variation12_64bit.phpt10 * Description: Return a formatted string
H A Dvsprintf_variation14_64bit.phpt10 * Description: Return a formatted string
H A Dvsprintf_variation16_64bit.phpt10 * Description: Return a formatted string
H A Dvsprintf_variation18.phpt6 * Description: Return a formatted string
H A Dvsprintf_variation4_64bit.phpt10 * Description: Return a formatted string
H A Dvsprintf_variation6.phpt6 * Description: Return a formatted string
H A Dvsprintf_variation8.phpt6 * Description: Return a formatted string
H A Dvfprintf_variation4_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation9.phpt6 * Description: Write a formatted string to a stream

Completed in 47 milliseconds

123456789