Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dformatted_print.c393 (*format_len)--; in php_sprintf_get_argnum()
453 format_len--; in php_formatted_print()
458 format_len--; in php_formatted_print()
513 format_len--; in php_formatted_print()
553 format_len--; in php_formatted_print()
557 format_len--; in php_formatted_print()
601 format_len--; in php_formatted_print()
714 format_len--; in php_formatted_print()
762 size_t format_len; in PHP_FUNCTION() local
784 size_t format_len; in PHP_FUNCTION() local
[all …]
H A Dfile.c1090 size_t format_len; in PHP_FUNCTION() local
1099 Z_PARAM_STRING(format, format_len) in PHP_FUNCTION()
H A Dstring.c5539 size_t str_len, format_len; local
5544 Z_PARAM_STRING(format, format_len)
/PHP-8.0/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-8.0/ext/date/
H A Dphp_date.h119 PHPAPI zend_string *php_format_date(const char *format, size_t format_len, time_t ts, int localtime…
H A Dphp_date.c635 if (!format_len) { in date_format()
661 for (i = 0; i < format_len; i++) { in date_format()
775 case '\\': if (i < format_len) i++; /* break intentionally missing */ in date_format()
829 string = date_format(format, format_len, t, localtime); in php_format_date()
2832 size_t format_len; in PHP_FUNCTION() local
2839 RETURN_STR(date_format(format, format_len, dateobj->time, dateobj->time->is_localtime)); in PHP_FUNCTION()
4068 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format() argument
4075 if (!format_len) { in date_interval_format()
4079 for (i = 0; i < format_len; i++) { in date_interval_format()
4143 size_t format_len; in PHP_FUNCTION() local
[all …]

Completed in 169 milliseconds