Home
last modified time | relevance | path

Searched refs:zend_strtod (Results 1 – 21 of 21) sorted by relevance

/PHP-8.1/Zend/tests/
H A Dbug53632.phpt2 zend_strtod() hangs with 2.2250738585072011e-308
H A Dzend_strtod.phpt2 zend_strtod() leaks on big doubles
/PHP-8.1/ext/mysqlnd/
H A Dmysql_float_to_double.h46 return zend_strtod(num_buf, NULL); in mysql_float_to_double()
H A Dmysqlnd_wireprotocol.c1653 ZVAL_DOUBLE(current_field, zend_strtod((char *) p, NULL)); in php_mysqlnd_rowp_read_text_protocol()
/PHP-8.1/Zend/
H A Dzend_strtod.h29 ZEND_API double zend_strtod(const char *s00, const char **se);
H A Dzend_ini.c464 …return (double) (ini_entry->orig_value ? zend_strtod(ZSTR_VAL(ini_entry->orig_value), NULL) : 0.0); in zend_ini_double()
466 …return (double) (ini_entry->value ? zend_strtod(ZSTR_VAL(ini_entry->value), NULL) : 0.0); in zend_ini_double()
648 *p = zend_strtod(ZSTR_VAL(new_value), NULL); in ZEND_INI_MH()
H A Dzend_operators.c516 ZVAL_DOUBLE(op, zend_strtod(ZSTR_VAL(str), NULL)); in convert_to_double()
880 return zend_strtod(Z_STRVAL_P(op), NULL); in zval_get_double_func()
3244 local_dval = zend_strtod(str, &ptr);
3275 *dval = zend_strtod(str, NULL);
H A Dzend_language_scanner.l2066 ZVAL_DOUBLE(zendlval, zend_strtod(lnum, (const char **)&end));
2161 ZVAL_DOUBLE(zendlval, zend_strtod(dnum, &end));
H A Dzend_strtod.c2525 zend_strtod in zend_strtod() function
/PHP-8.1/ext/standard/
H A Dhrtime.c153 _d = zend_strtod(_a, NULL); \
H A Dscanf.c1152 dvalue = zend_strtod(buf, NULL); in php_sscanf_internal()
H A Dmath.c197 tmp_value = zend_strtod(buf, NULL); in _php_math_round()
H A Dvar_unserializer.re993 ZVAL_DOUBLE(rval, zend_strtod((const char *)start + 2, NULL));
H A Darray.c213 d1 = zend_strtod(f->key->val, NULL); in php_array_key_compare_numeric_unstable_i()
218 d2 = zend_strtod(s->key->val, NULL); in php_array_key_compare_numeric_unstable_i()
/PHP-8.1/ext/intl/collator/
H A Dcollator_is_numeric.c85 value = zend_strtod(numbuf, NULL); in collator_u_strtod()
/PHP-8.1/ext/intl/
H A Dconfig.w328 // always build as shared - zend_strtod.c/ICU type conflict
/PHP-8.1/ext/json/
H A Djson_scanner.re190 ZVAL_DOUBLE(&s->value, zend_strtod((char *) s->token, NULL));
195 ZVAL_DOUBLE(&s->value, zend_strtod((char *) s->token, NULL));
/PHP-8.1/ext/oci8/
H A Doci8_collection.c358 element_double = zend_strtod(number, NULL); in php_oci_collection_append_number()
651 element_double = zend_strtod(number, NULL); in php_oci_collection_element_set_number()
/PHP-8.1/win32/build/
H A Dconfig.w32238 zend_default_classes.c zend_execute.c zend_strtod.c zend_gc.c zend_closures.c zend_weakrefs.c \
/PHP-8.1/ext/pgsql/
H A Dpgsql.c711 …if (PQprotocolVersion(pgsql) >= 3 && zend_strtod(PQparameterStatus(pgsql, "server_version"), NULL)… in php_pgsql_do_connect()
4069 …if (PQprotocolVersion(pgsql) >= 3 && zend_strtod(PQparameterStatus(pgsql, "server_version"), NULL)… in PHP_FUNCTION()
4077 …if (PQprotocolVersion(pgsql) >= 3 && zend_strtod(PQparameterStatus(pgsql, "server_version"), NULL)… in PHP_FUNCTION()
/PHP-8.1/
H A Dconfigure.ac1660 zend_iterators.c zend_interfaces.c zend_exceptions.c zend_strtod.c zend_gc.c \

Completed in 199 milliseconds