Home
last modified time | relevance | path

Searched refs:alternate_form (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/main/
H A Dspprintf.c211 bool alternate_form; in xbuf_format_converter() local
227 alternate_form = print_sign = print_blank = false; in xbuf_format_converter()
246 alternate_form = true; in xbuf_format_converter()
503 if (alternate_form && *s != '0') { in xbuf_format_converter()
543 if (alternate_form && ui_num != 0) { in xbuf_format_converter()
596 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in xbuf_format_converter()
664 if (alternate_form && (strchr(s, '.')) == NULL) in xbuf_format_converter()
H A Dsnprintf.c508 bool alternate_form; in format_converter() local
527 alternate_form = print_sign = print_blank = false; in format_converter()
546 alternate_form = true; in format_converter()
794 if (alternate_form && *s != '0') { in format_converter()
833 if (alternate_form && i_num != 0) { in format_converter()
885 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in format_converter()
955 if (alternate_form && (strchr(s, '.')) == NULL) { in format_converter()

Completed in 15 milliseconds