Home
last modified time | relevance | path

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

/php-src/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.c960 size_t format_len; in PHP_FUNCTION() local
969 Z_PARAM_STRING(format, format_len) in PHP_FUNCTION()
H A Dstring.c5832 size_t str_len, format_len; local
5837 Z_PARAM_STRING(format, format_len)
/php-src/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-src/ext/date/
H A Dphp_date.h142 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 Dphp_date.c686 if (!format_len) { in date_format()
712 for (i = 0; i < format_len; i++) { in date_format()
828 case '\\': if (i < format_len) i++; ZEND_FALLTHROUGH; in date_format()
850 return date_format(format, format_len, date_obj->time, date_obj->time->is_localtime); in php_format_date_obj()
891 string = date_format(format, format_len, t, localtime); in php_format_date()
3235 size_t format_len; in PHP_FUNCTION() local
3242 RETURN_STR(date_format(format, format_len, dateobj->time, dateobj->time->is_localtime)); in PHP_FUNCTION()
4941 if (!format_len) { in date_interval_format()
4945 for (i = 0; i < format_len; i++) { in date_interval_format()
5009 size_t format_len; in PHP_FUNCTION() local
[all …]

Completed in 75 milliseconds