Searched refs:format_len (Results 1 – 6 of 6) sorted by relevance
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_log.c | 300 size_t format_len = strlen(format); in fpm_log_write() local 315 if (h->header_len <= format_len + 2) { in fpm_log_write() 320 if (h->header[format_len] != ':' || h->header[format_len + 1] != ' ') { in fpm_log_write() 325 header = h->header + format_len + 2; in fpm_log_write()
|
/PHP-7.1/ext/date/ |
H A D | php_date.c | 1102 if (!format_len) { in date_format() 1128 for (i = 0; i < format_len; i++) { in date_format() 1255 size_t format_len; in php_date() local 1412 size_t format_len; in PHP_FUNCTION() local 1420 if (format_len != 1) { in PHP_FUNCTION() 1627 size_t format_len; in php_strftime() local 1643 if (format_len == 0) { in php_strftime() 3148 size_t format_len; in PHP_FUNCTION() local 4449 if (!format_len) { in date_interval_format() 4453 for (i = 0; i < format_len; i++) { in date_interval_format() [all …]
|
H A D | php_date.h | 215 PHPAPI zend_string *php_format_date(char *format, size_t format_len, time_t ts, int localtime);
|
/PHP-7.1/ext/standard/ |
H A D | formatted_print.c | 396 size_t format_len; in php_formatted_print() local 433 format_len = Z_STRLEN(args[format_offset]); in php_formatted_print() 494 } else if (format[inpos] == '\'' && inpos+1<format_len) { in php_formatted_print()
|
H A D | string.c | 5337 size_t str_len, format_len; local 5340 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss*", &str, &str_len, &format, &format_len, 5508 size_t format_len = 0; local 5515 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sd", &format, &format_len, &value) == FAILURE) { 5520 e = p + format_len; 5533 str = zend_string_safe_alloc(format_len, 1, 1024, 0);
|
H A D | file.c | 1122 size_t format_len; in PHP_FUNCTION() local 1129 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs*", &file_handle, &format, &format_len, &args, &argc… in PHP_FUNCTION()
|
Completed in 63 milliseconds