Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dspprintf.c227 boolean_e alternate_form; in xbuf_format_converter() local
242 alternate_form = print_sign = print_blank = NO; in xbuf_format_converter()
262 alternate_form = YES; in xbuf_format_converter()
523 if (alternate_form && *s != '0') { in xbuf_format_converter()
563 if (alternate_form && i_num != 0) { in xbuf_format_converter()
615 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()
915 if (alternate_form && *s != '0') { in format_converter()
954 if (alternate_form && i_num != 0) { in format_converter()
1005 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in format_converter()
1073 if (alternate_form && (strchr(s, '.')) == NULL) { in format_converter()

Completed in 9 milliseconds