Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dspprintf.c220 boolean_e alternate_form; in xbuf_format_converter() local
235 alternate_form = print_sign = print_blank = NO; in xbuf_format_converter()
255 alternate_form = YES; in xbuf_format_converter()
517 if (alternate_form && *s != '0') { in xbuf_format_converter()
560 if (alternate_form && ui_num != 0) { in xbuf_format_converter()
613 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in xbuf_format_converter()
681 if (alternate_form && (strchr(s, '.')) == NULL) in xbuf_format_converter()
H A Dsnprintf.c616 boolean_e alternate_form; in format_converter() local
634 alternate_form = print_sign = print_blank = NO; in format_converter()
654 alternate_form = YES; in format_converter()
910 if (alternate_form && *s != '0') { in format_converter()
952 if (alternate_form && i_num != 0) { in format_converter()
1004 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in format_converter()
1074 if (alternate_form && (strchr(s, '.')) == NULL) { in format_converter()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c157 boolean_e alternate_form; in format_converter() local
175 alternate_form = print_sign = print_blank = NO; in format_converter()
195 alternate_form = YES; in format_converter()
456 if (alternate_form && *s != '0') { in format_converter()
495 if (alternate_form && i_num != 0) { in format_converter()
619 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in format_converter()
686 if (alternate_form && (strchr(s, '.')) == NULL) { in format_converter()

Completed in 15 milliseconds