Home
last modified time | relevance | path

Searched defs:format_len (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/standard/
H A Dformatted_print.c379 int php_sprintf_get_argnum(char **format, size_t *format_len) { in php_sprintf_get_argnum()
425 php_formatted_print(char *format, size_t format_len, zval *args, int argc, int nb_additional_parame… in php_formatted_print()
762 size_t format_len; in PHP_FUNCTION() local
784 size_t format_len; in PHP_FUNCTION() local
811 size_t format_len; in PHP_FUNCTION() local
836 size_t format_len; in PHP_FUNCTION() local
864 size_t format_len; in PHP_FUNCTION() local
894 size_t format_len; in PHP_FUNCTION() local
H A Dfile.c960 size_t format_len; in PHP_FUNCTION() local
H A Dstring.c5832 size_t str_len, format_len; local
/php-src/sapi/fpm/fpm/
H A Dfpm_log.c320 size_t format_len = strlen(format); in fpm_log_write() local
/php-src/ext/date/
H A Dphp_date.c675 static zend_string *date_format(const char *format, size_t format_len, timelib_time *t, bool localt… in date_format()
844 PHPAPI zend_string *php_format_date_obj(const char *format, size_t format_len, php_date_obj *date_o… in php_format_date_obj()
873 PHPAPI zend_string *php_format_date(const char *format, size_t format_len, time_t ts, bool localtim… in php_format_date()
3235 size_t format_len; in PHP_FUNCTION() local
4934 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format()
5009 size_t format_len; in PHP_FUNCTION() local

Completed in 45 milliseconds