Searched defs:format_len (Results 1 – 5 of 5) sorted by relevance
/PHP-8.4/ext/standard/ |
H A D | formatted_print.c | 376 int php_sprintf_get_argnum(char **format, size_t *format_len) { in php_sprintf_get_argnum() 422 php_formatted_print(char *format, size_t format_len, zval *args, int argc, int nb_additional_parame… in php_formatted_print() 759 size_t format_len; in PHP_FUNCTION() local 781 size_t format_len; in PHP_FUNCTION() local 808 size_t format_len; in PHP_FUNCTION() local 833 size_t format_len; in PHP_FUNCTION() local 861 size_t format_len; in PHP_FUNCTION() local 891 size_t format_len; in PHP_FUNCTION() local
|
H A D | file.c | 952 size_t format_len; in PHP_FUNCTION() local
|
H A D | string.c | 5817 size_t str_len, format_len; local
|
/PHP-8.4/sapi/fpm/fpm/ |
H A D | fpm_log.c | 316 size_t format_len = strlen(format); in fpm_log_write() local
|
/PHP-8.4/ext/date/ |
H A D | php_date.c | 674 static zend_string *date_format(const char *format, size_t format_len, timelib_time *t, bool localt… in date_format() 846 PHPAPI zend_string *php_format_date_obj(const char *format, size_t format_len, php_date_obj *date_o… in php_format_date_obj() 875 PHPAPI zend_string *php_format_date(const char *format, size_t format_len, time_t ts, bool localtim… in php_format_date() 3249 size_t format_len; in PHP_FUNCTION() local 4967 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format() 5042 size_t format_len; in PHP_FUNCTION() local
|
Completed in 55 milliseconds