Searched refs:format_len (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/standard/ |
H A D | formatted_print.c | 391 (*format_len)--; in php_sprintf_get_argnum() 451 format_len--; in php_formatted_print() 456 format_len--; in php_formatted_print() 511 format_len--; in php_formatted_print() 551 format_len--; in php_formatted_print() 555 format_len--; in php_formatted_print() 599 format_len--; in php_formatted_print() 712 format_len--; in php_formatted_print() 760 size_t format_len; in PHP_FUNCTION() local 782 size_t format_len; in PHP_FUNCTION() local [all …]
|
H A D | file.c | 952 size_t format_len; in PHP_FUNCTION() local 961 Z_PARAM_STRING(format, format_len) in PHP_FUNCTION()
|
H A D | string.c | 5804 size_t str_len, format_len; local 5809 Z_PARAM_STRING(format, format_len)
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_log.c | 316 size_t format_len = strlen(format); in fpm_log_write() local 331 if (h->header_len <= format_len + 2) { in fpm_log_write() 336 if (h->header[format_len] != ':' || h->header[format_len + 1] != ' ') { in fpm_log_write() 341 header = h->header + format_len + 2; in fpm_log_write()
|
/php-src/ext/date/ |
H A D | php_date.h | 142 PHPAPI zend_string *php_format_date(const char *format, size_t format_len, time_t ts, bool localtim… 143 PHPAPI zend_string *php_format_date_obj(const char *format, size_t format_len, php_date_obj *date_o…
|
H A D | php_date.c | 687 if (!format_len) { in date_format() 716 for (i = 0; i < format_len; i++) { in date_format() 832 case '\\': if (i < format_len) i++; ZEND_FALLTHROUGH; in date_format() 854 return date_format(format, format_len, date_obj->time, date_obj->time->is_localtime); in php_format_date_obj() 895 string = date_format(format, format_len, t, localtime); in php_format_date() 3207 size_t format_len; in PHP_FUNCTION() local 3214 RETURN_STR(date_format(format, format_len, dateobj->time, dateobj->time->is_localtime)); in PHP_FUNCTION() 4932 if (!format_len) { in date_interval_format() 4936 for (i = 0; i < format_len; i++) { in date_interval_format() 5000 size_t format_len; in PHP_FUNCTION() local [all …]
|
Completed in 39 milliseconds