Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A Dspprintf.c230 boolean_e alternate_form; in xbuf_format_converter() local
245 alternate_form = print_sign = print_blank = NO; in xbuf_format_converter()
265 alternate_form = YES; in xbuf_format_converter()
546 if (alternate_form && *s != '0') { in xbuf_format_converter()
589 if (alternate_form && ui_num != 0) { in xbuf_format_converter()
645 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in xbuf_format_converter()
715 if (alternate_form && (strchr(s, '.')) == NULL) in xbuf_format_converter()
H A Dsnprintf.c628 boolean_e alternate_form; in format_converter() local
646 alternate_form = print_sign = print_blank = NO; in format_converter()
666 alternate_form = YES; in format_converter()
941 if (alternate_form && *s != '0') { in format_converter()
983 if (alternate_form && i_num != 0) { in format_converter()
1038 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in format_converter()
1110 if (alternate_form && (strchr(s, '.')) == NULL) { in format_converter()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.c166 boolean_e alternate_form; in format_converter() local
184 alternate_form = print_sign = print_blank = NO; in format_converter()
204 alternate_form = YES; in format_converter()
465 if (alternate_form && *s != '0') { in format_converter()
504 if (alternate_form && i_num != 0) { in format_converter()
629 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in format_converter()
697 if (alternate_form && (strchr(s, '.')) == NULL) { in format_converter()

Completed in 18 milliseconds