Home
last modified time | relevance | path

Searched refs:php_gcvt (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysql_float_to_double.h43 php_gcvt(fp4, FLT_DIG, '.', 'e', num_buf); in mysql_float_to_double()
/PHP-5.5/main/
H A Dsnprintf.h88 PHPAPI char * php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf);
H A Dsnprintf.c142 PHPAPI char *php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) /* {{{ */ in php_gcvt() function
1079 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in format_converter()
H A Dspprintf.c688 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in xbuf_format_converter()
/PHP-5.5/ext/standard/
H A Dformatted_print.c292 s = php_gcvt(number, precision, LCONV_DECIMAL_POINT, (fmt == 'G')?'E':'e', &num_buf[1]); in php_sprintf_appenddouble()
H A Dvar.c753 php_gcvt(Z_DVAL_P(struc), PG(serialize_precision), '.', 'E', s); in php_var_serialize_intern()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1151 php_gcvt(Z_DVAL(tmp), EG(precision), '.', 'E', str); in to_xml_double()

Completed in 47 milliseconds