Home
last modified time | relevance | path

Searched refs:zend_gcvt (Results 1 – 12 of 12) sorted by relevance

/PHP-8.2/ext/mysqlnd/
H A Dmysql_float_to_double.h41 zend_gcvt(fp4, FLT_DIG, '.', 'e', num_buf); in mysql_float_to_double()
/PHP-8.2/Zend/
H A Dzend_strtod.h28 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf);
H A Dzend_smart_str.c119 zend_gcvt(num, precision ? precision : 1, '.', 'E', buf); in smart_str_append_double()
H A Dzend_operators.c3297 zend_gcvt(num, precision ? precision : 1, '.', 'E', buf);
H A Dzend_strtod.c4510 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) in zend_gcvt() function
/PHP-8.2/main/
H A Dsnprintf.h84 #define php_gcvt zend_gcvt
H A Dspprintf.c652 …s = zend_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == … in xbuf_format_converter()
H A Dsnprintf.c944 …s = zend_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == … in format_converter()
/PHP-8.2/ext/json/
H A Djson_encoder.c88 zend_gcvt(d, (int)PG(serialize_precision), '.', 'e', num); in php_json_encode_double()
/PHP-8.2/ext/standard/
H A Dformatted_print.c302 s = zend_gcvt(number, precision, decimal_point, exp_char, &num_buf[1]); in php_sprintf_appenddouble()
H A Dvar.c1044 zend_gcvt(Z_DVAL_P(struc), (int)PG(serialize_precision), '.', 'E', tmp_str); in php_var_serialize_intern()
/PHP-8.2/ext/soap/
H A Dphp_encoding.c1082 zend_gcvt(Z_DVAL(tmp), EG(precision), '.', 'E', str); in to_xml_double()

Completed in 60 milliseconds