Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dspprintf.c237 boolean_e alternate_form; in xbuf_format_converter() local
252 alternate_form = print_sign = print_blank = NO; in xbuf_format_converter()
272 alternate_form = YES; in xbuf_format_converter()
553 if (alternate_form && *s != '0') { in xbuf_format_converter()
596 if (alternate_form && ui_num != 0) { in xbuf_format_converter()
652 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in xbuf_format_converter()
722 if (alternate_form && (strchr(s, '.')) == NULL) in xbuf_format_converter()
H A Dsnprintf.c626 boolean_e alternate_form; in format_converter() local
644 alternate_form = print_sign = print_blank = NO; in format_converter()
664 alternate_form = YES; in format_converter()
939 if (alternate_form && *s != '0') { in format_converter()
981 if (alternate_form && i_num != 0) { in format_converter()
1036 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in format_converter()
1108 if (alternate_form && (strchr(s, '.')) == NULL) { in format_converter()
/PHP-7.0/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 17 milliseconds