Searched refs:zend_gcvt (Results 1 – 12 of 12) sorted by relevance
/PHP-8.2/ext/mysqlnd/ |
H A D | mysql_float_to_double.h | 41 zend_gcvt(fp4, FLT_DIG, '.', 'e', num_buf); in mysql_float_to_double()
|
/PHP-8.2/Zend/ |
H A D | zend_strtod.h | 28 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf);
|
H A D | zend_smart_str.c | 119 zend_gcvt(num, precision ? precision : 1, '.', 'E', buf); in smart_str_append_double()
|
H A D | zend_operators.c | 3297 zend_gcvt(num, precision ? precision : 1, '.', 'E', buf);
|
H A D | zend_strtod.c | 4517 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 D | snprintf.h | 84 #define php_gcvt zend_gcvt
|
H A D | spprintf.c | 652 …s = zend_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == … in xbuf_format_converter()
|
H A D | snprintf.c | 944 …s = zend_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == … in format_converter()
|
/PHP-8.2/ext/json/ |
H A D | json_encoder.c | 88 zend_gcvt(d, (int)PG(serialize_precision), '.', 'e', num); in php_json_encode_double()
|
/PHP-8.2/ext/standard/ |
H A D | formatted_print.c | 302 s = zend_gcvt(number, precision, decimal_point, exp_char, &num_buf[1]); in php_sprintf_appenddouble()
|
H A D | var.c | 1044 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 D | php_encoding.c | 1082 zend_gcvt(Z_DVAL(tmp), EG(precision), '.', 'E', str); in to_xml_double()
|
Completed in 63 milliseconds