Home
last modified time | relevance | path

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

/PHP-8.1/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.c1094 size_t format_len; in PHP_FUNCTION() local
1103 Z_PARAM_STRING(format, format_len) in PHP_FUNCTION()
H A Dstring.c5606 size_t str_len, format_len; local
5611 Z_PARAM_STRING(format, format_len)
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_log.c302 size_t format_len = strlen(format); in fpm_log_write() local
317 if (h->header_len <= format_len + 2) { in fpm_log_write()
322 if (h->header[format_len] != ':' || h->header[format_len + 1] != ' ') { in fpm_log_write()
327 header = h->header + format_len + 2; in fpm_log_write()
/PHP-8.1/ext/date/
H A Dphp_date.h123 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++; ZEND_FALLTHROUGH; in date_format()
829 string = date_format(format, format_len, t, localtime); in php_format_date()
2843 size_t format_len; in PHP_FUNCTION() local
2850 RETURN_STR(date_format(format, format_len, dateobj->time, dateobj->time->is_localtime)); in PHP_FUNCTION()
4166 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format() argument
4173 if (!format_len) { in date_interval_format()
4177 for (i = 0; i < format_len; i++) { in date_interval_format()
4241 size_t format_len; in PHP_FUNCTION() local
[all …]

Completed in 80 milliseconds