Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dspprintf.c224 boolean_e alternate_form; in xbuf_format_converter() local
239 alternate_form = print_sign = print_blank = NO; in xbuf_format_converter()
259 alternate_form = YES; in xbuf_format_converter()
540 if (alternate_form && *s != '0') { in xbuf_format_converter()
583 if (alternate_form && ui_num != 0) { in xbuf_format_converter()
637 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in xbuf_format_converter()
705 if (alternate_form && (strchr(s, '.')) == NULL) in xbuf_format_converter()
H A Dsnprintf.c621 boolean_e alternate_form; in format_converter() local
639 alternate_form = print_sign = print_blank = NO; in format_converter()
659 alternate_form = YES; in format_converter()
934 if (alternate_form && *s != '0') { in format_converter()
976 if (alternate_form && i_num != 0) { in format_converter()
1029 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in format_converter()
1099 if (alternate_form && (strchr(s, '.')) == NULL) { in format_converter()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c159 boolean_e alternate_form; in format_converter() local
177 alternate_form = print_sign = print_blank = NO; in format_converter()
197 alternate_form = YES; in format_converter()
458 if (alternate_form && *s != '0') { in format_converter()
497 if (alternate_form && i_num != 0) { in format_converter()
621 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in format_converter()
688 if (alternate_form && (strchr(s, '.')) == NULL) { in format_converter()

Completed in 12 milliseconds