Searched refs:format_len (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/standard/ |
H A D | formatted_print.c | 390 (*format_len)--; in php_sprintf_get_argnum() 450 format_len--; in php_formatted_print() 455 format_len--; in php_formatted_print() 510 format_len--; in php_formatted_print() 550 format_len--; in php_formatted_print() 554 format_len--; in php_formatted_print() 598 format_len--; in php_formatted_print() 711 format_len--; in php_formatted_print() 759 size_t format_len; in PHP_FUNCTION() local 781 size_t format_len; in PHP_FUNCTION() local [all …]
|
H A D | file.c | 952 size_t format_len; in PHP_FUNCTION() local 961 Z_PARAM_STRING(format, format_len) in PHP_FUNCTION()
|
H A D | string.c | 5817 size_t str_len, format_len; local 5822 Z_PARAM_STRING(format, format_len)
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_log.c | 316 size_t format_len = strlen(format); in fpm_log_write() local 331 if (h->header_len <= format_len + 2) { in fpm_log_write() 336 if (h->header[format_len] != ':' || h->header[format_len + 1] != ' ') { in fpm_log_write() 341 header = h->header + format_len + 2; in fpm_log_write()
|
/php-src/ext/date/ |
H A D | php_date.h | 142 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 D | php_date.c | 687 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() 854 return date_format(format, format_len, date_obj->time, date_obj->time->is_localtime); in php_format_date_obj() 895 string = date_format(format, format_len, t, localtime); in php_format_date() 3212 size_t format_len; in PHP_FUNCTION() local 3219 RETURN_STR(date_format(format, format_len, dateobj->time, dateobj->time->is_localtime)); in PHP_FUNCTION() 4937 if (!format_len) { in date_interval_format() 4941 for (i = 0; i < format_len; i++) { in date_interval_format() 5005 size_t format_len; in PHP_FUNCTION() local [all …]
|
Completed in 51 milliseconds