Home
last modified time | relevance | path

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

/PHP-8.3/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.c964 size_t format_len; in PHP_FUNCTION() local
973 Z_PARAM_STRING(format, format_len) in PHP_FUNCTION()
H A Dstring.c5508 size_t str_len, format_len; local
5513 Z_PARAM_STRING(format, format_len)
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_log.c320 size_t format_len = strlen(format); in fpm_log_write() local
335 if (h->header_len <= format_len + 2) { in fpm_log_write()
340 if (h->header[format_len] != ':' || h->header[format_len + 1] != ' ') { in fpm_log_write()
345 header = h->header + format_len + 2; in fpm_log_write()
/PHP-8.3/ext/date/
H A Dphp_date.h125 PHPAPI zend_string *php_format_date(const char *format, size_t format_len, time_t ts, bool localtim…
H A Dphp_date.c687 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()
886 string = date_format(format, format_len, t, localtime); in php_format_date()
3116 size_t format_len; in PHP_FUNCTION() local
3123 RETURN_STR(date_format(format, format_len, dateobj->time, dateobj->time->is_localtime)); in PHP_FUNCTION()
4748 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format() argument
4755 if (!format_len) { in date_interval_format()
4759 for (i = 0; i < format_len; i++) { in date_interval_format()
4823 size_t format_len; in PHP_FUNCTION() local
[all …]

Completed in 45 milliseconds