Home
last modified time | relevance | path

Searched refs:format_len (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/standard/
H A Dformatted_print.c401 size_t format_len; in php_formatted_print() local
413 while (format_len) { in php_formatted_print()
423 format_len -= temppos - format; in php_formatted_print()
427 format_len--; in php_formatted_print()
432 format_len--; in php_formatted_print()
460 format_len--; in php_formatted_print()
479 format_len--; in php_formatted_print()
508 format_len--; in php_formatted_print()
535 format_len--; in php_formatted_print()
620 if (!format_len) { in php_formatted_print()
[all …]
H A Dstring.c5933 size_t str_len, format_len; local
5938 Z_PARAM_STRING(format, format_len)
6197 size_t format_len = 0; local
6205 Z_PARAM_STRING(format, format_len)
6210 e = p + format_len;
6223 str = zend_string_safe_alloc(format_len, 1, 1024, 0);
H A Dfile.c1142 size_t format_len; in PHP_FUNCTION() local
1151 Z_PARAM_STRING(format, format_len) in PHP_FUNCTION()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_log.c299 size_t format_len = strlen(format); in fpm_log_write() local
314 if (h->header_len <= format_len + 2) { in fpm_log_write()
319 if (h->header[format_len] != ':' || h->header[format_len + 1] != ' ') { in fpm_log_write()
324 header = h->header + format_len + 2; in fpm_log_write()
/PHP-7.4/ext/date/
H A Dphp_date.h211 PHPAPI zend_string *php_format_date(char *format, size_t format_len, time_t ts, int localtime);
H A Dphp_date.c1118 static zend_string *date_format(char *format, size_t format_len, timelib_time *t, int localtime) in date_format() argument
1129 if (!format_len) { in date_format()
1155 for (i = 0; i < format_len; i++) { in date_format()
1263 case '\\': if (i < format_len) i++; /* break intentionally missing */ in date_format()
1316 string = date_format(format, format_len, t, localtime); in php_format_date()
3230 size_t format_len; in PHP_FUNCTION() local
3237 RETURN_STR(date_format(format, format_len, dateobj->time, dateobj->time->is_localtime)); in PHP_FUNCTION()
4567 if (!format_len) { in date_interval_format()
4571 for (i = 0; i < format_len; i++) { in date_interval_format()
4637 size_t format_len; in PHP_FUNCTION() local
[all …]

Completed in 52 milliseconds