Searched refs:zend_strtod (Results 1 – 21 of 21) sorted by relevance
/PHP-7.4/Zend/tests/ |
H A D | bug53632.phpt | 2 zend_strtod() hangs with 2.2250738585072011e-308
|
H A D | zend_strtod.phpt | 2 zend_strtod() leaks on big doubles
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysql_float_to_double.h | 48 return zend_strtod(num_buf, NULL); in mysql_float_to_double()
|
H A D | mysqlnd_wireprotocol.c | 1684 ZVAL_DOUBLE(current_field, zend_strtod((char *) p, NULL)); in php_mysqlnd_rowp_read_text_protocol_aux()
|
/PHP-7.4/Zend/ |
H A D | zend_strtod.h | 28 ZEND_API double zend_strtod(const char *s00, const char **se);
|
H A D | zend_ini.c | 435 …return (double) (ini_entry->orig_value ? zend_strtod(ZSTR_VAL(ini_entry->orig_value), NULL) : 0.0); in zend_ini_double() 437 …return (double) (ini_entry->value ? zend_strtod(ZSTR_VAL(ini_entry->value), NULL) : 0.0); in zend_ini_double() 657 *p = zend_strtod(ZSTR_VAL(new_value), NULL); in ZEND_INI_MH()
|
H A D | zend_operators.c | 417 ZVAL_DOUBLE(op, zend_strtod(ZSTR_VAL(str), NULL)); in convert_to_double() 846 return zend_strtod(Z_STRVAL_P(op), NULL); in zval_get_double_func() 3101 local_dval = zend_strtod(str, &ptr); 3128 *dval = zend_strtod(str, NULL);
|
H A D | zend_language_scanner.l | 1865 ZVAL_DOUBLE(zendlval, zend_strtod(lnum, (const char **)&end)); 1960 ZVAL_DOUBLE(zendlval, zend_strtod(dnum, &end));
|
H A D | zend_strtod.c | 2535 zend_strtod in zend_strtod() function
|
/PHP-7.4/ext/standard/ |
H A D | hrtime.c | 155 _d = zend_strtod(_a, NULL); \
|
H A D | scanf.c | 1160 dvalue = zend_strtod(buf, NULL); in php_sscanf_internal()
|
H A D | math.c | 198 tmp_value = zend_strtod(buf, NULL); in _php_math_round()
|
H A D | var_unserializer.re | 913 ZVAL_DOUBLE(rval, zend_strtod((const char *)start + 2, NULL));
|
H A D | array.c | 193 d1 = zend_strtod(f->key->val, NULL); in php_array_key_compare_numeric() 198 d2 = zend_strtod(s->key->val, NULL); in php_array_key_compare_numeric()
|
/PHP-7.4/ext/intl/collator/ |
H A D | collator_is_numeric.c | 89 value = zend_strtod(numbuf, NULL); in collator_u_strtod()
|
/PHP-7.4/ext/intl/ |
H A D | config.w32 | 8 // always build as shared - zend_strtod.c/ICU type conflict
|
/PHP-7.4/ext/json/ |
H A D | json_scanner.re | 192 ZVAL_DOUBLE(&s->value, zend_strtod((char *) s->token, NULL)); 197 ZVAL_DOUBLE(&s->value, zend_strtod((char *) s->token, NULL));
|
/PHP-7.4/ext/oci8/ |
H A D | oci8_collection.c | 364 element_double = zend_strtod(number, NULL); in php_oci_collection_append_number() 657 element_double = zend_strtod(number, NULL); in php_oci_collection_element_set_number()
|
/PHP-7.4/win32/build/ |
H A D | config.w32 | 238 zend_default_classes.c zend_execute.c zend_strtod.c zend_gc.c zend_closures.c zend_weakrefs.c \
|
/PHP-7.4/ext/pgsql/ |
H A D | pgsql.c | 1428 …if (PQprotocolVersion(pgsql) >= 3 && zend_strtod(PQparameterStatus(pgsql, "server_version"), NULL)… 1430 if (zend_strtod(PG_VERSION, NULL) >= 7.2) { 5331 …if (PQprotocolVersion(pgsql) >= 3 && zend_strtod(PQparameterStatus(pgsql, "server_version"), NULL)… 5333 if (zend_strtod(PG_VERSION) >= 9.0, NULL) { 5345 …if (PQprotocolVersion(pgsql) >= 3 && zend_strtod(PQparameterStatus(pgsql, "server_version"), NULL)… 5347 if (zend_strtod(PG_VERSION, NULL) >= 9.0) {
|
/PHP-7.4/ |
H A D | configure.ac | 1501 zend_iterators.c zend_interfaces.c zend_exceptions.c zend_strtod.c zend_gc.c \
|
Completed in 113 milliseconds